sthen c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00

48 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.23 2016/11/04 11:35:19 sthen Exp $
COMMENT = japanese-english dictionary program
DISTNAME = gwaei-3.2.0
REVISION = 15
SHARED_LIBS = waei 0.0
CATEGORIES = japanese
HOMEPAGE = http://sourceforge.net/projects/gwaei/
# GPLv3
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 c cairo
WANTLIB += cairo-gobject crypto curl dbus-1 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 iconv intl m
WANTLIB += nghttp2 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs ssl xcb xcb-render xcb-shm z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gwaei/}
MODULES = devel/dconf \
textproc/intltool \
x11/gnome
USE_GMAKE= Yes
RUN_DEPENDS = fonts/ja-kanjistrokeorders-ttf \
textproc/docbook
LIB_DEPENDS = devel/gettext \
net/curl \
x11/gtk+3
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ENCHANT="${LOCALBASE}/bin/enchant"
MODGNOME_TOOLS += desktop-file-utils gtk-update-icon-cache yelp
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/gwaei/help/C/*.{in,xml}
.include <bsd.port.mk>