aboutsummaryrefslogtreecommitdiff
path: root/chinese/dictd-database/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/dictd-database/Makefile')
-rw-r--r--chinese/dictd-database/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile
new file mode 100644
index 000000000000..8029349b124a
--- /dev/null
+++ b/chinese/dictd-database/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: dict-zh
+# Date created: 25 Oct 1999
+# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dictd-database
+PORTVERSION= 1.1
+CATEGORIES= chinese textproc
+MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/
+DISTNAME= dict-zh-${PORTVERSION}
+
+MAINTAINER= statue@freebsd.sinica.edu.tw
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/net/dictd
+
+HAS_CONFIGURE= yes
+USE_GMAKE= yes
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>