Add www/ruby-gtkhtml2, Ruby binding for GtkHtml2.
This is part of the Ruby/GNOME2 suite. PR: ports/65270 Submitted by: Jeremy Messenger <mezz7@cox.net>
This commit is contained in:
parent
6e9d984e6d
commit
ed33e613d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106576
4 changed files with 56 additions and 0 deletions
|
@ -525,6 +525,7 @@
|
|||
SUBDIR += ruby-div
|
||||
SUBDIR += ruby-fcgi
|
||||
SUBDIR += ruby-google
|
||||
SUBDIR += ruby-gtkhtml2
|
||||
SUBDIR += ruby-http-access
|
||||
SUBDIR += ruby-mnogosearch
|
||||
SUBDIR += ruby-nora
|
||||
|
|
45
www/ruby-gtkhtml2/Makefile
Normal file
45
www/ruby-gtkhtml2/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: Ruby/GtkHtml2
|
||||
# Date created: 05 April 2004
|
||||
# Whom: Mezz <mezz7@cox.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtkhtml2
|
||||
PORTVERSION= ${RUBY_GNOME_PORTVERSION}
|
||||
CATEGORIES= www gnome ruby
|
||||
MASTER_SITES= ${RUBY_GNOME_MASTER_SITES}
|
||||
MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR}
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${RUBY_GNOME_DISTNAME}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= mezz7@cox.net
|
||||
COMMENT= Ruby binding for GtkHtml2
|
||||
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_GNOME= libgtkhtml
|
||||
USE_RUBY_EXTCONF= yes
|
||||
USE_XLIB= yes
|
||||
|
||||
.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common"
|
||||
|
||||
WRKSRC= ${RUBY_GNOME_WRKSRC}/gtkhtml2
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS= ChangeLog \
|
||||
README
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/ruby-gtkhtml2/pkg-descr
Normal file
3
www/ruby-gtkhtml2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby/GtkHtml2 is a Ruby binding of GtkHtml2
|
||||
|
||||
WWW: http://ruby-gnome2.sourceforge.jp/
|
7
www/ruby-gtkhtml2/pkg-plist
Normal file
7
www/ruby-gtkhtml2/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/gtkhtml2.so
|
||||
%%RUBY_SITELIBDIR%%/gtkhtml2.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gtkhtml.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Reference in a new issue