summaryrefslogtreecommitdiff
path: root/print/qpdf/Makefile
blob: d5494db89b8b0988cfd97dfa6cb4cce0519c8e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>