freebsd-ports/lang/ruby-usersguide/Makefile

30 lines
637 B
Makefile
Raw Normal View History

# New ports collection makefile for: ruby-usersguide
# Date created: 30 Aug 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= ruby-usersguide
2002-09-11 21:27:04 +02:00
PORTVERSION= 20020616
2001-02-07 23:12:20 +01:00
CATEGORIES= lang ruby
MASTER_SITES= http://www.rubyist.net/~slagell/ruby/
2001-02-07 23:15:13 +01:00
DISTNAME= ${PORTNAME:S/usersguide/uguide/}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
2003-02-18 06:42:05 +01:00
COMMENT= Ruby users guide, in HTML format
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
RUBY_NO_RUN_DEPENDS= yes
2001-02-07 23:12:20 +01:00
WRKSRC= ${WRKDIR}/rg
NO_BUILD= yes
do-install:
2002-10-06 23:38:34 +02:00
${MKDIR} ${RUBY_MODDOCDIR}
${INSTALL_DATA} ${WRKSRC}/* ${RUBY_MODDOCDIR}
.include <bsd.port.mk>