50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.103 2018/11/24 20:15:54 ajacoutot Exp $
|
|
|
|
COMMENT= document centric objects and utilities
|
|
|
|
GNOME_PROJECT= goffice
|
|
GNOME_VERSION= 0.10.44
|
|
|
|
# NOTE: when GNOME_VERSION changes, increment GOFFICE_VERSION and
|
|
# GOFFICE_API_VERSION accordingly and bump:
|
|
# math/gnumeric
|
|
GOFFICE_API_VERSION= ${GNOME_VERSION:R}
|
|
SUBST_VARS= GNOME_VERSION GOFFICE_API_VERSION
|
|
|
|
SHARED_LIBS += goffice-0.10 0.0 # 10.44
|
|
|
|
CATEGORIES= devel
|
|
|
|
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 fribidi
|
|
WANTLIB += atspi avahi-common bz2 cairo cairo-gobject croco-0.6
|
|
WANTLIB += dbus-1 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 graphite2
|
|
WANTLIB += gs gsf-1 gthread-2.0 gtk-3 harfbuzz hogweed iconv idn2
|
|
WANTLIB += intl jpeg lzma m nettle p11-kit pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread rsvg-2 spectre
|
|
WANTLIB += tasn1 unistring xcb xcb-render xcb-shm xml2 xslt z
|
|
|
|
MODULES= x11/gnome
|
|
|
|
LIB_DEPENDS= devel/libgsf \
|
|
print/libspectre \
|
|
textproc/libxslt \
|
|
x11/gnome/librsvg \
|
|
x11/gtk+3
|
|
|
|
MODGNOME_TOOLS= gobject-introspection
|
|
MODGNOME_LDFLAGS= -L${X11BASE}/lib
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
rm ${PREFIX}/lib/goffice/${GNOME_VERSION}/plugins/*/*.{a,la}
|
|
|
|
.include <bsd.port.mk>
|