summaryrefslogtreecommitdiff
path: root/net-mgmt/netqc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netqc/Makefile')
-rw-r--r--net-mgmt/netqc/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-mgmt/netqc/Makefile b/net-mgmt/netqc/Makefile
deleted file mode 100644
index 5712028770f3..000000000000
--- a/net-mgmt/netqc/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: netqc
-# Date created: Sep 28 2001
-# Whom: Radoslav Vasilev <rvasilev@uni-svishtov.bg>
-#
-# $FreeBSD$
-#
-
-PORTNAME= netqc
-PORTVERSION= 1.2.1
-CATEGORIES= net
-MASTER_SITES= http://web.uni-svishtov.bg/netqc/
-
-MAINTAINER= rvasilev@uni-svishtov.bg
-
-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \
- snmp.4:${PORTSDIR}/net/net-snmp
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-MAN1= netqc.1
-DOCFILES= COPYING README
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/conf ${PREFIX}/etc/netqc.conf.sample
-.for file in ${MAN1}
- ${INSTALL_MAN} ${WRKSRC}/${file} ${MANPREFIX}/man/man1/${file}
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>