aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netsaint-plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netsaint-plugins/Makefile')
-rw-r--r--net-mgmt/netsaint-plugins/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile
deleted file mode 100644
index 6d84d42c1fa8..000000000000
--- a/net-mgmt/netsaint-plugins/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: netsaint-plugins
-# Date created: Wed 12 Jul 2000
-# Whom: will
-#
-# $FreeBSD$
-#
-
-PORTNAME= netsaint-plugins
-PORTVERSION= 1.2.9.3
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= http://download.sourceforge.net/netsaintplug/
-DISTNAME= ${PORTNAME}-1.2.9-3
-
-MAINTAINER= blaz@amis.net
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --sbindir=${PREFIX}/share/netsaint/sbin \
- --libexecdir=${PREFIX}/libexec/netsaint \
- --datadir=${PREFIX}/share/netsaint \
- --sysconfdir=${PREFIX}/etc/netsaint \
- --localstatedir=${PREFIX}/var/netsaint
-CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
-USE_AUTOMAKE= yes
-USE_GMAKE= yes
-
-pre-fetch:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
-
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
-.endif
-
-pre-install:
- ${PERL} ${SCRIPTDIR}/createuser
-
-post-clean:
- @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
-.include <bsd.port.mk>