freebsd-ports/www/pecl-amfext/Makefile
Mikhail Teterin 4aeabd989f Add hunks to allow compiling with php-5.4 and (hopefully) newer. Fix
compile warnings (except those about deprecations).

Unbreak and uncondemn.
2015-04-14 18:27:57 +00:00

27 lines
539 B
Makefile

# Created by: Piotr Rybicki <meritus@innervision.pl>
# $FreeBSD$
PORTNAME= amfext
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= meritus@innervision.pl
COMMENT= Implements encoding and decoding of AMF and AMF3 messages
LICENSE= PHP30
USES= dos2unix libtool tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= amf
CONFIGURE_ARGS= --with-amf
CPPFLAGS+= -I${LOCALBASE}/include/php/ext/standard
CFLAGS+= -Wno-deprecated
.include <bsd.port.mk>