aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ruby-eb/Makefile
blob: 8e1d03559534e2521df9e3c5f4a7590194671395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# $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

DEPRECATED= Does not work with Ruby 1.9
EXPIRATION_DATE=    2012-05-02

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>