diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-14 20:21:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-14 20:21:47 +0000 |
commit | 6a83c602cb5a4249479963e0f643f50676ff94a4 (patch) | |
tree | 1a92fa2038e8126e1100d69521a2283eee9537e9 /net-mgmt/nstreams | |
parent | dcfa8d2acc34e3b2cb92844530322442fc168513 (diff) | |
download | ports-6a83c602cb5a4249479963e0f643f50676ff94a4.tar.gz ports-6a83c602cb5a4249479963e0f643f50676ff94a4.zip |
Notes
Diffstat (limited to 'net-mgmt/nstreams')
-rw-r--r-- | net-mgmt/nstreams/Makefile | 11 | ||||
-rw-r--r-- | net-mgmt/nstreams/pkg-descr | 2 | ||||
-rw-r--r-- | net-mgmt/nstreams/pkg-plist | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile index 8cf48061c32f..be216ae9b680 100644 --- a/net-mgmt/nstreams/Makefile +++ b/net-mgmt/nstreams/Makefile @@ -7,14 +7,23 @@ 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 -WRKSRC= ${WRKDIR}/nstreams 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> diff --git a/net-mgmt/nstreams/pkg-descr b/net-mgmt/nstreams/pkg-descr index e263b3e88f19..d0710f77aaae 100644 --- a/net-mgmt/nstreams/pkg-descr +++ b/net-mgmt/nstreams/pkg-descr @@ -12,3 +12,5 @@ version 0.99.x). This product was designed by HSC and coded by Renaud Deraison (deraison@cvs.nessus.org), author of the Nessus software (www.nessus.org). It is available for free and under GNU license. + +WWW: http://www.hsc.fr/ressources/outils/nstreams/ diff --git a/net-mgmt/nstreams/pkg-plist b/net-mgmt/nstreams/pkg-plist index 69e550a05b21..529f8ba5af72 100644 --- a/net-mgmt/nstreams/pkg-plist +++ b/net-mgmt/nstreams/pkg-plist @@ -1,3 +1,3 @@ bin/nstreams -etc/nstreams-services etc/nstreams-networks.sample +etc/nstreams-services.sample |