freebsd-ports/textproc/uim-gtk/Makefile
MANTANI Nobutaka 26983fe59d textproc/uim: Update to the snapshot on 2024-03-06
Bump PORTREVISION of the ports that depend on textproc/uim port.
2024-04-27 22:39:48 +09:00

29 lines
658 B
Makefile

PKGNAMESUFFIX= -gtk
COMMENT= GTK modules of uim input method
USE_GNOME= cairo gdkpixbuf2 gtk20
LIB_DEPENDS= libuim.so:textproc/uim \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
MASTERDIR= ${.CURDIR}/../../textproc/uim
PKGDIR= ${.CURDIR}
CONFIGURE_ARGS= --with-gtk2 --enable-pref
UIM_SLAVE= yes
.if defined(WITHOUT_X11)
IGNORE= requires X11
.endif
do-build:
(cd ${WRKSRC}/uim && ${MAKE_CMD} libuim-x-util.la libuim-counted-init.la)
(cd ${WRKSRC}/gtk2 && ${MAKE_CMD})
do-install:
(cd ${WRKSRC}/gtk2 && ${MAKE_CMD} DESTDIR=${STAGEDIR} install-strip)
.include "${MASTERDIR}/Makefile"