diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 00:02:50 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 00:02:50 +0000 |
commit | 36906a17988b6e84a0b6c3667a138a33a486f6da (patch) | |
tree | f253414dec39cdb47585b3309a122832efa46e82 /sysutils/heirloom-nice | |
parent | a695a4b499762bd496b321462c83617249d57723 (diff) | |
download | pkgsrc-36906a17988b6e84a0b6c3667a138a33a486f6da.tar.gz |
heirloom-nice utility
Diffstat (limited to 'sysutils/heirloom-nice')
-rw-r--r-- | sysutils/heirloom-nice/DESCR | 1 | ||||
-rw-r--r-- | sysutils/heirloom-nice/Makefile | 13 | ||||
-rw-r--r-- | sysutils/heirloom-nice/PLIST | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/heirloom-nice/DESCR b/sysutils/heirloom-nice/DESCR new file mode 100644 index 00000000000..9dfab5d0645 --- /dev/null +++ b/sysutils/heirloom-nice/DESCR @@ -0,0 +1 @@ +This package provides 'nice' utility. diff --git a/sysutils/heirloom-nice/Makefile b/sysutils/heirloom-nice/Makefile new file mode 100644 index 00000000000..7ff1a7304aa --- /dev/null +++ b/sysutils/heirloom-nice/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 00:02:50 cheusov Exp $ + +PKGNAME= heirloom-nice-${HEIRLOOM_VER} +CATEGORIES= sysutils + +MAKE_FLAGS+= SUBDIRS="build nice" + +.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-nice/PLIST b/sysutils/heirloom-nice/PLIST new file mode 100644 index 00000000000..ac474d5dec3 --- /dev/null +++ b/sysutils/heirloom-nice/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 00:02:50 cheusov Exp $ +${HLROOT}/bin/nice +${HLROOT}/man/man1/nice.1 |