freebsd-ports/print/pecl-pdflib/Makefile
Alex Dupre 398591e345 Really fix LICENSE handling.
Reported by:	tobik
2019-12-19 17:17:46 +00:00

26 lines
478 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdflib
PORTVERSION= 4.1.4
PORTREVISION= 1
CATEGORIES= print pear
MAINTAINER= ale@FreeBSD.org
COMMENT= PECL extension to create PDF on the fly
LIB_DEPENDS= libpdf.so:print/pdflib
USES= php:pecl
LICENSE= PDFlib
LICENSE_NAME= PDFlib GmbH General License
LICENSE_PERMS= none
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_PHP= gd:build
PHP_MODNAME= pdf
CONFIGURE_ARGS= --with-pdflib=${LOCALBASE}
.include <bsd.port.mk>