aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nstreams/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nstreams/Makefile')
-rw-r--r--net-mgmt/nstreams/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile
deleted file mode 100644
index be216ae9b680..000000000000
--- a/net-mgmt/nstreams/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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>