summaryrefslogtreecommitdiff
path: root/textproc/ruby-suikyo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-suikyo/Makefile')
-rw-r--r--textproc/ruby-suikyo/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/textproc/ruby-suikyo/Makefile b/textproc/ruby-suikyo/Makefile
deleted file mode 100644
index c2f620941a9..00000000000
--- a/textproc/ruby-suikyo/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2015/03/15 17:04:44 hiramatsu Exp $
-#
-
-.include "../../textproc/suikyo/Makefile.common"
-
-PKGREVISION= 1
-
-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"