Thu Dec 23 05:42:47 2010 UTC ()
Configure require msgfmt, msgmerge and xgettext.


(obache)
diff -r1.4 -r1.5 pkgsrc/x11/eekboard/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/x11/eekboard/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/eekboard/Makefile 2010/11/22 13:31:05 1.4
+++ pkgsrc/x11/eekboard/Makefile 2010/12/23 05:42:47 1.5
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.4 2010/11/22 13:31:05 obache Exp $ 1# $NetBSD: Makefile,v 1.5 2010/12/23 05:42:47 obache Exp $
2# 2#
3 3
4DISTNAME= eekboard-0.0.6 4DISTNAME= eekboard-0.0.6
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= http://cloud.github.com/downloads/ueno/eekboard/ 6MASTER_SITES= http://cloud.github.com/downloads/ueno/eekboard/
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://ueno.github.com/eekboard/ 9HOMEPAGE= http://ueno.github.com/eekboard/
10COMMENT= Virtual keyboard for GNOME 10COMMENT= Virtual keyboard for GNOME
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18USE_TOOLS+= gmake pkg-config intltool 18USE_TOOLS+= gmake pkg-config intltool msgfmt msgmerge xgettext
19 19
20PKGCONFIG_OVERRIDE+= eek/eek-xkl-0.1.pc.in 20PKGCONFIG_OVERRIDE+= eek/eek-xkl-0.1.pc.in
21PKGCONFIG_OVERRIDE+= eek/eek-0.1.pc.in 21PKGCONFIG_OVERRIDE+= eek/eek-0.1.pc.in
22PKGCONFIG_OVERRIDE+= eek/eek-xkb-0.1.pc.in 22PKGCONFIG_OVERRIDE+= eek/eek-xkb-0.1.pc.in
23PKGCONFIG_OVERRIDE+= eek/eek-clutter-0.1.pc.in 23PKGCONFIG_OVERRIDE+= eek/eek-clutter-0.1.pc.in
24PKGCONFIG_OVERRIDE+= eek/eek-gtk-0.1.pc.in 24PKGCONFIG_OVERRIDE+= eek/eek-gtk-0.1.pc.in
25 25
26TEST_TARGET= check 26TEST_TARGET= check
27 27
28.include "options.mk" 28.include "options.mk"
29 29
30.include "../../devel/GConf/buildlink3.mk" 30.include "../../devel/GConf/buildlink3.mk"
31.include "../../devel/at-spi/buildlink3.mk" 31.include "../../devel/at-spi/buildlink3.mk"