diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:17:06 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:17:06 +0000 |
commit | b2be3f7ff0a60207f72a0374b4e47dae94300633 (patch) | |
tree | 542c1cd5f319090a43867ceac33fbe4a522e61c2 | |
parent | 5994aacd6d976c717d69d621b3669ec4f1172180 (diff) | |
download | pkgsrc-b2be3f7ff0a60207f72a0374b4e47dae94300633.tar.gz |
heirloom part
-rw-r--r-- | textproc/heirloom-pr/DESCR | 1 | ||||
-rw-r--r-- | textproc/heirloom-pr/Makefile | 14 | ||||
-rw-r--r-- | textproc/heirloom-pr/PLIST | 6 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/heirloom-pr/DESCR b/textproc/heirloom-pr/DESCR new file mode 100644 index 00000000000..042ab18948f --- /dev/null +++ b/textproc/heirloom-pr/DESCR @@ -0,0 +1 @@ +This package provides 'pr' utility. diff --git a/textproc/heirloom-pr/Makefile b/textproc/heirloom-pr/Makefile new file mode 100644 index 00000000000..69a95f48769 --- /dev/null +++ b/textproc/heirloom-pr/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:17:06 cheusov Exp $ + +PKGNAME= heirloom-pr-${HEIRLOOM_VER} +CATEGORIES= textproc print +LICENSE= original-bsd + +MAKE_FLAGS+= SUBDIRS="build pr" + +.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-pr/PLIST b/textproc/heirloom-pr/PLIST new file mode 100644 index 00000000000..d39921f59cf --- /dev/null +++ b/textproc/heirloom-pr/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:17:06 cheusov Exp $ +${HLROOT}/bin/posix/pr +${HLROOT}/bin/posix2001/pr +${HLROOT}/bin/pr +${HLROOT}/bin/s42/pr +${HLROOT}/man/man1/pr.1 |