1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/ruby-usersguide/Makefile
Akinori MUSHA 1acbe9eb43 lang/ruby-usersguide:
- Replace with Mark Slagell's retranslation version.
  - Add an Author: credit to DESCR.

japanese/ruby-usersguide:
  - Use MASTER_SITE_RUBY.
  - Add Authors: credits to DESCR.
2000-09-04 08:53:48 +00:00

37 lines
808 B
Makefile

# New ports collection makefile for: ruby-usersguide
# Date created: 30 Aug 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= ruby-usersguide
PORTVERSION= ${VERSION}
CATEGORIES+= lang ruby
MASTER_SITES?= http://www.cs.iastate.edu/~slagell/ruby/
DISTNAME?= ${SHORTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
SHORTNAME= ${PORTNAME:S/usersguide/uguide/}
VERSION?= 20000904
PLIST_SUB= RUBY_VER="${RUBY_VER}" LANGSUFFIX="${LANGSUFFIX}"
WRKSRC= ${WRKDIR}/${SHORTNAME}
NO_BUILD= yes
DOCDIR= ${PREFIX}/share/doc/ruby/${PORTNAME}${LANGSUFFIX}
post-extract:
if [ -f ${WRKSRC}/ansi.com ]; then ${RM} ${WRKSRC}/ansi.com; fi
do-install:
${MKDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/* ${DOCDIR}
${LN} -fs uguide00.html ${DOCDIR}/index.html
.include <bsd.port.mk>