freebsd-ports/devel/ruby-gemfinder/Makefile

44 lines
950 B
Makefile
Raw Normal View History

# New ports collection makefile for: Gem Finder
# Date created: 12 Nov 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= gemfinder
2006-01-14 17:19:45 +01:00
PORTVERSION= 1.9.6
PORTREVISION= 1
CATEGORIES= devel ruby
2006-01-14 17:19:45 +01:00
MASTER_SITES= http://onestepback.org/packages/gemfinder/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
2003-02-18 06:04:59 +01:00
COMMENT= A simple class browser (built with Ruby/Tk) for Ruby modules/programs
RUN_DEPENDS= ${RUBY_LIBDIR}/tk.rb:${PORTSDIR}/x11-toolkits/ruby-tk
USE_RUBY= yes
NO_BUILD= yes
2006-01-14 17:19:45 +01:00
RUBY_RD_FILES= doc/gemfinder.rd
RUBY_SHEBANG_FILES= ${WRKSRC}/gemfinder
DOCS= README \
${RUBY_RD_FILES} \
${RUBY_RD_HTML_FILES}
do-install:
2006-01-14 17:19:45 +01:00
(cd ${WRKSRC}; ./install.rb --prefix=${PREFIX} --sitedir=${RUBY_SITELIBDIR})
.if !defined(NOPORTDOCS)
2002-10-06 23:08:30 +02:00
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
2002-10-06 23:08:30 +02:00
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
2006-01-14 17:19:45 +01:00
.include <bsd.port.mk>