freebsd-ports/print/pecl-pdflib/Makefile
2017-08-30 12:18:53 +00:00

23 lines
400 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdflib
PORTVERSION= 4.1.2
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>