Akinori MUSHA 37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00

42 lines
912 B
Makefile

# New ports collection makefile for: Ruby-NArray
# Date created: 1 Feb 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= narray
PORTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= math ruby
MASTER_SITES= http://www.ir.isas.ac.jp/~masa/ruby/dist/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOC_EN= ChangeLog README.en SPEC.en
DOC_JA= README.jp SPEC.jp
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_DOCDIR}/narray/ja
.for f in ${DOC_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/narray/
.endfor
.for f in ${DOC_JA}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/narray/ja/
.endfor
${MKDIR} ${RUBY_EXAMPLESDIR}/narray
${INSTALL_DATA} ${WRKSRC}/speed/*.rb ${RUBY_EXAMPLESDIR}/narray/
.endif
.include <bsd.port.mk>