No need, done by pkgsrc USE_LOCALEDIR feature. modify-itlocaledir expet GNU sed (options and patterns). Folliwing situations rise PLIST mismatch: * using GNU sed, PKGLOCALEDIR != share * sed accept options, but can't interprete patterns as expected. PR 38847. Bump PKGREVISION.
35 lines
928 B
Makefile
35 lines
928 B
Makefile
# $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"
|