1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/print/pecl-pdflib/Makefile
2017-08-30 12:18:53 +00:00

24 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>