summaryrefslogtreecommitdiff
path: root/japanese/zipcodes/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-11-12 05:12:18 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-11-12 05:12:18 +0000
commitad0eaa14c61ed042a8b7255514523b6ac66b4a46 (patch)
tree19be8aaaa89bce34f38295603dee592596f2e92a /japanese/zipcodes/Makefile
parentSince we have S/Key in the base system, might as well suport it. (diff)
japanese zipcode tables. includes both 3/5 digits form and 7 digits form.
just like /usr/share/misc/zipcodes.
Notes
Notes: svn path=/head/; revision=8587
Diffstat (limited to 'japanese/zipcodes/Makefile')
-rw-r--r--japanese/zipcodes/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile
new file mode 100644
index 000000000000..dc1fe8aa24b5
--- /dev/null
+++ b/japanese/zipcodes/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: ja-zipcodes
+# Version required: 1.0
+# Date created: 5 Nov 1997
+# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
+#
+# $Id$
+#
+
+DISTNAME= ken_all
+PKGNAME= ja-zipcodes-1.0
+CATEGORIES= japanese
+MASTER_SITES= http://www.postal.mpt.go.jp/lzh/
+EXTRACT_SUFX= .lzh
+
+MAINTAINER= itojun@itojun.org
+
+BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \
+ nkf:${PORTSDIR}/japanese/nkf
+
+EXTRACT_CMD= lha
+EXTRACT_BEFORE_ARGS= xfqw=${WRKDIR}
+NO_WRKSUBDIR= yes
+
+MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR}
+
+.include <bsd.port.mk>