From e911379d47fa39daa6cb9830741fed10b1aba05d Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 7 Sep 2000 07:44:38 +0000 Subject: Update with bsd.ruby.mk. --- japanese/rskkserv/Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'japanese/rskkserv/Makefile') diff --git a/japanese/rskkserv/Makefile b/japanese/rskkserv/Makefile index eca43f9d7ed6..fea21cea8a0d 100644 --- a/japanese/rskkserv/Makefile +++ b/japanese/rskkserv/Makefile @@ -13,20 +13,15 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby -RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby \ - ${RUBY_LIBDIR}/tcpwrap.so:${PORTSDIR}/security/ruby-tcpwrap \ +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/tcpwrap.so:${PORTSDIR}/security/ruby-tcpwrap \ ${LOCALBASE}/share/skk/${SKKJISYO}:${SKK_MASTERDIR} +USE_RUBY= yes + SKKJISYO_SIZE?= L SKKJISYO?= SKK-JISYO.${SKKJISYO_SIZE} SKK_MASTERDIR= ${PORTSDIR}/japanese/skk-jisyo -RUBY?= ${LOCALBASE}/bin/ruby -RUBY_VER?= 1.4 -RUBY_ARCH?= ${ARCH}-freebsd${OSREL} -RUBY_LIBDIR= ${PREFIX}/lib/ruby/site_ruby/${RUBY_VER}/${RUBY_ARCH} - STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/rskkserv.sh MAKE_ARGS= prefix="${PREFIX}" \ dicfile="${LOCALBASE}/share/skk/${SKKJISYO}" @@ -56,4 +51,6 @@ do-install: ${CHMOD} ${BINMODE} ${STARTUP_SCRIPT}; \ fi -.include +.include +.include "${PORTSDIR}/Mk/bsd.ruby.mk" +.include -- cgit