aboutsummaryrefslogtreecommitdiff
path: root/sysutils/slay/Makefile
blob: ef888592ca2d1874c5f9c6fb7a55a554a05263b5 (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
# 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"

do-install:
	${INSTALL_SCRIPT}	${WRKSRC}/slay ${PREFIX}/bin

.include <bsd.port.mk>