1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/print/pecl-pdflib/Makefile
Alex Dupre 7f50cc984c Update to 3.0.4 release.
PR:		ports/186142
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
2014-01-27 10:07:36 +00:00

27 lines
490 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdflib
PORTVERSION= 3.0.4
CATEGORIES= print pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension to create PDF on the fly
LICENSE= PHP30
LIB_DEPENDS= libpdf.so:${PORTSDIR}/print/pdflib
USE_PHP= gd
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= pdf
CONFIGURE_ARGS= --with-pdflib=${LOCALBASE}
.include <bsd.port.mk>