3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
23 lines
400 B
Makefile
23 lines
400 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdflib
|
|
PORTVERSION= 4.1.1
|
|
CATEGORIES= print pear
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= PECL extension to create PDF on the fly
|
|
|
|
LICENSE= PHP30
|
|
|
|
LIB_DEPENDS= libpdf.so:print/pdflib
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
USES= php:pecl
|
|
USE_PHP= gd:build
|
|
PHP_MODNAME= pdf
|
|
|
|
CONFIGURE_ARGS= --with-pdflib=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|