diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:05:19 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:05:19 +0000 |
commit | 3a93c08cd424e3c6e35c021346e257e2136f6298 (patch) | |
tree | e5b244f8eab75a4947b9d7ce8d757989718c5333 /net/netsaint/Makefile | |
parent | bc84920be715f7b7c39d229b0756ccb7eeb9beb4 (diff) |
Notes
Diffstat (limited to 'net/netsaint/Makefile')
-rw-r--r-- | net/netsaint/Makefile | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/net/netsaint/Makefile b/net/netsaint/Makefile deleted file mode 100644 index 42bfef69b021..000000000000 --- a/net/netsaint/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: netsaint -# Date created: Wed 12 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= netsaint -PORTVERSION= 0.0.7 -PORTREVISION= 4 -PORTEPOCH= 1 -CATEGORIES= net -MASTER_SITES= http://netsaint.sourceforge.net/download/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=dwcjr -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Extremely powerful network monitoring system - -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd -RUN_DEPENDS= ${LOCALBASE}/libexec/netsaint/check_netsaint:${PORTSDIR}/net/netsaint-plugins - -DEPRECATED= Projects renamed to nagios. Use net/nagios instead. -EXPIRATION_DATE= 2004-03-20 - -USE_PERL5= yes -USE_GETOPT_LONG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-command-user=netsaint \ - --with-command-grp=www \ - --with-gd-lib=${LOCALBASE}/lib \ - --with-gd-inc=${LOCALBASE}/include \ - --with-netsaint-user=netsaint \ - --with-netsaint-grp=netsaint \ - --sbindir=${PREFIX}/share/netsaint/sbin \ - --libexecdir=${PREFIX}/libexec/netsaint \ - --datadir=${PREFIX}/share/netsaint \ - --sysconfdir=${PREFIX}/etc/netsaint \ - --localstatedir=${PREFIX}/var/netsaint -INSTALL_TARGET= all install config install-config install-daemoninit install-commandmode - -.if defined(WITH_MYSQL) -USE_MYSQL= YES -CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \ - --with-mysql-inc=${LOCALBASE}/include/mysql \ - --with-mysql-xdata -.endif - -.if defined(WITH_POSTGRES) -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} -CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \ - --with-pgsql-inc=${LOCALBASE}/pgsql \ - --with-pgsql-xdata -.endif - -pre-fetch: - @${SH} ${SCRIPTDIR}/checkps - -pre-install: - @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -post-install: -.for i in bsd_logofullsize.gif bsd_sblogo.gif - ${INSTALL_DATA} ${WRKDIR}/netsaint-0.0.7b6/html/images/$i ${PREFIX}/share/${PORTNAME}/images/ -.endfor - -.include <bsd.port.mk> |