39 lines
1 KiB
Makefile
39 lines
1 KiB
Makefile
COMMENT= spell-checking library for GTK+
|
|
|
|
GNOME_PROJECT= gspell
|
|
GNOME_VERSION= 1.12.2
|
|
|
|
CATEGORIES= textproc
|
|
|
|
SHARED_LIBS += gspell-1 4.0 # 5.2
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} X11 Xau Xcomposite Xcursor Xdamage
|
|
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender aspell
|
|
WANTLIB += atk-1.0 atk-bridge-2.0 atspi c cairo cairo-gobject
|
|
WANTLIB += dbus-1 enchant-2 epoxy execinfo expat ffi fontconfig
|
|
WANTLIB += freetype fribidi gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gtk-3 harfbuzz iconv
|
|
WANTLIB += icudata icuuc intl jpeg m pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pcre2-8 pixman-1 png xcb xcb-render xcb-shm
|
|
WANTLIB += z
|
|
|
|
MODULES= x11/gnome
|
|
|
|
MODGNOME_TOOLS= gobject-introspection vala
|
|
|
|
LIB_DEPENDS= textproc/enchant2 \
|
|
textproc/icu4c \
|
|
x11/gtk+3
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV= ac_cv_prog_VALGRIND=
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|