1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/print/pecl-pdflib/Makefile
Alex Dupre b72edb8fdd Update to 2.1.3 release.
PR:		ports/110191
Submitted by:	chinsan
2007-03-11 21:37:19 +00:00

29 lines
550 B
Makefile

# New ports collection makefile for: pecl-pdflib
# Date created: 25 Jun 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pdflib
PORTVERSION= 2.1.3
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.8:${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>