diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-29 01:14:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-29 01:14:36 +0000 |
commit | 53c04a9490700644f3077d10cc23d042ddfe5200 (patch) | |
tree | d50557644c3afeae21b84960c0307cfe5d0e5075 /sysutils/pslist/Makefile | |
parent | Oops, fix DISTNAME/PORTVERSION with a kludge. This will at least allow (diff) |
Add pslist 1.0, a utility to view or send signals to processes with all
their children, similar to killall but more sophisticated.
PR: 22355
Submitted by: Peter Pentchev <roam@orbitel.bg>
Diffstat (limited to 'sysutils/pslist/Makefile')
-rw-r--r-- | sysutils/pslist/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/pslist/Makefile b/sysutils/pslist/Makefile new file mode 100644 index 000000000000..f86b3ddaf2c5 --- /dev/null +++ b/sysutils/pslist/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: pslist +# Date created: 27 October 2000 +# Whom: roam@orbitel.bg +# +# $FreeBSD$ +# + +PORTNAME= pslist +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://mail.orbitel.bg/~roam/devel/sysutils/ \ + http://ringwraith.online.bg/~roam/devel/sysutils/ + +MAINTAINER= roam@orbitel.bg + +NO_BUILD= yes + +.include <bsd.port.mk> |