aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti-spine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cacti-spine/Makefile')
-rw-r--r--net-mgmt/cacti-spine/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile
deleted file mode 100644
index 8e56538a6fb9..000000000000
--- a/net-mgmt/cacti-spine/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: cactid
-# Date created: Feb 26 2005
-# Whom: clement@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= cactid
-PORTVERSION= 0.8.6.g
-CATEGORIES= net
-MASTER_SITES= http://www.cacti.net/downloads/cactid/
-DISTNAME= cacti-${PORTNAME}-0.8.6g
-
-MAINTAINER= clement@FreeBSD.org
-COMMENT= A multithreaded poller for Cacti written in C
-
-LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
-
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE}
-USE_MYSQL= YES
-USE_OPENSSL= YES
-USE_REINPLACE= YES
-
-post-patch:
- @${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},' \
- ${WRKSRC}/cactid.h
-
-post-install:
- @${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/cactid.conf ${EXAMPLESDIR}
- @[ -e ${PREFIX}/etc/cactid.conf ] || \
- ${INSTALL_DATA} ${EXAMPLESDIR}/cactid.conf ${PREFIX}/etc/
-
-.include <bsd.port.mk>