2010-09-04 15:46:45 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2010/09/04 19:46:45 ajacoutot 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
|
2010-09-04 15:46:45 -04:00
|
|
|
GNOME_VERSION= 0.8.10
|
2009-01-20 18:13:30 -05: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
|
|
|
|
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
|
|
|
|
WANTLIB += dbus-1 dbus-glib-1 expat fontconfig freetype gconf-2
|
|
|
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0
|
|
|
|
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-07-31 01:15:33 -04:00
|
|
|
WANTLIB += z xcb-render xcb-render-util gsf-1 gconf-2
|
2008-06-03 12:35:41 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
2010-04-17 01:45:14 -04:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2010-07-31 01:15:33 -04:00
|
|
|
LIB_DEPENDS= ::devel/libgsf \
|
|
|
|
::devel/gconf2
|
2007-09-13 17:23:00 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2010-03-20 12:53:59 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2010-04-17 01:45:14 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2009-01-18 13:49:55 -05:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--enable-gtk-doc=no
|
|
|
|
|
2009-10-13 12:44:28 -04:00
|
|
|
SUBST_VARS= GNOME_VERSION
|
2007-09-13 17:23:00 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|