heirloom-dd utility
This commit is contained in:
parent
31d67e34d5
commit
51dcb93b55
3 changed files with 19 additions and 0 deletions
1
sysutils/heirloom-dd/DESCR
Normal file
1
sysutils/heirloom-dd/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package provides 'dd' utility.
|
15
sysutils/heirloom-dd/Makefile
Normal file
15
sysutils/heirloom-dd/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 00:27:41 cheusov Exp $
|
||||
|
||||
PKGNAME= heirloom-dd-${HEIRLOOM_VER}
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAKE_FLAGS+= SUBDIRS="build dd"
|
||||
|
||||
NOT_FOR_PLATFORM+= Interix-*-*
|
||||
|
||||
.include "../../sysutils/heirloom-doc/Makefile.common"
|
||||
|
||||
DESCR_SRC+= DESCR
|
||||
|
||||
.include "../../devel/heirloom-libcommon/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
sysutils/heirloom-dd/PLIST
Normal file
3
sysutils/heirloom-dd/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 00:27:41 cheusov Exp $
|
||||
${HLROOT}/bin/dd
|
||||
${HLROOT}/man/man1/dd.1
|
Loading…
Reference in a new issue