freebsd-ports/www/pecl-amfext/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

26 lines
555 B
Makefile

# New ports collection makefile for: pecl-amfext
# Date created: 11 February 2007
# Whom: Piotr Rybicki <meritus@innervision.pl>
#
# $FreeBSD$
#
PORTNAME= amfext
PORTVERSION= 0.9.2
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= meritus@innervision.pl
COMMENT= Implements encoding and decoding of AMF and AMF3 messages
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= amf
CONFIGURE_ARGS= --enable-amf
CPPFLAGS+= -I${LOCALBASE}/include/php/ext/standard
.include <bsd.port.mk>