diff options
author | obache <obache@pkgsrc.org> | 2008-04-13 06:06:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-13 06:06:40 +0000 |
commit | 01225746dec782e2e79f48c293ff7212d38c1e10 (patch) | |
tree | c50bf0746e76461b333aeb86dc028e8c895ff8c9 /inputmethod/tomoe-gtk/Makefile | |
parent | 77174f36231689145f06ee3a3f2cd0523e0d7e6c (diff) | |
download | pkgsrc-01225746dec782e2e79f48c293ff7212d38c1e10.tar.gz |
Import tomoe-gtk version 0.6.0.
tomoe-gtk is a GUI library for tomoe that online handwriting recognition engine.
It offers GTK+ GUI parts and is useful for making another applications using
tomoe.
Diffstat (limited to 'inputmethod/tomoe-gtk/Makefile')
-rw-r--r-- | inputmethod/tomoe-gtk/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/inputmethod/tomoe-gtk/Makefile b/inputmethod/tomoe-gtk/Makefile new file mode 100644 index 00000000000..17ed9a1a9d5 --- /dev/null +++ b/inputmethod/tomoe-gtk/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 06:06:40 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 +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" |