diff options
author | cheusov <cheusov> | 2011-05-27 23:39:41 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-05-27 23:39:41 +0000 |
commit | 19860eb2eeb3b0a2a7ca417ca4a0c0eee73d0a94 (patch) | |
tree | 4e7ab2a82f1eeed80be79fe166e5d3746fe3b471 /sysutils/heirloom-tapecntl | |
parent | dd82c73a130aec3ee9d873301f3a20cf9b0fccce (diff) | |
download | pkgsrc-19860eb2eeb3b0a2a7ca417ca4a0c0eee73d0a94.tar.gz |
heirloom-tapecntl utility
Diffstat (limited to 'sysutils/heirloom-tapecntl')
-rw-r--r-- | sysutils/heirloom-tapecntl/DESCR | 1 | ||||
-rw-r--r-- | sysutils/heirloom-tapecntl/Makefile | 15 | ||||
-rw-r--r-- | sysutils/heirloom-tapecntl/PLIST | 7 |
3 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/heirloom-tapecntl/DESCR b/sysutils/heirloom-tapecntl/DESCR new file mode 100644 index 00000000000..0cc2ac4b2b1 --- /dev/null +++ b/sysutils/heirloom-tapecntl/DESCR @@ -0,0 +1 @@ +This package provides 'tapecntl' utility. diff --git a/sysutils/heirloom-tapecntl/Makefile b/sysutils/heirloom-tapecntl/Makefile new file mode 100644 index 00000000000..bf10c90b9f1 --- /dev/null +++ b/sysutils/heirloom-tapecntl/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/27 23:39:41 cheusov Exp $ + +PKGNAME= heirloom-tapecntl-${HEIRLOOM_VER} +CATEGORIES= sysutils + +MAKE_FLAGS+= SUBDIRS="build tapecntl" + +NOT_FOR_PLATFORM+= Interix-*-* + +.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-tapecntl/PLIST b/sysutils/heirloom-tapecntl/PLIST new file mode 100644 index 00000000000..bc9db3088f1 --- /dev/null +++ b/sysutils/heirloom-tapecntl/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/27 23:39:41 cheusov Exp $ +${HLROOT}/bin/mt +${HLROOT}/bin/tape +${HLROOT}/bin/tapecntl +${HLROOT}/man/man1/mt.1 +${HLROOT}/man/man1/tape.1 +${HLROOT}/man/man1/tapecntl.1 |