pkgsrc/inputmethod/tomoe/Makefile
ryoon 7110bb1f60 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
2015-06-29 11:06:46 +00:00

34 lines
970 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/06/29 11:06:48 ryoon Exp $
#
DISTNAME= tomoe-0.6.0
PKGREVISION= 5
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tomoe.osdn.jp/
COMMENT= Handwriting recognition engine
#LICENSE= gnu-lgpl-v2.1 # AND Creative Commons Attribution-ShareAlike Licence
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"