blob: fa1f8281380a992616a8ce2e2e6a378bc9a7c6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# $NetBSD: Makefile,v 1.2 2008/06/04 13:01:36 obache Exp $
#
DISTNAME= tomoe-0.6.0
PKGREVISION= 1
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://tomoe.sourceforge.jp/
COMMENT= Handwriting recognition engine
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config intltool msgfmt
USE_PKGLOCALEDIR= yes
PKG_SYSCONFSUBDIR= tomoe
PKGCONFIG_OVERRIDE+= bindings/python/pytomoe.pc.in
PKGCONFIG_OVERRIDE+= tomoe.pc.in
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
CONFIGURE_ARGS+= --without-ruby
CONFIGURE_ARGS+= --without-python
CONFIGURE_ENV+= ac_cv_path_MYSQL_CONFIG=mysql_config-not-found
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples
CONF_FILES+= ${PREFIX}/share/examples/tomoe/config ${PKG_SYSCONFDIR}/config
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|