summaryrefslogtreecommitdiffstats
path: root/security/slurpie/Makefile
blob: 54f7931e5ba6547a79585caa7e6f636230f2d8c6 (plain)
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
# ex:ts=8
# Ports collection makefile for:  slurpie
# Date created:			  Sun Feb 12, 2000
# Whom:				  David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

PORTNAME=	slurpie
PORTVERSION=	2.0b
CATEGORIES=	security
MASTER_SITES=	http://www.jps.net/coati/archives/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.tgz

MAINTAINER=	obrien@FreeBSD.org

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/slurp ${PREFIX}/sbin
	${INSTALL_PROGRAM} ${WRKSRC}/slurpie ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/slurpie
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/slurpie/README
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud