aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-radauth-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-radauth-plugin/Makefile')
-rw-r--r--net-mgmt/nagios-radauth-plugin/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-mgmt/nagios-radauth-plugin/Makefile b/net-mgmt/nagios-radauth-plugin/Makefile
deleted file mode 100644
index 37158d9c4eb0..000000000000
--- a/net-mgmt/nagios-radauth-plugin/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: nagios-spamd-plugin
-# Date created: 2006-01-18
-# Whom: Andrew Kilpatrick <tiger@whitetigersd.com>
-#
-# $FreeBSD$
-
-PORTNAME= nagios-radauth-plugin
-PORTVERSION= 1.00
-PORTREVISION= 1
-CATEGORIES= net-mgmt
-MASTER_SITES= http://www.hick.org/code/skape/radauth/
-DISTNAME= radauth-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Nagios plugin for checking radius server
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
-NAGIOS_PLUGIN_DIR?= libexec/nagios
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX} \
- --bindir=${PREFIX}/${NAGIOS_PLUGIN_DIR}
-
-PLIST_FILES= "@exec ${MKDIR} ${NAGIOS_PLUGIN_DIR}" \
- ${NAGIOS_PLUGIN_DIR}/check_radauth
-PLIST_DIRS= ${NAGIOS_PLUGIN_DIR}
-
-pre-install:
- @${MKDIR} ${PREFIX}/${NAGIOS_PLUGIN_DIR}
-
-.include <bsd.port.mk>