d261ccb1e8
unsubstituted variable. ok aja@ (MAINTAINER)
56 lines
1.5 KiB
Makefile
56 lines
1.5 KiB
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/28 08:13:39 jasper Exp $
|
|
|
|
COMMENT= gtk+3 spelling checker
|
|
|
|
DISTNAME= gtkspell3-3.0.2
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += gtkspell3-3 0.0 # unknown
|
|
|
|
CATEGORIES= textproc x11
|
|
|
|
HOMEPAGE= http://gtkspell.sourceforge.net/
|
|
|
|
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 += cairo cairo-gobject dbus-1 enchant expat ffi fontconfig
|
|
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 gthread-2.0 gtk-3 icudata icule icuuc m
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
WANTLIB += png pthread pthread-stubs stdc++ xcb xcb-render xcb-shm
|
|
WANTLIB += harfbuzz z
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkspell/}
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
MODULES= devel/gettext \
|
|
textproc/intltool
|
|
|
|
BUILD_DEPENDS= devel/gobject-introspection \
|
|
lang/vala
|
|
|
|
LIB_DEPENDS= textproc/enchant \
|
|
x11/gtk+3
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--disable-gtk-doc \
|
|
--enable-introspection \
|
|
--enable-vala
|
|
|
|
# If one of these tools is found at configure stage, it might be used,
|
|
# no matter whether we use --disable-gtk-doc or not.
|
|
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
|
|
ac_cv_path_GTKDOC_REBASE="" \
|
|
ac_cv_path_GTKDOC_MKPDF=""
|
|
|
|
.include <bsd.port.mk>
|