aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-gemfinder/Makefile
blob: c61e3f8667b582dad10efd1b4f85b8144b7cce10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# New ports collection makefile for:    Gem Finder
# Date created:     12 Nov 2000
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   gemfinder
PORTVERSION=    1.8
CATEGORIES= devel ruby
MASTER_SITES=   ftp://ftp.one.net/pub/users/jweirich/tools/gemfinder/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org
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

RUBY_RD_FILES=  gemfinder.rd
RUBY_SHEBANG_FILES= ${WRKSRC}/gemfinder

DOCS=       README \
        ${RUBY_RD_FILES} \
        ${RUBY_RD_HTML_FILES}

.include <bsd.port.pre.mk>

post-patch:
    ${RUBY} -i -pe 'sub(/<BODY>/, "<BODY bgcolor=\"#ffffff\">")' \
        ${WRKSRC}/gemfinder.rd

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/gemfinder ${PREFIX}/bin/

post-install: doc-install

doc-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.post.mk>