47 lines
1.1 KiB
Makefile
47 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.25 2016/09/12 15:28:30 jca Exp $
|
|
|
|
COMMENT= gtk+3 spelling checker
|
|
|
|
DISTNAME= gtkspell3-3.0.8
|
|
|
|
SHARED_LIBS += gtkspell3-3 0.2 # 2.0
|
|
|
|
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 Xinerama
|
|
WANTLIB += Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi cairo
|
|
WANTLIB += cairo-gobject dbus-1 enchant epoxy expat ffi fontconfig
|
|
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz m pango-1.0
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
|
|
WANTLIB += pthread-stubs stdc++ xcb xcb-render xcb-shm z
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkspell/}
|
|
|
|
MODULES= devel/gettext \
|
|
textproc/intltool \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= gobject-introspection vala
|
|
|
|
BUILD_DEPENDS= devel/iso-codes
|
|
RUN_DEPENDS= devel/iso-codes
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
LIB_DEPENDS= textproc/enchant \
|
|
x11/gtk+3
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
PORTHOME= ${WRKBUILD}
|
|
|
|
.include <bsd.port.mk>
|