mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
24 lines
400 B
Makefile
24 lines
400 B
Makefile
# 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>
|