summaryrefslogtreecommitdiff
path: root/lang/ruby14/Makefile
blob: a87ae19152e3be4d58a8d087238c40680daebf80 (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
# New ports collection makefile for:    ruby
# Version required:     1.2.5
# Date created:         04 September 1997
# Whom:                 Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
#
# $Id: Makefile,v 1.10 1999/04/19 03:55:51 steve Exp $
#

DISTNAME=	ruby-1.2.5
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \
		ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \
		ftp://ftp.iij.ad.jp/pub/lang/ruby/${BRANCH_NAME}/ \
		ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/${BRANCH_NAME}/ \
		ftp://ftp.krnet.ne.jp/pub/ruby/${BRANCH_NAME}/ \
		ftp://mirror.nucba.ac.jp/mirror/ruby/${BRANCH_NAME}/

MAINTAINER=	yasuf@big.or.jp

GNU_CONFIGURE=	yes
#USE_AUTOCONF=	yes
MAN1=		ruby.1
PLIST_SUB+=	RUBY_ARCH="${RUBY_ARCH}"

RUBY_ARCH=	${ARCH}-freebsd${OSREL}

# lib/mkmf.rb requires that the name of the install program will be
# specified with absolute path.
INSTALL=	/usr/bin/install

BRANCH_NAME=	1.2

post-patch:
	${RM} -f ${WRKSRC}/ext/tcltklib/MANIFEST
	${RM} -f ${WRKSRC}/ext/tk/MANIFEST

post-install:
	strip ${PREFIX}/bin/ruby
	${MKDIR} ${PREFIX}/share/examples/ruby
	${INSTALL_DATA} ${WRKSRC}/sample/* ${PREFIX}/share/examples/ruby

test:
	@(cd ${WRKSRC}; make test)

.include <bsd.port.mk>