summaryrefslogtreecommitdiff
path: root/net-mgmt/sting/Makefile
blob: 3f70effc3bc740efe27610cd004f1b2408bda559 (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
# New ports collection makefile for:	sting
# Date created:				10 May 2000
# Whom:					benno@netizen.com.au
#
# $FreeBSD$
#

PORTNAME=	sting
PORTVERSION=	0.7
CATEGORIES=	net
MASTER_SITES=	http://www.cs.washington.edu/homes/savage/sting/
DISTNAME=	sting

MAINTAINER=	kbyanc@posi.net

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/sting ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
.endif

.include <bsd.port.mk>