openbsd-ports/math/gnumeric/Makefile
2015-07-29 08:12:53 +00:00

52 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.111 2015/07/29 08:12:53 ajacoutot Exp $
GOFFICE_API_VERSION= 0.10
GOFFICE_VERSION= 0.10.23
COMMENT= spreadsheet application for GNOME
GNOME_PROJECT= gnumeric
GNOME_VERSION= 1.12.23
GNUMERIC_API_VERSION= ${GNOME_VERSION:R}
SUBST_VARS= GNOME_VERSION GOFFICE_GNOME_VERSION GOFFICE_API_VERSION GNUMERIC_API_VERSION
CATEGORIES= math
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 c cairo cairo-gobject croco-0.6 dbus-1
WANTLIB += epoxy expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gmp gobject-2.0 goffice-0.10
WANTLIB += graphite2 gs gsf-1 gthread-2.0 gtk-3 harfbuzz hogweed
WANTLIB += jpeg lzma m nettle p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre perl pixman-1 png pthread pthread-stubs
WANTLIB += rsvg-2 spectre tasn1 util xcb xcb-render xcb-shm xml2
WANTLIB += xslt z
MODULES= devel/dconf \
devel/gettext \
x11/gnome
LIB_DEPENDS= devel/goffice=${GOFFICE_VERSION}
MODGNOME_TOOLS += desktop-file-utils gobject-introspection gtk-update-icon-cache
MODGNOME_TOOLS += yelp
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-gda \
--without-psiconv \
--without-paradox \
--without-python
post-install:
rm ${PREFIX}/lib/goffice/${GOFFICE_API_VERSION}/plugins/gnumeric/gnumeric.{a,la}
rm ${PREFIX}/lib/gnumeric/${GNOME_VERSION}/plugins/*/*.{a,la}
.include <bsd.port.mk>