aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/gd/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-02-12 19:28:36 +0800
committerknu <knu@FreeBSD.org>2001-02-12 19:28:36 +0800
commit8862adb8564ad017a7f5475070d09565094972d2 (patch)
tree9a33ebfe25c544d4031c6816fcb159f992116768 /japanese/gd/Makefile
parent73995c8797688c974a7ed97a467afe9586828d42 (diff)
downloadfreebsd-ports-gnome-8862adb8564ad017a7f5475070d09565094972d2.tar.gz
freebsd-ports-gnome-8862adb8564ad017a7f5475070d09565094972d2.tar.zst
freebsd-ports-gnome-8862adb8564ad017a7f5475070d09565094972d2.zip
Make japanese/gd a slave port of graphics/gd.
Approved by: ichiro@ichiro.org (MAINTAINER of japanese/gd)
Diffstat (limited to 'japanese/gd/Makefile')
-rw-r--r--japanese/gd/Makefile25
1 files changed, 4 insertions, 21 deletions
diff --git a/japanese/gd/Makefile b/japanese/gd/Makefile
index b4ba246e5287..bb2fafec2fd0 100644
--- a/japanese/gd/Makefile
+++ b/japanese/gd/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"