2011-09-28 05:47:46 -04:00
|
|
|
# $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.
|
2007-09-13 17:23:00 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= document centric objects and utilities
|
|
|
|
|
|
|
|
GNOME_PROJECT= goffice
|
2011-07-31 16:50:27 -04:00
|
|
|
GNOME_VERSION= 0.8.17
|
2011-09-16 05:24:48 -04:00
|
|
|
REVISION = 0
|
2011-05-14 17:29:03 -04:00
|
|
|
|
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
|
|
|
|
2007-09-13 17:23:00 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2008-11-16 16:45:28 -05:00
|
|
|
# GPLv2
|
2007-09-13 17:23:00 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2008-06-03 12:35:41 -04:00
|
|
|
|
2011-09-12 08:07:24 -04:00
|
|
|
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
|
2008-06-03 12:35:41 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
LIB_DEPENDS= devel/libgsf \
|
2011-05-14 17:29:03 -04:00
|
|
|
devel/gconf2 \
|
|
|
|
x11/gtk+2
|
2007-09-13 17:23:00 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2011-09-28 05:47:46 -04:00
|
|
|
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
|
|
|
|
|
2009-10-13 12:44:28 -04:00
|
|
|
SUBST_VARS= GNOME_VERSION
|
2007-09-13 17:23:00 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|