freebsd-ports/sysutils/slay/Makefile
David W. Chapman Jr. 3022bf4466 Add new port, Slay, a utility that kills a persons shell, as well as any process belonging to that user.
PR:		27704
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
Reviewed by:	keichii
2001-06-10 17:45:26 +00:00

22 lines
451 B
Makefile

# Ports collection makefile for: Slay
# Date created: Sun Mar 12 02:26:49 GMT 2000
# Whom: scorpio@drkshdw.org
#
# $FreeBSD$
#
PORTNAME= Slay
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/admin/idle
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= scorpio@drkshdw.org
NO_BUILD= "binary distribution"
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/slay ${PREFIX}/bin
.include <bsd.port.mk>