mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
00b81b629c
PR: 120713 Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer)
30 lines
647 B
Makefile
30 lines
647 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
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.teslacore.it/projects/amfext/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= miwi
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .zip
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= meritus@innervision.pl
|
|
COMMENT= Implements encoding and decoding of AMF and AMF3 messages
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USE_ZIP= yes
|
|
PHP_MODNAME= amf
|
|
|
|
CONFIGURE_ARGS= --enable-amf
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/php/ext/standard"
|
|
|
|
.include <bsd.port.mk>
|