diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:00:35 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:00:35 +0000 |
commit | 908c702479cc23db815542bf8e9b8799496c4e76 (patch) | |
tree | a86263df0851eef977c43a46e16a40353a29e6b1 /converters/nkf/Makefile | |
parent | 7894e7b9f7f2406b25fbfe7308bf4945e61b07f8 (diff) | |
download | pkgsrc-908c702479cc23db815542bf8e9b8799496c4e76.tar.gz |
Reimport of package nkf from japanese/nkf into converters/nkf.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
Diffstat (limited to 'converters/nkf/Makefile')
-rw-r--r-- | converters/nkf/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/converters/nkf/Makefile b/converters/nkf/Makefile new file mode 100644 index 00000000000..683c6ea8236 --- /dev/null +++ b/converters/nkf/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:35 seb Exp $ + +DISTNAME= nkf-1.7 +CATEGORIES= japanese converters +MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/nkf/ + +PATCH_SITES= http://www.rs.civil.tohoku.ac.jp/~ito/ws/ +PATCHFILES= nkf.patch.txt + +MAINTAINER= kay@kaynet.or.jp +COMMENT= Network Kanji code conversion Filter + +ALL_TARGET= nkf +PATCH_DIST_ARGS+= -R -d ${WRKSRC} + +post-extract: + @cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/nkf.post-extract + @${RM} -rf ${WRKSRC}/NKF + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nkf ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/nkf.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" |