diff options
author | agc <agc@pkgsrc.org> | 2003-05-09 07:38:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-05-09 07:38:16 +0000 |
commit | 7160168209ec3cbc6aa688c14568f21e265216b2 (patch) | |
tree | c875d8275fa701784d6f43325ff21ba380780099 /misc/utftools/Makefile | |
parent | 8e463e0b8f90f9499bf4bf12d9d6d2eeeac39943 (diff) | |
download | pkgsrc-7160168209ec3cbc6aa688c14568f21e265216b2.tar.gz |
Initial import of Alan Watson's utftools-1.6 into the NetBSD Packages
Collection.
This package contains implementations of UTF-8-aware wc, fmt,
expand, and unexpand.
Diffstat (limited to 'misc/utftools/Makefile')
-rw-r--r-- | misc/utftools/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile new file mode 100644 index 00000000000..8e9208e7c55 --- /dev/null +++ b/misc/utftools/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/09 07:38:16 agc Exp $ +# + +DISTNAME= utftools-1.6 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ + +MAINTAINER= agc@netbsd.org +HOMEPAGE= +COMMENT= UTF-aware wc, fmt, expand, and unexpand + +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes + +.include "../../misc/libutf/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |