diff options
-rw-r--r-- | textproc/heirloom-head/DESCR | 1 | ||||
-rw-r--r-- | textproc/heirloom-head/Makefile | 13 | ||||
-rw-r--r-- | textproc/heirloom-head/PLIST | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/textproc/heirloom-head/DESCR b/textproc/heirloom-head/DESCR new file mode 100644 index 00000000000..3b39a42a739 --- /dev/null +++ b/textproc/heirloom-head/DESCR @@ -0,0 +1 @@ +This package provides 'head' utility. diff --git a/textproc/heirloom-head/Makefile b/textproc/heirloom-head/Makefile new file mode 100644 index 00000000000..4ba06db3d9a --- /dev/null +++ b/textproc/heirloom-head/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:15:12 cheusov Exp $ + +PKGNAME= heirloom-head-${HEIRLOOM_VER} +CATEGORIES= textproc + +MAKE_FLAGS+= SUBDIRS="build head" + +.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-head/PLIST b/textproc/heirloom-head/PLIST new file mode 100644 index 00000000000..e5034c9c215 --- /dev/null +++ b/textproc/heirloom-head/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:15:12 cheusov Exp $ +${HLROOT}/bin/head +${HLROOT}/man/man1/head.1 |