1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/print/qpdf/Makefile
2022-03-21 03:13:55 +00:00

25 lines
559 B
Makefile

# Created by: Dmitry Kazarov <d.y.kazarov@mail.ru>
PORTNAME= qpdf
DISTVERSION= 10.6.3
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= wen@FreeBSD.org
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= compiler:c++11-lang cpe gmake jpeg libtool localbase
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_LDCONFIG= yes
CPE_VENDOR= qpdf_project
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>