summaryrefslogtreecommitdiff
path: root/net-mgmt/netspoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netspoc/Makefile')
-rw-r--r--net-mgmt/netspoc/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-mgmt/netspoc/Makefile b/net-mgmt/netspoc/Makefile
deleted file mode 100644
index a634d9e74fca..000000000000
--- a/net-mgmt/netspoc/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: netspoc
-# Date created: Nov 3, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= netspoc
-PORTVERSION= 1.4
-CATEGORIES= net
-MASTER_SITES= http://download.berlios.de/netspoc/
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_PERL5= yes
-NO_BUILD= yes
-
-MAN1= netspoc.1
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/netspoc ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/netspoc.man ${MANPREFIX}/man/man1/netspoc.1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>