diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:19:29 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:19:29 +0000 |
commit | f836c522b965168049826bbaa101bda7db9f922b (patch) | |
tree | fb47818e5ebd956f9e5af86dcd4e42633c62a979 /textproc | |
parent | cb08616ec35cdc6563bce57e7c83590e4086e7ea (diff) | |
download | pkgsrc-f836c522b965168049826bbaa101bda7db9f922b.tar.gz |
heirloom part
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/heirloom-wc/DESCR | 1 | ||||
-rw-r--r-- | textproc/heirloom-wc/Makefile | 13 | ||||
-rw-r--r-- | textproc/heirloom-wc/PLIST | 6 |
3 files changed, 20 insertions, 0 deletions
diff --git a/textproc/heirloom-wc/DESCR b/textproc/heirloom-wc/DESCR new file mode 100644 index 00000000000..821afaf1f3f --- /dev/null +++ b/textproc/heirloom-wc/DESCR @@ -0,0 +1 @@ +This package provides 'wc' utility. diff --git a/textproc/heirloom-wc/Makefile b/textproc/heirloom-wc/Makefile new file mode 100644 index 00000000000..a86077f0d01 --- /dev/null +++ b/textproc/heirloom-wc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:19:29 cheusov Exp $ + +PKGNAME= heirloom-wc-${HEIRLOOM_VER} +CATEGORIES= textproc + +MAKE_FLAGS+= SUBDIRS="build wc" + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/heirloom-wc/PLIST b/textproc/heirloom-wc/PLIST new file mode 100644 index 00000000000..f3a22bc4620 --- /dev/null +++ b/textproc/heirloom-wc/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:19:29 cheusov Exp $ +${HLROOT}/bin/posix/wc +${HLROOT}/bin/posix2001/wc +${HLROOT}/bin/s42/wc +${HLROOT}/bin/wc +${HLROOT}/man/man1/wc.1 |