freebsd-ports/print/qpdf/Makefile
Yuri Victorovich 1f9bc2001b print/qpdf: Update to 8.0.1
Port changes:
* Add the second license

Bump print/cups-filters

PR:		226370
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	d.y.kazarov@mail.ru (maintainer's timeout, 14 days)
2018-03-20 05:13:24 +00:00

24 lines
525 B
Makefile

# Created by: Dmitry Kazarov <d.y.kazarov@mail.ru>
# $FreeBSD$
PORTNAME= qpdf
DISTVERSION= 8.0.1
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= d.y.kazarov@mail.ru
COMMENT= Command-line tools for transforming and inspecting PDF documents
LICENSE= ART20 APACHE20
LICENSE_COMB= dual
LICENSE_FILE_ART20= ${WRKSRC}/Artistic-2.0
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.txt
USES= gmake jpeg libtool localbase
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>