openbsd-ports/print/qpdf/Makefile
2022-11-21 08:09:03 +00:00

32 lines
613 B
Makefile
Executable File

# XXX usually fails to build when an earlier version is installed
COMMENT= PDF transformation and inspection utility
DISTNAME= qpdf-11.2.0
SHARED_LIBS += qpdf 10.1
CATEGORIES= print graphics
HOMEPAGE= http://qpdf.sourceforge.net/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# Artistic License 2.0
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} c crypto gnutls jpeg m ssl z
COMPILER= base-clang ports-gcc base-gcc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
MODULES= devel/cmake
LIB_DEPENDS= graphics/jpeg \
security/gnutls
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>