openbsd-ports/x11/gnustep/pdfkit/Makefile
sebastia 456e29f384 overhaul gnustep.port.mk with regard to fix WANTLIBS and LIB_DEPENDS of
dependent ports, so that port-lib-depends-check is happy with all of them.
Also make portcheck happy too.

feedback and OK aja@
2014-05-22 09:48:56 +00:00

26 lines
739 B
Makefile

# $OpenBSD: Makefile,v 1.13 2014/05/22 09:48:57 sebastia Exp $
COMMENT = framework for accessing and rendering PDF content
BROKEN = shows PDFs only white, and breaks GWorkspace on macppc
DISTNAME = PDFKit-0.9.3
REVISION = 0
SHARED_LIBS += PDFKit 0.0
HOMEPAGE = http://wiki.gnustep.org/index.php/PDFKit
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
MODULES = x11/gnustep
MODGNUSTEP_IS_FRAMEWORK = Yes
WANTLIB += stdc++ pthread freetype m
BUILD_DEPENDS = x11/gnustep/gui
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += ${MAKE_ENV}
CONFIGURE_ARGS = --with-freetype2-add-includes=${X11BASE}/include \
--with-freetype2-includes=${X11BASE}/include/freetype2
MAKE_FLAGS = PDFKit_INTERFACE_VERSION=${LIBPDFKit_VERSION}
.include <bsd.port.mk>