aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/darkstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/darkstat/Makefile')
-rw-r--r--net-mgmt/darkstat/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile
deleted file mode 100644
index 8ef980574a0d..000000000000
--- a/net-mgmt/darkstat/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: darkstat
-# Date created: 24 February 2002
-# Whom: Anders Nordby <anders@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= darkstat
-PORTVERSION= 1.21
-CATEGORIES= net
-MASTER_SITES= http://members.optushome.com.au/darkmoon7/net/ \
- ftp://ftp.nuug.no/pub/anders/distfiles/
-
-MAINTAINER= anders@FreeBSD.org
-
-GNU_CONFIGURE= yes
-
-MAN1= darkstat.1
-
-DOCS= AUTHORS ChangeLog INSTALL ISSUES README TODO
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${INSTALL} -d -m 0755 ${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>