1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/japanese/ruby-eb/Makefile
Ruslan Makhmatkhanov 1739d306a9 - chase japanese/eb update, that I forgot in previous commit
PR:		167175
Spotted by:     Yasuhiro KIMURA <yasu at utahime dot org> (maintainer of japanese/eb)
2012-09-14 04:36:45 +00:00

43 lines
872 B
Makefile

# $FreeBSD$
PORTNAME= eb
PORTVERSION= 2.6
PORTREVISION= 5
CATEGORIES= japanese ruby
MASTER_SITES= http://rubyeb.sourceforge.net/ \
SF/rubyeb/rubyeb/rubyeb-${PORTVERSION}
DISTNAME= ruby${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bind of EB library
LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
EXAMPLES= hook2.rb test.rb
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja/
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ja/
.endfor
${MKDIR} ${RUBY_MODDOCDIR}/ja
${INSTALL_DATA} ${WRKSRC}/eb.html ${RUBY_MODDOCDIR}/ja/
.endif
.include <bsd.port.post.mk>