heirloom-mkfifo utility
This commit is contained in:
parent
7ee4373343
commit
094b86eac0
3 changed files with 17 additions and 0 deletions
1
sysutils/heirloom-mkfifo/DESCR
Normal file
1
sysutils/heirloom-mkfifo/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package provides 'mkfifo' utility.
|
13
sysutils/heirloom-mkfifo/Makefile
Normal file
13
sysutils/heirloom-mkfifo/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 00:04:32 cheusov Exp $
|
||||
|
||||
PKGNAME= heirloom-mkfifo-${HEIRLOOM_VER}
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAKE_FLAGS+= SUBDIRS="build mkfifo"
|
||||
|
||||
.include "../../sysutils/heirloom-doc/Makefile.common"
|
||||
|
||||
DESCR_SRC+= DESCR
|
||||
|
||||
.include "../../devel/heirloom-libcommon/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
sysutils/heirloom-mkfifo/PLIST
Normal file
3
sysutils/heirloom-mkfifo/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 00:04:32 cheusov Exp $
|
||||
${HLROOT}/bin/mkfifo
|
||||
${HLROOT}/man/man1/mkfifo.1
|
Loading…
Reference in a new issue