diff options
author | obache <obache@pkgsrc.org> | 2010-08-30 11:47:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-30 11:47:34 +0000 |
commit | c4df8d5982ce713e7ea8cb75c47d45c8e81797b3 (patch) | |
tree | 636ad98d25c759f758f9f544cf5275e2616cf600 /x11/eekboard/Makefile | |
parent | 932e77d62531cb720dcf29a35f166ba7ede843b3 (diff) | |
download | pkgsrc-c4df8d5982ce713e7ea8cb75c47d45c8e81797b3.tar.gz |
Import eekboard-0.0.5 as x11/eekboard.
eekboard is a virtual keyboard software package which ships with a standalone
virtual keyboard application (eekboard), and a library to create keyboard-like
UI (libeek).
Diffstat (limited to 'x11/eekboard/Makefile')
-rw-r--r-- | x11/eekboard/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/x11/eekboard/Makefile b/x11/eekboard/Makefile new file mode 100644 index 00000000000..f40dcf806ab --- /dev/null +++ b/x11/eekboard/Makefile @@ -0,0 +1,40 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/30 11:47:34 obache Exp $ +# + +DISTNAME= eekboard-0.0.5 +CATEGORIES= x11 +MASTER_SITES= http://github.com/downloads/ueno/eekboard/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://ueno.github.com/eekboard/ +COMMENT= Virtual keyboard for GNOME +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake pkg-config intltool + +PKGCONFIG_OVERRIDE+= eek/eek-xkl-0.1.pc.in +PKGCONFIG_OVERRIDE+= eek/eek-0.1.pc.in +PKGCONFIG_OVERRIDE+= eek/eek-xkb-0.1.pc.in +PKGCONFIG_OVERRIDE+= eek/eek-clutter-0.1.pc.in +PKGCONFIG_OVERRIDE+= eek/eek-gtk-0.1.pc.in + +TEST_TARGET= check + +.include "options.mk" + +.include "../../devel/GConf/buildlink3.mk" +.include "../../devel/at-spi/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/pango/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libfakekey/buildlink3.mk" +.include "../../x11/libxklavier/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |