freebsd-ports/japanese/uim-tomoe-gtk/Makefile
Tijl Coosemans 99fcbb2484 - Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
- japanese/tomoe: remove FreeBSD 6 support.
2014-04-24 18:21:56 +00:00

26 lines
648 B
Makefile

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