mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
7f50cc984c
PR: ports/186142 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>
27 lines
490 B
Makefile
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>
|