Now that pdfkit is in the ports tree, GWorkspace should make use of it.
OK landry@
This commit is contained in:
parent
4dccda0548
commit
7eaa2ec294
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/12/22 09:20:00 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/01/03 14:23:42 sebastia Exp $
|
||||
|
||||
COMMENT= GNUstep workspace manager
|
||||
|
||||
DISTNAME= gworkspace-0.8.8
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -17,16 +17,20 @@ HOMEPAGE= http://www.gnustep.org/experience/GWorkspace.html
|
||||
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=usr-apps/}
|
||||
|
||||
MODULES= x11/gnustep
|
||||
WANTLIB= c m pthread
|
||||
WANTLIB= c m pthread freetype PDFKit
|
||||
LIB_DEPENDS += x11/gnustep/pdfkit
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES`
|
||||
CONFIGURE_ENV += GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES` \
|
||||
GNUSTEP_SYSTEM_HEADERS=${LOCALBASE}/include \
|
||||
LDFLAGS=-L${X11BASE}/lib
|
||||
|
||||
# XXX libDBKit does not use XXX_INTERFACE_VERSION
|
||||
# drawback: all solibs will get version from LIBDBKit_VERSION
|
||||
MAKE_FLAGS+= INTERFACE_VERSION=${LIBDBKit_VERSION}
|
||||
MAKE_FLAGS+= INTERFACE_VERSION=${LIBDBKit_VERSION} \
|
||||
LDFLAGS="-L${X11BASE}/lib -lfreetype"
|
||||
|
||||
MAKE_ENV+= FSNode_VERSION=${LIBFSNode_VERSION} \
|
||||
FSNode_INTERFACE_VERSION=${LIBFSNode_VERSION} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/12/22 09:20:00 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/01/03 14:23:42 sebastia Exp $
|
||||
bin/GWorkspace
|
||||
bin/Recycler
|
||||
@bin bin/ddbd
|
||||
@ -171,6 +171,22 @@ lib/GNUstep/Bundles/NSTIFFViewer.inspector/Resources/English.lproj/Help.rtfd/dum
|
||||
lib/GNUstep/Bundles/NSTIFFViewer.inspector/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/NSTIFFViewer.inspector/Resources/InspectorInfo.plist
|
||||
lib/GNUstep/Bundles/NSTIFFViewer.inspector/stamp.make
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/
|
||||
@bin lib/GNUstep/Bundles/PdfViewer.inspector/PdfViewer
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/English.lproj/
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/English.lproj/Help.rtfd/
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/English.lproj/Help.rtfd/TXT.rtf
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/English.lproj/Help.rtfd/dummy.tiff
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/InspectorInfo.plist
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/left.tiff
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/page.tiff
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/pause.tiff
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/play.tiff
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/right.tiff
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/Resources/stop.tiff
|
||||
lib/GNUstep/Bundles/PdfViewer.inspector/stamp.make
|
||||
lib/GNUstep/Bundles/Role.extinfo/
|
||||
lib/GNUstep/Bundles/Role.extinfo/Resources/
|
||||
lib/GNUstep/Bundles/Role.extinfo/Resources/Info-gnustep.plist
|
||||
@ -201,7 +217,6 @@ lib/GNUstep/Bundles/SoundViewer.inspector/Resources/progind10.tiff
|
||||
lib/GNUstep/Bundles/SoundViewer.inspector/Resources/stop.tiff
|
||||
@bin lib/GNUstep/Bundles/SoundViewer.inspector/SoundViewer
|
||||
lib/GNUstep/Bundles/SoundViewer.inspector/stamp.make
|
||||
lib/GNUstep/Frameworks/
|
||||
lib/GNUstep/Frameworks/FSNode.framework/
|
||||
lib/GNUstep/Frameworks/FSNode.framework/Headers
|
||||
lib/GNUstep/Frameworks/FSNode.framework/Resources
|
||||
|
Loading…
x
Reference in New Issue
Block a user