diff options
author | cheusov <cheusov> | 2011-05-28 08:15:12 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-05-28 08:15:12 +0000 |
commit | 3d24060c0012a451450deb2b612718cd2393e959 (patch) | |
tree | 97d789e94ae0e0ff1a65822408d9adbdea787e51 /textproc | |
parent | 142a96e4ec1c86752d7fb3840c84aacb0a5c935e (diff) | |
download | pkgsrc-3d24060c0012a451450deb2b612718cd2393e959.tar.gz |
heirloom part
Diffstat (limited to 'textproc')
-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 |