6a83c602cb
(mainly to strip binary properly) - Add WWW: line PR: ports/24288 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
30 lines
652 B
Makefile
30 lines
652 B
Makefile
# New ports collection makefile for: nstreams
|
|
# Date created: 22 September 1999
|
|
# Whom: darius@dons.net.au
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nstreams
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.hsc.fr/ressources/outils/nstreams/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= nstreams.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1
|
|
.for file in nstreams-networks nstreams-services
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/etc/${file}.sample
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|