19 lines
480 B
Makefile
19 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/06 14:25:15 asau Exp $
|
|
#
|
|
|
|
DISTNAME= prime-dict-1.0.0
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://prime.sourceforge.jp/src/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://taiyaki.org/prime/
|
|
COMMENT= Japanese PRedictive Input Method Editor (dictionary)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= # none
|
|
|
|
CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|