freebsd-ports/databases/pecl-rrd/Makefile
Niclas Zeising 3b22ad40b1 Clean up databases/rrdtool
Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies.  [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.

PR:		192024 [1] (based on)
Submitted by:	asomers
Approved by:	portmgr (blanket, portrevision bumps)
2014-07-23 20:11:10 +00:00

24 lines
411 B
Makefile

# $FreeBSD$
PORTNAME= rrd
DISTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= databases pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= flo@FreeBSD.org
COMMENT= PHP bindings to rrd tool system
LICENSE= PHP301
LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool
LDFLAGS+= -L${LOCALBASE}/lib
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>