diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-26 14:19:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-26 14:19:47 +0000 |
commit | 34c532bd7418a6c37d296fe134c690fcb858ff0b (patch) | |
tree | 60619a698b36f2fc5c7926dac44e17d746517891 /chinese/bg5ps/Makefile | |
parent | 419be8a4bfc5ae304ecb76a9f2ab90ae670a6f6a (diff) | |
download | ports-34c532bd7418a6c37d296fe134c690fcb858ff0b.tar.gz ports-34c532bd7418a6c37d296fe134c690fcb858ff0b.zip |
Notes
Diffstat (limited to 'chinese/bg5ps/Makefile')
-rw-r--r-- | chinese/bg5ps/Makefile | 35 |
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> |