heirloom-nice utility
This commit is contained in:
parent
e631792498
commit
bd0c9a6a0e
3 changed files with 17 additions and 0 deletions
1
sysutils/heirloom-nice/DESCR
Normal file
1
sysutils/heirloom-nice/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package provides 'nice' utility.
|
13
sysutils/heirloom-nice/Makefile
Normal file
13
sysutils/heirloom-nice/Makefile
Normal file
|
@ -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"
|
3
sysutils/heirloom-nice/PLIST
Normal file
3
sysutils/heirloom-nice/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue