diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-27 23:41:54 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-27 23:41:54 +0000 |
commit | 0b9272e9cc8680a3e1c18478f3991253870a3c81 (patch) | |
tree | bc7911acc02775630b4dbe69745d11b0304c1062 /sysutils/heirloom-stty | |
parent | 52d4411b0415a8f4ce3c0a40ecf821ae4bbdb5f2 (diff) | |
download | pkgsrc-0b9272e9cc8680a3e1c18478f3991253870a3c81.tar.gz |
heirloom-stty utility
Diffstat (limited to 'sysutils/heirloom-stty')
-rw-r--r-- | sysutils/heirloom-stty/DESCR | 1 | ||||
-rw-r--r-- | sysutils/heirloom-stty/Makefile | 15 | ||||
-rw-r--r-- | sysutils/heirloom-stty/PLIST | 6 |
3 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/heirloom-stty/DESCR b/sysutils/heirloom-stty/DESCR new file mode 100644 index 00000000000..bf0fe3cc676 --- /dev/null +++ b/sysutils/heirloom-stty/DESCR @@ -0,0 +1 @@ +This package provides 'stty' utility. diff --git a/sysutils/heirloom-stty/Makefile b/sysutils/heirloom-stty/Makefile new file mode 100644 index 00000000000..b67f0db5796 --- /dev/null +++ b/sysutils/heirloom-stty/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/27 23:41:54 cheusov Exp $ + +PKGNAME= heirloom-stty-${HEIRLOOM_VER} +CATEGORIES= sysutils + +MAKE_FLAGS+= SUBDIRS="build stty" + +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-stty/PLIST b/sysutils/heirloom-stty/PLIST new file mode 100644 index 00000000000..917a767ae5a --- /dev/null +++ b/sysutils/heirloom-stty/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/27 23:41:54 cheusov Exp $ +${HLROOT}/bin/STTY +${HLROOT}/bin/stty +${HLROOT}/man/man1/stty.1 +${HLROOT}/man/man1b/stty.1b +${HLROOT}/ucb/stty |