mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
27 lines
488 B
Makefile
27 lines
488 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= 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>
|