freebsd-ports/devel/ruby-strscan/Makefile
Akinori MUSHA 159523948f The repacked version of the distfile seems to have a bug in the
installer.  Put the old version in my web space and make MASTER_SITES
point to it.
2001-02-20 06:58:01 +00:00

40 lines
927 B
Makefile

# New ports collection makefile for: Ruby-strscan
# Date created: 7 Aug 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= strscan
PORTVERSION= 0.6.1
CATEGORIES= devel ruby
MASTER_SITES= http://www.ruby-lang.org/~knu/
# http://www1.u-netsurf.ne.jp/~brew/mine/soft/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
USE_RUBY_AMSTD= yes
USE_RUBY_SETUP= yes
DOCS_EN= README.en \
doc.en/changes.html doc.en/index.html \
doc.en/reference.html doc.en/usage.html
DOCS_JA= README.ja \
doc.ja/changes.html doc.ja/index.html \
doc.ja/reference.html doc.ja/usage.html
do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_DOCDIR}/strscan/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan/
.endfor
.for f in ${DOCS_JA}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan/ja/
.endfor
.endif
.include <bsd.port.mk>