summaryrefslogtreecommitdiff
path: root/chinese/bg5ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/bg5ps/Makefile')
-rw-r--r--chinese/bg5ps/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/chinese/bg5ps/Makefile b/chinese/bg5ps/Makefile
new file mode 100644
index 000000000000..6bb3133fd648
--- /dev/null
+++ b/chinese/bg5ps/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: bg5ps
+# Version required: 1.1b
+# Date created: 17 June 1998
+# Whom: J.T. Jang (keith@email.gcn.net.tw)
+#
+# $Id$
+#
+
+DISTNAME= bg5ps-1.1b
+PKGNAME= zh-bg5ps-1.1b
+CATEGORIES= chinese print
+MASTER_SITES= http://weber.u.washington.edu/~cschin/bg5ps/bg5ps-1.1b/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= keith@email.gcn.net.tw
+
+RUN_DEPENDS= python:${PORTSDIR}/lang/python
+
+NO_WRKSUBDIR= yes
+
+do-install:
+ @${MKDIR} ${PREFIX}/share/doc/bg5ps
+ ${INSTALL_SCRIPT} ${WRKSRC}/bg5ps ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ttf2psm ${PREFIX}/bin
+.for doc in README bg5ps.conf test.big5 test.sh ttf2ps.doc
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/bg5ps
+.endfor
+
+post-install:
+ @echo -----------------------------------------------------------
+ @echo Copy ${PREFIX}/share/doc/bg5ps/bg5ps.conf to ~/.bg5ps.conf.
+ @echo Then run "bg5ps -h" for help.
+ @echo -----------------------------------------------------------
+
+.include <bsd.port.mk>