aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-locale/Makefile
blob: fcb6769999ef7747bb9da054e5ed60b508e03b01 (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
# New ports collection makefile for:    Ruby-locale
# Date created:     15 Aug 2000
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   locale
PORTVERSION=    0.2
CATEGORIES= devel ruby
MASTER_SITES=   http://kafka.salem.mass.edu/~yashi/ruby/
PKGNAMEPREFIX=  ruby-
DISTNAME=   ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org

BUILD_DEPENDS=  ruby:${PORTSDIR}/lang/ruby
RUN_DEPENDS=    ruby:${PORTSDIR}/lang/ruby

#USE_BZIP2= yes # only saves 500 bytes..

INSTALL_TARGET= site-install

WRKSRC=     ${WRKDIR}/${DISTNAME}
PLIST_SUB=  RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}"

RUBY?=      ${LOCALBASE}/bin/ruby
RUBY_VER?=  1.4
RUBY_ARCH?= ${ARCH}-freebsd${OSREL}

do-configure:
    @cd ${WRKSRC}; \
    ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/examples/ruby/locale
    ${INSTALL_DATA} ${WRKSRC}/test.rb ${PREFIX}/share/examples/ruby/locale/
    ${MKDIR} ${PREFIX}/share/doc/ruby/locale
    ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ruby/locale/
.endif

.include <bsd.port.mk>