freebsd-ports/graphics/pear-IO_SWF/Makefile
Antoine Brodin 4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00

26 lines
645 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= IO_SWF
PORTVERSION= 2.2.4
CATEGORIES= graphics www pear
MASTER_SITES= http://openpear.org/get/ \
LOCAL
MASTER_SITE_SUBDIR= tota/${PKGNAMEPREFIX}${PORTNAME}
PKGNAMEPREFIX= pear-
MAINTAINER= yoya@awm.jp
COMMENT= PEAR library for reading/writing SWF binary
LICENSE= MIT
RUN_DEPENDS= pear-IO_Bit>0:${PORTSDIR}/devel/pear-IO_Bit \
${PEARDIR}/.channels/openpear.org.reg:${PORTSDIR}/devel/pear-channel-openpear
USE_PHP= yes
PEAR_CHANNEL= openpear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>