ports/inputmethods/cellwriter/Makefile

27 lines
713 B
Makefile

COMMENT = grid-entry natural handwriting input panel
GH_ACCOUNT = risujin
GH_PROJECT = cellwriter
GH_TAGNAME = 1.3.6
REVISION = 2
CATEGORIES = inputmethods x11
MAINTAINER = Vasily Mikhaylichenko <vaskas@lxmx.com.au>
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
WANTLIB += Xrender Xtst atk-1.0 c cairo fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += harfbuzz intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 z
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+4,-guic
LIB_DEPENDS = x11/gtk+2
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = LDFLAGS=-L${X11BASE}/lib
.include <bsd.port.mk>