openbsd-ports/math/gnumeric/Makefile

64 lines
1.8 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.61 2011/03/25 07:25:27 ajacoutot Exp $
COMMENT= spreadsheet application for GNOME
GNOME_PROJECT= gnumeric
GNOME_VERSION= 1.10.14
2010-09-18 03:26:43 -04:00
CATEGORIES= math
HOMEPAGE= http://www.gnome.org/projects/gnumeric/
API_VERSION= 0.8.14 # from devel/goffice
2010-04-17 02:56:05 -04:00
# GPLv2
# Some tools: LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-03-21 07:01:30 -04:00
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
2010-11-26 04:43:02 -05:00
WANTLIB += Xrender atk-1.0 GL Xxf86vm drm xcb-shm
2010-03-21 07:01:30 -04:00
WANTLIB += bonobo-2 bonobo-activation bonoboui-2 bz2 c cairo crypto
WANTLIB += dbus-1 dbus-glib-1 expat fontconfig freetype gailutil
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:30 -04:00
WANTLIB += gnome-2 gnome-keyring gnomecanvas-2 gnomevfs-2 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre perl pixman-1 png popt pthread pthread-stubs
2010-11-26 04:43:02 -05:00
WANTLIB += ssl util xcb z xcb-render gcrypt
WANTLIB += gpg-error gsf-1>=114.8 art_lgpl_2 gnomeui-2
2010-10-01 15:34:42 -04:00
WANTLIB += goffice-0.8 gsf-gnome-1 xml2 canberra ltdl ogg vorbis vorbisfile
2010-03-21 07:01:30 -04:00
MODULES= devel/gconf2 \
devel/gettext \
x11/gnome
2010-11-19 02:23:05 -05:00
LIB_DEPENDS= graphics/libart \
devel/libglade2 \
x11/gnome/libgnomeui \
goffice->=0.8.14,<0.8.15:devel/goffice \
2010-11-19 02:23:05 -05:00
devel/libgsf,-gnome \
textproc/libxml
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= gnumeric
2010-09-25 14:13:09 -04:00
USE_LIBTOOL= Yes
2010-11-19 02:23:05 -05:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-gnome \
--without-gda \
--without-psiconv \
--without-paradox \
--without-long-double \
--without-python
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2010-03-26 09:25:30 -04:00
SUBST_VARS= VERSION API_VERSION
.include <bsd.port.mk>