# Ports collection makefile for: Ruby/Romkan # Date created: 1 May 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= romkan PORTVERSION= 0.3 CATEGORIES= japanese converters ruby MASTER_SITES= http://namazu.org/~satoru/ruby-romkan/ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes .if !defined(NOPORTDOCS) USE_RUBY_RD= yes .endif EXAMPLES_JA= test.rb test.sh DOCS_EN= ChangeLog romkan.en.html romkan.en.rd DOCS_JA= romkan.ja.html romkan.ja.rd .include PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} do-build: .if !defined(NOPORTDOCS) .for f in romkan.en.rd romkan.ja.rd @cd ${WRKSRC}; \ ${RUBY_RD} ${f} > ${f:R}.html .endfor .endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/romkan.rb ${RUBY_SITELIBDIR}/ .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ja .for f in ${EXAMPLES_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ja/ .endfor ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor .for f in ${DOCS_JA} ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/ .endfor .endif .include