diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:15:12 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:15:12 +0000 |
commit | 648383ff849849094d3bf02d58b4e719bd003cef (patch) | |
tree | 97d789e94ae0e0ff1a65822408d9adbdea787e51 | |
parent | e2148b4f3e6894f98c1902aec5db03906a4965cf (diff) | |
download | pkgsrc-648383ff849849094d3bf02d58b4e719bd003cef.tar.gz |
heirloom part
-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 |