mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
e3cc604e9c
- Bump ports dependent on uim as some .so versions have changed - While here, convert some USE_BZIP2 to USES=tar:bzip2 Approved by: portmgr blanket
27 lines
648 B
Makefile
27 lines
648 B
Makefile
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uim-tomoe-gtk
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 13
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= UIM helper program for Tomoe
|
|
|
|
LIB_DEPENDS= libtomoe.so:${PORTSDIR}/japanese/tomoe \
|
|
libtomoe-gtk.so:${PORTSDIR}/japanese/libtomoe-gtk \
|
|
libuim.so:${PORTSDIR}/textproc/uim
|
|
|
|
USES= gettext gmake libtool pkgconfig
|
|
USE_GNOME= gtk20
|
|
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>
|