aboutsummaryrefslogtreecommitdiff
path: root/japanese/uim-tomoe-gtk/Makefile
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2007-08-16 16:32:28 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2007-08-16 16:32:28 +0000
commit49a68e13971b8f0e2c0ac93c507cbe40c4a80ab0 (patch)
treef348da6c78dc3d0e5cd9d51d67ca82121ce20a22 /japanese/uim-tomoe-gtk/Makefile
parent24f5b61bded5e23582bda8b5d922f599aba092af (diff)
downloadports-49a68e13971b8f0e2c0ac93c507cbe40c4a80ab0.tar.gz
ports-49a68e13971b8f0e2c0ac93c507cbe40c4a80ab0.zip
Update to 0.6.0.
Notes
Notes: svn path=/head/; revision=197814
Diffstat (limited to 'japanese/uim-tomoe-gtk/Makefile')
-rw-r--r--japanese/uim-tomoe-gtk/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile
index a78797d3ad90..cb027e6d7ca7 100644
--- a/japanese/uim-tomoe-gtk/Makefile
+++ b/japanese/uim-tomoe-gtk/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= uim-tomoe-gtk
-PORTVERSION= 0.5.0
-PORTREVISION= 3
+PORTVERSION= 0.6.0
+#PORTREVISION= 0
CATEGORIES= japanese
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR=tomoe/23342
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=tomoe
MAINTAINER= ume@FreeBSD.org
COMMENT= UIM helper program for Tomoe
@@ -22,9 +22,12 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \
USE_GNOME= lthack gtk20
USE_X_LIB= yes
USE_GMAKE= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
-PLIST_FILES= bin/uim-tomoe-gtk
-#PLIST_FILES+= share/locale/ja/LC_MESSAGES/uim-tomoe-gtk.mo
+PLIST_FILES= bin/uim-tomoe-gtk \
+ share/locale/ja/LC_MESSAGES/uim-tomoe-gtk.mo
+
+CONFIGURE_ENV+= GMSGFMT='/usr/local/bin/msgfmt'
.include <bsd.port.mk>