42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.32 2020/09/05 10:34:42 ajacoutot Exp $
|
|
|
|
COMMENT= spell-checking library for GTK+
|
|
|
|
GNOME_PROJECT= gspell
|
|
GNOME_VERSION= 1.8.4
|
|
|
|
CATEGORIES= textproc
|
|
|
|
SHARED_LIBS += gspell-1 4.0 # 5.0
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender aspell atk-1.0 atk-bridge-2.0
|
|
WANTLIB += c cairo cairo-gobject enchant-2 epoxy 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 += intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
WANTLIB += png xcb xcb-render xcb-shm z
|
|
|
|
MODULES= x11/gnome
|
|
|
|
MODGNOME_TOOLS= gobject-introspection vala
|
|
|
|
LIB_DEPENDS= textproc/enchant2 \
|
|
x11/gtk+3
|
|
|
|
BUILD_DEPENDS= devel/iso-codes
|
|
RUN_DEPENDS= devel/iso-codes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV= ac_cv_prog_VALGRIND=
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|