pkgsrc/textproc/ruby-suikyo/Makefile

25 lines
611 B
Makefile
Raw Normal View History

2015-03-15 18:00:29 +01:00
# $NetBSD: Makefile,v 1.7 2015/03/15 17:04:44 hiramatsu Exp $
#
.include "../../textproc/suikyo/Makefile.common"
PKGREVISION= 1
2015-03-15 18:00:29 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://taiyaki.org/suikyo/ruby/index.html
COMMENT= Suikyo for Ruby
DEPENDS+= suikyo-conv-table>=${SUIKYO_VER}:../../textproc/suikyo-conv-table
DEPENDS+= suikyo-docs>=${SUIKYO_VER}:../../textproc/suikyo-docs
#
# The same dictonary directory now.
#
CONFLICTS+= ruby[1-9][0-9]-suikyo-*
BUILD_DIRS+= ruby
CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"