openbsd-ports/devel/goffice/Makefile
2014-06-10 07:00:57 +00:00

54 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.71 2014/06/10 07:00:57 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= document centric objects and utilities
GNOME_PROJECT= goffice
GNOME_VERSION= 0.10.17
# NOTE: when GNOME_VERSION changes, increment GOFFICE_VERSION and
# GOFFICE_API_VERSION accordingly and bump:
# math/gnumeric
GOFFICE_API_VERSION= ${GNOME_VERSION:R}
SUBST_VARS= GNOME_VERSION GOFFICE_API_VERSION
SHARED_LIBS += goffice-0.10 0.0 # 10.14
CATEGORIES= devel
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += avahi-common bz2 cairo cairo-gobject croco-0.6 dbus-1
WANTLIB += expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
WANTLIB += gs gsf-1 gthread-2.0 gtk-3 harfbuzz jpeg m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs rsvg-2 spectre xcb xcb-render xcb-shm
WANTLIB += xml2 xslt z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= devel/libgsf \
print/libspectre \
textproc/libxslt \
x11/gnome/librsvg \
x11/gtk+3
MODGNOME_TOOLS += gobject-introspection
MODGNOME_LDFLAGS= -L${X11BASE}/lib
CONFIGURE_STYLE= gnu
post-install:
rm ${PREFIX}/lib/goffice/${GNOME_VERSION}/plugins/*/*.{a,la}
.include <bsd.port.mk>