summaryrefslogtreecommitdiff
path: root/japanese/gd1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/gd1/Makefile')
-rw-r--r--japanese/gd1/Makefile25
1 files changed, 4 insertions, 21 deletions
diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile
index b4ba246e5287..bb2fafec2fd0 100644
--- a/japanese/gd1/Makefile
+++ b/japanese/gd1/Makefile
@@ -5,29 +5,12 @@
# $FreeBSD$
#
-PORTNAME= gd
-PORTVERSION= 1.6.3
-CATEGORIES= japanese graphics
-MASTER_SITES= http://www.boutell.com/gd/http/ \
- ftp://ftp.boutell.com/pub/boutell/gd/
-
-PATCH_SITES= ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gd/${PORTVERSION}/
-PATCHFILES= ${DISTNAME}.ttf-kanji.patch.990731
+CATEGORIES= japanese
MAINTAINER= ichiro@ichiro.org
-LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
-
-FETCH_BEFORE_ARGS= -b
-USE_LIBTOOL= yes
-CFLAGS+= -DJISX0208
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \
- --libdir=${PREFIX}/lib
-INSTALLS_SHLIB= yes
+MASTERDIR= ${.CURDIR}/../../graphics/gd
-pre-install:
- ${MKDIR} ${PREFIX}/include/gd
- ${MKDIR} ${PREFIX}/share/examples/gd
+MAKE_ARGS= -DJISX0208
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"