1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/japanese/gorua/Makefile

54 lines
1.6 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: goRua
# Date created: 12 December 2001
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD$
#
PORTNAME= gorua
2003-06-22 05:13:04 +00:00
PORTVERSION= 0.16
PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= http://www.unixuser.org/~haruyama/software/goRua/
2002-07-07 13:28:09 +00:00
DISTNAME= goRua-${PORTVERSION:S/.p/-pre/}
MAINTAINER= nobutaka@FreeBSD.org
2003-02-22 14:25:38 +00:00
COMMENT= Gtk+ on Ruby User Agent for 2ch BBS
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk \
${X11BASE}/lib/X11/fonts/local/mona6x12a.pcf.gz:${PORTSDIR}/japanese/monafonts
USE_BZIP2= yes
USE_RUBY= yes
USE_RUBY_FEATURES= zlib
NO_BUILD= yes
2002-02-23 12:05:04 +00:00
CONFIG_FILES= board_info bookmarks config gtkrc
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/goRua.rb ${PREFIX}/bin
2002-09-12 14:01:48 +00:00
${INSTALL_SCRIPT} ${WRKSRC}/goRua_bookmarks_translator.rb ${PREFIX}/bin
2002-05-20 18:26:16 +00:00
${INSTALL_SCRIPT} ${WRKSRC}/goRua_cache_clean.rb ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/new_2ch_bbsmenu.rb ${PREFIX}/bin
2002-05-20 18:26:16 +00:00
2002-06-01 18:20:04 +00:00
${INSTALL_DATA} ${WRKSRC}/goRua_color_table.rb ${RUBY_SITELIBDIR}
${INSTALL_DATA} ${WRKSRC}/connect2ch.rb ${RUBY_SITELIBDIR}
2002-05-20 18:26:16 +00:00
.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
2002-02-23 12:05:04 +00:00
.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>