mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
33 lines
742 B
Makefile
33 lines
742 B
Makefile
# New ports collection makefile for: ja-uim-tomoe-gtk
|
|
# Date created: 9 Apr 2007
|
|
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uim-tomoe-gtk
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=tomoe
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= UIM helper program for Tomoe
|
|
|
|
LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \
|
|
tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk \
|
|
uim.6:${PORTSDIR}/textproc/uim
|
|
|
|
USE_GNOME= lthack gtk20
|
|
USE_GMAKE= yes
|
|
USE_GETTEXT= yes
|
|
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>
|