summaryrefslogtreecommitdiff
path: root/chinese/gbscript/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-02-08 00:29:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-02-08 00:29:27 +0000
commitf624f3f4083cd90af517934593243f2ba1e378df (patch)
treeebb5dee9d6865667dbf4843707f17aafa1d5486e /chinese/gbscript/Makefile
parentGB2PS converts Chinese GB (simple) encoded text to PostScript. (diff)
gbcript converts GB simplified Chinese text to PostScript.
Notes
Notes: svn path=/head/; revision=5562
Diffstat (limited to 'chinese/gbscript/Makefile')
-rw-r--r--chinese/gbscript/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/chinese/gbscript/Makefile b/chinese/gbscript/Makefile
new file mode 100644
index 000000000000..af5515d4049d
--- /dev/null
+++ b/chinese/gbscript/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+# Ports collection makefile for: gbscript
+# Version required: 1.11
+# Date created: Mon Feb 03, 1997
+# Whom: David O'Brien (obrien@FreeBSD.org)
+#
+# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
+#
+
+DISTNAME= gbscript-1.11
+PKGTNAME= cn-gbscript-1.11
+CATEGORIES= chinese
+MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/ \
+ ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/ \
+ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/print/ \
+ ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/gb/misc/ \
+ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/print/ \
+ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/gb/misc/
+DISTFILES= gbscript-1.11.tar.gz cclib.24
+
+MAINTAINER= obrien@NUXI.com
+
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+MAKEFILE= makefile
+CFLAG+= -DPROLOGUE_PATH=\"${PREFIX}/share/chinese/gb\"
+
+do-install:
+ @${MKDIR} ${PREFIX}/share/chinese/gb
+ ${INSTALL_PROGRAM} ${WRKSRC}/gbscript ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/gbscript.pro ${PREFIX}/share/chinese/gb
+ ${INSTALL_DATA} ${DISTDIR}/cclib.24 ${PREFIX}/share/chinese/gb
+
+
+.include <bsd.port.mk>