pkgsrc/inputmethod/tomoe-gtk/Makefile
obache e0a5a90ade Require msgfmt to build.
Noticed by Hsso Tepper in PR 39029.
2008-06-23 12:11:00 +00:00

26 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/06/23 12:11:00 obache Exp $
#
DISTNAME= tomoe-gtk-0.6.0
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://tomoe.sourceforge.jp/
COMMENT= GUI library for tomoe's GTK+ GUI parts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config msgfmt
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= tomoe-gtk.pc.in
CONFIGURE_ARGS+= --without-python
.include "../../fonts/gucharmap/buildlink3.mk"
.include "../../inputmethod/tomoe/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"