freebsd-ports/japanese/uim-tomoe-gtk/Makefile
Sunpoet Po-Chuan Hsieh e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00

26 lines
621 B
Makefile

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
PORTNAME= uim-tomoe-gtk
PORTVERSION= 0.6.0
PORTREVISION= 14
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 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>