summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-05-28 00:04:32 +0000
committercheusov <cheusov@pkgsrc.org>2011-05-28 00:04:32 +0000
commitd600b54541371b662f79593d411c732cdeadc4f6 (patch)
tree07a3eb3b4986ab2845527f4f6384966b706d1f79 /sysutils
parent09aba8ed810319fb83b44760f255b5099eb8e91a (diff)
downloadpkgsrc-d600b54541371b662f79593d411c732cdeadc4f6.tar.gz
heirloom-mkfifo utility
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/heirloom-mkfifo/DESCR1
-rw-r--r--sysutils/heirloom-mkfifo/Makefile13
-rw-r--r--sysutils/heirloom-mkfifo/PLIST3
3 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/heirloom-mkfifo/DESCR b/sysutils/heirloom-mkfifo/DESCR
new file mode 100644
index 00000000000..cfcc2b370d1
--- /dev/null
+++ b/sysutils/heirloom-mkfifo/DESCR
@@ -0,0 +1 @@
+This package provides 'mkfifo' utility.
diff --git a/sysutils/heirloom-mkfifo/Makefile b/sysutils/heirloom-mkfifo/Makefile
new file mode 100644
index 00000000000..572d89f528f
--- /dev/null
+++ b/sysutils/heirloom-mkfifo/Makefile
@@ -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"
diff --git a/sysutils/heirloom-mkfifo/PLIST b/sysutils/heirloom-mkfifo/PLIST
new file mode 100644
index 00000000000..4bec67de81d
--- /dev/null
+++ b/sysutils/heirloom-mkfifo/PLIST
@@ -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