diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:00:22 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:00:22 +0000 |
commit | 34be7bc54af4b28543300e14304e725679fb91c2 (patch) | |
tree | 44a4533ef3aed2b58f00657b6c0980529d896953 /converters/p5-nkf/Makefile | |
parent | 0104f589aa68daca7ea16e1155a36f3f715cde8d (diff) | |
download | pkgsrc-34be7bc54af4b28543300e14304e725679fb91c2.tar.gz |
Reimport of package p5-nkf from japanese/p5-nkf into converters/p5-nkf.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
Diffstat (limited to 'converters/p5-nkf/Makefile')
-rw-r--r-- | converters/p5-nkf/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/converters/p5-nkf/Makefile b/converters/p5-nkf/Makefile new file mode 100644 index 00000000000..f68e8b3bba8 --- /dev/null +++ b/converters/p5-nkf/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:22 seb Exp $ +# + +DISTNAME= nkf-1.7 +PKGNAME= p5-nkf-1.7 +SVR4_PKGNAME= p5nkf +CATEGORIES= japanese converters +MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/nkf/ + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +COMMENT= Perl library for Network Kanji code conversion Filter + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/NKF/.packlist + +WRKSRC= ${WRKDIR}/${DISTNAME}/NKF + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |