summaryrefslogtreecommitdiff
path: root/net-mgmt/darkstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/darkstat/Makefile')
-rw-r--r--net-mgmt/darkstat/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile
deleted file mode 100644
index 7f4f1d3fe5e6..000000000000
--- a/net-mgmt/darkstat/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: darkstat
-# Date created: 24 February 2002
-# Whom: Anders Nordby <anders@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= darkstat
-PORTVERSION= 2.3
-CATEGORIES= net
-MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \
- http://yallara.cs.rmit.edu.au/~emikulic/_/
-
-MAINTAINER= emikulic@optushome.com.au
-
-LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
-
-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>