aboutsummaryrefslogtreecommitdiff
path: root/japanese/gorua/Makefile
blob: 4e7df250407ad589823ef2dab52d5c69d9280054 (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
# New ports collection makefile for:	goRua
# Date created:		12 December 2001
# Whom:			MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD$
#

PORTNAME=	gorua
PORTVERSION=	0.15.p
CATEGORIES=	japanese
MASTER_SITES=	http://www.unixuser.org/~haruyama/software/goRua/
DISTNAME=	goRua-${PORTVERSION:S/.p/-pre/}

MAINTAINER=	nobutaka@FreeBSD.org

RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk \
		${RUBY_SITEARCHLIBDIR}/zlib.so:${PORTSDIR}/archivers/ruby-zlib \
		${X11BASE}/lib/X11/fonts/local/mona6x12a.pcf.gz:${PORTSDIR}/japanese/monafonts

USE_BZIP2=	yes
USE_RUBY=	yes

NO_BUILD=	yes

CONFIG_FILES=	board_info bookmarks config gtkrc

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/goRua.rb ${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/goRua_cache_clean.rb ${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/new_2ch_bbsmenu.rb ${PREFIX}/bin

	${INSTALL_DATA} ${WRKSRC}/goRua_color_table.rb ${RUBY_SITELIBDIR}
	${INSTALL_DATA} ${WRKSRC}/connect2ch.rb ${RUBY_SITELIBDIR}

.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/ja/goRua
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja/goRua
.endif
	${MKDIR} ${PREFIX}/share/examples/goRua/dot.goRua_2ch
	${MKDIR} ${PREFIX}/share/examples/goRua/dot.goRua_2ch
	${MKDIR} ${PREFIX}/share/examples/goRua/dot.goRua_2ch/subject
	${MKDIR} ${PREFIX}/share/examples/goRua/dot.goRua_2ch/thread
.for f in ${CONFIG_FILES}
	${INSTALL_DATA} ${WRKSRC}/.goRua_2ch/${f} ${PREFIX}/share/examples/goRua/dot.goRua_2ch
.endfor

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>