The symlink of the shared library in lib doesn't point to GNUstep/Frameworks/$FRAMEWORK.framework/Versions/Current/libnetclasses.so.${SHLIB_VERSION} anymore but now to GNUstep/Frameworks/netclasses.framework/Versions/${SHLIB_VERSION}/libnetclasses.so.${SHLIB_VERSION} It's not easily visible in pkg/PLIST, but on package creation plistdb catched it problem pointed out by nigel@
24 lines
669 B
Makefile
24 lines
669 B
Makefile
# $OpenBSD: Makefile,v 1.19 2017/04/21 17:26:32 sebastia Exp $
|
|
|
|
COMMENT = framework for accessing and rendering PDF content
|
|
|
|
REVISION = 0
|
|
DISTNAME = PDFKit-1.0.1
|
|
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 += pthread freetype m z
|
|
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>
|