1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/japanese/uim-tomoe-gtk/Makefile
MANTANI Nobutaka dc84281c1a textproc/uim: Update to the snapshot on 2021-01-04.
- Use GTK+ 3 as default GUI toolkit.
- textproc/uim-qt5 installs KDE Plasma 5 applet.
- Bump PORTREVISION of ports that depends on textproc/uim
2021-05-01 23:25:40 +09:00

26 lines
615 B
Makefile

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
PORTNAME= uim-tomoe-gtk
PORTVERSION= 0.6.0
PORTREVISION= 16
CATEGORIES= japanese
MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ume@FreeBSD.org
COMMENT= UIM helper program for Tomoe
LIB_DEPENDS= libtomoe.so:japanese/tomoe \
libtomoe-gtk.so:japanese/libtomoe-gtk \
libuim.so:textproc/uim
USES= gettext gmake gnome libtool pkgconfig
USE_GNOME= gtk20 intltool
GNU_CONFIGURE= yes
PLIST_FILES= bin/uim-tomoe-gtk \
share/locale/ja/LC_MESSAGES/uim-tomoe-gtk.mo
CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
.include <bsd.port.mk>