diff options
Diffstat (limited to 'databases/php4-rrdtool/Makefile')
-rw-r--r-- | databases/php4-rrdtool/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/databases/php4-rrdtool/Makefile b/databases/php4-rrdtool/Makefile deleted file mode 100644 index 0bc031bf9b82..000000000000 --- a/databases/php4-rrdtool/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: php4-rrdtool -# Date created: 26 Aug 2004 -# Whom: mat -# -# $FreeBSD$ -# - -PORTNAME= rrdtool -PORTVERSION= 1.05 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} http://www.joeym.net/ -MASTER_SITE_SUBDIR= mat -PKGNAMEPREFIX= php4- -DISTNAME= ${UNIQUENAME}-${PORTVERSION} - -MAINTAINER= mat@FreeBSD.org -COMMENT= A php/rrdtool glue - -LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool - -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${UNIQUENAME}-${PORTVERSION} - -USE_PHP= yes -USE_PHPEXT= yes - -post-install: - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} - @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." - -.include <bsd.port.mk> |