openbsd-ports/devel/goffice/Makefile

51 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.42 2011/09/28 09:51:35 jasper Exp $
2010-04-17 02:57:05 -04:00
# XXX on goffice version change,
2010-08-22 02:18:19 -04:00
# update API_VERSION in math/gnumeric, bump PKGNAME then change the
# goffice dependency spec according to the new version.
SHARED_ONLY= Yes
COMMENT= document centric objects and utilities
GNOME_PROJECT= goffice
GNOME_VERSION= 0.8.17
2011-09-16 05:24:48 -04:00
REVISION = 0
2010-03-21 07:01:08 -04:00
SHARED_LIBS += goffice-0.8 0.0 # .8.0
2010-07-31 01:15:33 -04:00
CATEGORIES= devel
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_SUFX= .tar.bz2
2010-03-21 07:01:08 -04:00
WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 bz2 cairo
2010-10-02 01:29:40 -04:00
WANTLIB += expat fontconfig freetype gconf-2
2010-10-11 04:11:24 -04:00
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
2010-03-21 07:01:08 -04:00
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs xcb xml2
2010-11-26 04:42:44 -05:00
WANTLIB += z xcb-render gsf-1 gconf-2 GL Xxf86vm drm xcb-shm
MODULES= devel/gettext \
x11/gnome
2010-11-15 14:45:56 -05:00
LIB_DEPENDS= devel/libgsf \
devel/gconf2 \
x11/gtk+2
CONFIGURE_STYLE= gnu
MODGNOME_LDFLAGS= -L${X11BASE}/lib
2009-01-18 13:49:55 -05:00
2011-03-25 03:24:31 -04:00
# XXX move to gsettings
CONFIGURE_ARGS += --with-config-backend=gconf
SUBST_VARS= GNOME_VERSION
.include <bsd.port.mk>