diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:16:09 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:16:09 +0000 |
commit | 654beb60450ffe58014bc52b281c1f7688356f1b (patch) | |
tree | 1b021bbf4879aa8d40cc82ac57a00736cb361567 /textproc/heirloom-nl | |
parent | c921566489f996719005bf7045dd58d904525640 (diff) | |
download | pkgsrc-654beb60450ffe58014bc52b281c1f7688356f1b.tar.gz |
heirloom part
Diffstat (limited to 'textproc/heirloom-nl')
-rw-r--r-- | textproc/heirloom-nl/DESCR | 1 | ||||
-rw-r--r-- | textproc/heirloom-nl/Makefile | 16 | ||||
-rw-r--r-- | textproc/heirloom-nl/PLIST | 6 |
3 files changed, 23 insertions, 0 deletions
diff --git a/textproc/heirloom-nl/DESCR b/textproc/heirloom-nl/DESCR new file mode 100644 index 00000000000..0b8ad1fd9bd --- /dev/null +++ b/textproc/heirloom-nl/DESCR @@ -0,0 +1 @@ +This package provides 'nl' utility. diff --git a/textproc/heirloom-nl/Makefile b/textproc/heirloom-nl/Makefile new file mode 100644 index 00000000000..9c8f5bd76e7 --- /dev/null +++ b/textproc/heirloom-nl/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:16:09 cheusov Exp $ + +PKGNAME= heirloom-nl-${HEIRLOOM_VER} +CATEGORIES= textproc + +MAKE_FLAGS+= SUBDIRS="build nl" + +NEED_LIBUXRE= 1 + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../devel/libuxre/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/heirloom-nl/PLIST b/textproc/heirloom-nl/PLIST new file mode 100644 index 00000000000..ace106ca0e3 --- /dev/null +++ b/textproc/heirloom-nl/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:16:09 cheusov Exp $ +${HLROOT}/bin/nl +${HLROOT}/bin/posix/nl +${HLROOT}/bin/posix2001/nl +${HLROOT}/bin/s42/nl +${HLROOT}/man/man1/nl.1 |