aboutsummaryrefslogtreecommitdiffstats
path: root/security/slurpie/Makefile
blob: 8c569bc9a4a80c5e12ddff1705f70bae39d9b0f3 (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
# 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= ports@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>