pkgsrc/inputmethod/prime/Makefile
joerg 852712577b Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-09-08 15:19:16 +00:00

47 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2016/09/08 15:19:17 joerg Exp $
#
DISTNAME= prime-1.0.0.1
CATEGORIES= inputmethod
MASTER_SITES= http://prime.osdn.jp/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://taiyaki.org/prime/
COMMENT= Japanese PRedictive Input Method Editor
LICENSE= gnu-gpl-v2
DEPENDS+= ${RUBY_PKGPREFIX}-prime-dict>=0.8.5:../../inputmethod/prime-dict
DEPENDS+= ${RUBY_PKGPREFIX}-suikyo>=2.0:../../textproc/ruby-suikyo
DEPENDS+= ${RUBY_PKGPREFIX}-progressbar-[0-9]*:../../misc/ruby-progressbar
DEPENDS+= ${RUBY_PKGPREFIX}-sary-[0-9]*:../../textproc/ruby-sary
#
# The same dictonary directory now.
#
#CONFLICTS+= ruby[1-9][0-9]-prime-[1-9]*
#
# Currently, it seems some encoding problem.
#
RUBY_VERSIONS_ACCEPTED= 18
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= prime.pc.in
REPLACE_RUBY_DIRS= src
REPLACE_RUBY_PAT= *.src
CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
CONFIGURE_ARGS+= --with-prime-configdir=${PKG_SYSCONFDIR}
PKG_SYSCONFSUBDIR= prime
CONF_FILES+= ${PREFIX}/share/doc/prime/examples/Custom_prime.rb \
${PKG_SYSCONFDIR}/Custom_prime.rb
MAKE_JOBS_SAFE= no
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"