mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
514 B
Makefile
25 lines
514 B
Makefile
|
# 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>
|