summaryrefslogtreecommitdiff
path: root/japanese/gd1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/gd1/Makefile')
-rw-r--r--japanese/gd1/Makefile52
1 files changed, 52 insertions, 0 deletions
diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile
new file mode 100644
index 000000000000..cb8fb2e2d09b
--- /dev/null
+++ b/japanese/gd1/Makefile
@@ -0,0 +1,52 @@
+# New ports collection makefile for: gd
+# Version required: 1.3+kanji.patch
+# Date created: 19 Aug 1998
+# Whom: ichiro@ichiro.org
+#
+# $Id$
+#
+
+DISTNAME= gd1.3
+PKGNAME= ja-gd-1.3
+CATEGORIES= japanese graphics
+MASTER_SITES= http://www.boutell.com/gd/http/ \
+ ftp://ftp.boutell.com/pub/boutell/gd/
+
+PATCH_SITES= http://pg.cni.co.jp/GD/
+PATCHFILES= gd1.3.kanji.patch-fix1.gz
+PATCH_DIST_STRIP= # empty
+
+MAINTAINER= ichiro@ichiro.org
+
+BUILD_DEPENDS= ${PREFIX}/lib/libVFlib2.a:${PORTSDIR}/japanese/vflib
+
+FETCH_BEFORE_ARGS= -b
+
+pre-install:
+ ${MKDIR} ${PREFIX}/include/gd
+ ${MKDIR} ${PREFIX}/share/examples/gd
+
+do-install:
+ for i in libgd.a libgd.so.1.3; do \
+ ${INSTALL} -c -o bin -g bin -m 555 ${WRKSRC}/$$i \
+ ${PREFIX}/lib; \
+ done
+ (cd ${PREFIX}/lib; ${LN} -sf libgd.so.1.3 libgd.so.1; \
+ ${LN} -sf libgd.so.1 libgd.so)
+ for i in gddemo giftogd webgif; do \
+ ${INSTALL} -c -o bin -g bin -m 755 ${WRKSRC}/$$i \
+ ${PREFIX}/bin; \
+ done
+ for i in gd.h gdfontt.h gdfonts.h gdfontmb.h gdfontl.h gdfontg.h; do \
+ ${INSTALL} -c -o root -g bin -m 644 ${WRKSRC}/$$i \
+ ${PREFIX}/include/gd; \
+ done
+ for i in index.html demoin.gif ; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$i \
+ ${PREFIX}/share/examples/gd; \
+ done
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>