freebsd-ports/print/pecl-pdflib/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

23 lines
400 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdflib
PORTVERSION= 4.1.1
CATEGORIES= print pear
MAINTAINER= ale@FreeBSD.org
COMMENT= PECL extension to create PDF on the fly
LICENSE= PHP30
LIB_DEPENDS= libpdf.so:print/pdflib
BROKEN_powerpc64= Does not build
USES= php:pecl
USE_PHP= gd:build
PHP_MODNAME= pdf
CONFIGURE_ARGS= --with-pdflib=${LOCALBASE}
.include <bsd.port.mk>