summaryrefslogtreecommitdiff
path: root/chinese/c2t/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/c2t/Makefile')
-rw-r--r--chinese/c2t/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile
new file mode 100644
index 000000000000..b183e83d140e
--- /dev/null
+++ b/chinese/c2t/Makefile
@@ -0,0 +1,32 @@
+# ex:ts=8
+# Ports collection makefile for: c2t
+# Version required: 1.0
+# 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 $
+#
+
+PKGNAME= c2t-1.0
+CATEGORIES= chinese
+MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \
+ ftp://ftp.ifcss.org/pub/software/x-win/cxterm/dict/gb/ \
+ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \
+ ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/dict/gb/ \
+ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ \
+ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/dict/gb/
+DISTFILES= c2t.tar.gz TONEPY.tit
+
+MAINTAINER= obrien@NUXI.com
+
+NO_WRKSUBDIR= yes
+EXTRACT_ONLY= c2t.tar.gz
+MAN1= c2t.1
+
+do-install:
+ @${MKDIR} ${PREFIX}/share/chinese/gb
+ ${INSTALL_PROGRAM} ${WRKSRC}/c2t ${PREFIX}/bin
+ ${INSTALL_DATA} ${DISTDIR}/TONEPY.tit ${PREFIX}/share/chinese/gb
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
+
+.include <bsd.port.mk>