diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-27 23:59:38 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-27 23:59:38 +0000 |
commit | 8c25de51ab62b9d4607416cacc63c8de231d0fd4 (patch) | |
tree | 483e3c878e72b8f55d9fa0f82e9088c423e4308d /sysutils/heirloom-pgrep | |
parent | e78172f53721671c39c1c6a09b399e2de19d53a2 (diff) | |
download | pkgsrc-8c25de51ab62b9d4607416cacc63c8de231d0fd4.tar.gz |
heirloom-pgrep utility
Diffstat (limited to 'sysutils/heirloom-pgrep')
-rw-r--r-- | sysutils/heirloom-pgrep/DESCR | 1 | ||||
-rw-r--r-- | sysutils/heirloom-pgrep/Makefile | 17 | ||||
-rw-r--r-- | sysutils/heirloom-pgrep/PLIST | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/heirloom-pgrep/DESCR b/sysutils/heirloom-pgrep/DESCR new file mode 100644 index 00000000000..2fa77f67f6d --- /dev/null +++ b/sysutils/heirloom-pgrep/DESCR @@ -0,0 +1 @@ +This package provides 'pgrep' utility. diff --git a/sysutils/heirloom-pgrep/Makefile b/sysutils/heirloom-pgrep/Makefile new file mode 100644 index 00000000000..5e9317f8e16 --- /dev/null +++ b/sysutils/heirloom-pgrep/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/27 23:59:38 cheusov Exp $ + +PKGNAME= heirloom-pgrep-${HEIRLOOM_VER} +CATEGORIES= sysutils + +MAKE_FLAGS+= SUBDIRS="build pgrep" + +NEED_LIBUXRE= 1 +NEED_LIBKVM= 1 + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../devel/libuxre/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/heirloom-pgrep/PLIST b/sysutils/heirloom-pgrep/PLIST new file mode 100644 index 00000000000..bf61f4a4ab2 --- /dev/null +++ b/sysutils/heirloom-pgrep/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/27 23:59:38 cheusov Exp $ +${HLROOT}/bin/pgrep +${HLROOT}/bin/pkill +${HLROOT}/man/man1/pgrep.1 +${HLROOT}/man/man1/pkill.1 |