mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
25 lines
471 B
Makefile
25 lines
471 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdflib
|
|
PORTVERSION= 2.1.10
|
|
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
|
|
|
|
LIB_DEPENDS= pdf.6:${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>
|