diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-31 11:52:07 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-31 11:52:07 +0000 |
commit | 9af92586c8deb7de8b18c2ef8d7fba01bf426c13 (patch) | |
tree | e730eaa0b17184b2e8d936dbdf668a052a503006 /japanese/namazu/Makefile | |
parent | 0aea03c7c34abef50eafb0b83d95aeb510a655f6 (diff) | |
download | ports-9af92586c8deb7de8b18c2ef8d7fba01bf426c13.tar.gz ports-9af92586c8deb7de8b18c2ef8d7fba01bf426c13.zip |
Notes
Diffstat (limited to 'japanese/namazu/Makefile')
-rw-r--r-- | japanese/namazu/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/japanese/namazu/Makefile b/japanese/namazu/Makefile new file mode 100644 index 000000000000..a94213fcef11 --- /dev/null +++ b/japanese/namazu/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: namazu +# Version required: 1.3.0.6 +# Date created: 17 March 1998 +# Whom: Seiichirou Hiraoka +# +# $Id$ +# + +DISTNAME= namazu-1.3.0.6 +PKGNAME= ja-namazu-1.3.0.6 +CATEGORIES= japanese textproc +MASTER_SITES= http://openlab.ring.gr.jp/namazu/release/ + +MAINTAINER= flathill@FreeBSD.ORG + +BUILD_DEPENDS= kakasi:${PORTSDIR}/japanese/kakasi \ + nkf:${PORTSDIR}/japanese/nkf +RUN_DEPENDS= kakasi:${PORTSDIR}/japanese/kakasi \ + nkf:${PORTSDIR}/japanese/nkf + +USE_PERL5= yes +GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/namazu-1.3.0.6/src + +.include <bsd.port.mk> |