aboutsummaryrefslogtreecommitdiffstats
path: root/print/pecl-pdflib/Makefile
blob: fd690b510f468f95a5265a10df908693df85dffd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$

PORTNAME=   pdflib
PORTVERSION=    4.1.2
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>