blob: e709dbccf52beffa85829550495bf8cfe5c39cb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
COMMENT= Kills a login shell and process(es) of a user
NO_BUILD= "binary distribution"
DEPRECATED= Author doesn't see it as needed anymore
EXPIRATION_DATE= 2006-12-31
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/slay ${PREFIX}/bin
.include <bsd.port.mk>
|