47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.9 2013/04/08 11:17:15 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= prime-1.0.0.1
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://prime.sourceforge.jp/src/
|
|
|
|
MAINTAINER= obache@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_VERSION_SUPPORTED= 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"
|