freebsd-ports/databases/pecl-rrd/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

29 lines
528 B
Makefile

# New ports collection makefile for: pecl-rrd
# Date created: 2011-03-28
# Whom: Florian Smeets <flo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rrd
DISTVERSION= 1.0.4
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
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
LDFLAGS+= -L${LOCALBASE}/lib
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP=4
.include <bsd.port.mk>