852df8d980
Reported by: pointyhat
35 lines
779 B
Makefile
35 lines
779 B
Makefile
# New ports collection makefile for: php5-rrdtool
|
|
# Date created: 19 Mar 2006
|
|
# Whom: rick@wzoeterwoude.net
|
|
# Credits: mat
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rrdtool
|
|
PORTVERSION= 1.00
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/contrib/ \
|
|
http://ftp.ntua.gr/pub/net/monitoring/rrdtool/contrib/ \
|
|
http://www.mirrors.wiretapped.net/security/network-monitoring/rrdtool/contrib/
|
|
PKGNAMEPREFIX= php5-
|
|
DISTNAME= php_rrdtool
|
|
|
|
MAINTAINER= rick@wzoeterwoude.net
|
|
COMMENT= A php 5 rrdtool glue
|
|
|
|
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
|
|
|
|
WRKSRC= ${WRKDIR}/rrdtool
|
|
|
|
USE_PHP= yes
|
|
DEFAULT_PHP_VER=5
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 700000
|
|
BROKEN= does not configure on 6.X
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|