diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-02 18:18:03 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-02 18:18:03 +0000 |
commit | 3a76f1013b717f8de5d5f0ad9808a6a365ea9977 (patch) | |
tree | 40dd477c3458cb18bfff8551a694bb368295ce26 /chinese/ttf2pt1/Makefile | |
parent | 2f98c5546adb694df9ad1a79a41d9da5ee4987d0 (diff) |
Notes
Diffstat (limited to 'chinese/ttf2pt1/Makefile')
-rw-r--r-- | chinese/ttf2pt1/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chinese/ttf2pt1/Makefile b/chinese/ttf2pt1/Makefile new file mode 100644 index 000000000000..819d09fa73a7 --- /dev/null +++ b/chinese/ttf2pt1/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: zh-ttf2pt1 +# Date created: 8 March 2001 +# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= ttf2pt1 +PORTVERSION= 3.4.0 +CATEGORIES= chinese print +MASTER_SITES= http://download.sourceforge.net/ttf2pt1/ \ + http://freebsd.sinica.edu.tw/~statue/ +DISTNAME= ${PORTNAME}-chinese-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= statue@freebsd.sinica.edu.tw + +RUN_DEPENDS= ttf2pt1:${PORTSDIR}/print/ttf2pt1 + +NO_BUILD= yes + +.include <bsd.port.mk> |