blob: 2bd9c58af5f3515e108c0011807176ba1cef341a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
# $FreeBSD$
PORTNAME= skill
PORTVERSION= 4.1.4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.flux.utah.edu/pub/skill/ \
ftp://fast.cs.utah.edu/pub/skill/
MAINTAINER= ports@FreeBSD.org
COMMENT= SuperKILL, kill, or renice processes by pid, name, tty, or uid
USES= tar:tgz
.include <bsd.port.mk>
|