diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 09:40:41 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 09:40:41 +0000 |
commit | e6d3e38a913f67c99d54863d7855e56fe1a3547c (patch) | |
tree | 4a862249afc887bdc258b2f81ad35ed2c697175b /misc/heirloom-hd | |
parent | 541bd5a64d0f06ef0e987de246521ad6193969f1 (diff) | |
download | pkgsrc-e6d3e38a913f67c99d54863d7855e56fe1a3547c.tar.gz |
heirloom part
Diffstat (limited to 'misc/heirloom-hd')
-rw-r--r-- | misc/heirloom-hd/DESCR | 1 | ||||
-rw-r--r-- | misc/heirloom-hd/Makefile | 13 | ||||
-rw-r--r-- | misc/heirloom-hd/PLIST | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/misc/heirloom-hd/DESCR b/misc/heirloom-hd/DESCR new file mode 100644 index 00000000000..8d7e5c1ef62 --- /dev/null +++ b/misc/heirloom-hd/DESCR @@ -0,0 +1 @@ +This package provides 'hd' utility. diff --git a/misc/heirloom-hd/Makefile b/misc/heirloom-hd/Makefile new file mode 100644 index 00000000000..8c0ed20a6f9 --- /dev/null +++ b/misc/heirloom-hd/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 09:40:41 cheusov Exp $ + +PKGNAME= heirloom-hd-${HEIRLOOM_VER} +CATEGORIES= misc sysutils + +MAKE_FLAGS+= SUBDIRS="build hd" + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= ${.CURDIR}/DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/heirloom-hd/PLIST b/misc/heirloom-hd/PLIST new file mode 100644 index 00000000000..c1a5e8c3a8c --- /dev/null +++ b/misc/heirloom-hd/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 09:40:41 cheusov Exp $ +${HLROOT}/bin/hd +${HLROOT}/man/man1/hd.1 |