aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipacctd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ipacctd/Makefile')
-rw-r--r--net-mgmt/ipacctd/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-mgmt/ipacctd/Makefile b/net-mgmt/ipacctd/Makefile
deleted file mode 100644
index cedfb8f4a57b..000000000000
--- a/net-mgmt/ipacctd/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: ipacctd
-# Date created: 22 Aug 2003
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ipacctd
-PORTVERSION= 1.46
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ \
- ${MASTER_SITE_LOCAL:S!$!skv/!}
-
-MAINTAINER= skv@FreeBSD.org
-COMMENT= IP accounting using divert socket
-
-STARTUP_SCRIPT= ipacctd.sh.sample
-PLIST_SUB= STARTUP_SCRIPT=${STARTUP_SCRIPT}
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-MAKE_ENV+= BINDIR="${PREFIX}/sbin"
-
-MAN8= ipacctd.8
-MANLANG= "" ru.KOI8-R
-MANCOMPRESSED= yes
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
- @${MKDIR} ${DOCSDIR}/ru
- @${INSTALL_DATA} ${WRKSRC}/README.ipacctd ${DOCSDIR}/ru
-.endif
- ${INSTALL_SCRIPT} ${FILESDIR}/${STARTUP_SCRIPT} \
- ${PREFIX}/etc/rc.d/${STARTUP_SCRIPT}
-
-.include <bsd.port.mk>