mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
WWW: http://ruby-gnome2.sourceforge.jp/
This commit is contained in:
parent
8283258585
commit
589ceab2e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121681
@ -164,6 +164,7 @@
|
||||
SUBDIR += rep-gtk
|
||||
SUBDIR += rep-gtk2
|
||||
SUBDIR += ruby-fox
|
||||
SUBDIR += ruby-gnomeprintui
|
||||
SUBDIR += ruby-gtk
|
||||
SUBDIR += ruby-gtk2
|
||||
SUBDIR += ruby-gtkglext
|
||||
|
44
x11-toolkits/ruby-gnomeprintui/Makefile
Normal file
44
x11-toolkits/ruby-gnomeprintui/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection makefile for: Ruby/GnomePrintUI
|
||||
# Date created: 15 November 2004
|
||||
# Whom: Mezz <mezz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnomeprintui
|
||||
PORTVERSION= ${RUBY_GNOME_PORTVERSION}
|
||||
CATEGORIES= x11-toolkits ruby gnome
|
||||
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= mezz@FreeBSD.org
|
||||
COMMENT= Ruby binding for libgnomeprintui
|
||||
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \
|
||||
${RUBY_SITEARCHLIBDIR}/gnomeprint2.so:${PORTSDIR}/print/ruby-gnomeprint
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_GNOME= libgnomeprintui
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common"
|
||||
|
||||
WRKSRC= ${RUBY_GNOME_WRKSRC}/gnomeprintui
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS= COPYING.LIB ChangeLog README
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
|
||||
@${MKDIR} ${RUBY_MODDOCDIR}
|
||||
.for f in ${DOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-toolkits/ruby-gnomeprintui/pkg-descr
Normal file
3
x11-toolkits/ruby-gnomeprintui/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.
|
||||
|
||||
WWW: http://ruby-gnome2.sourceforge.jp/
|
9
x11-toolkits/ruby-gnomeprintui/pkg-plist
Normal file
9
x11-toolkits/ruby-gnomeprintui/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/gnomeprintui2.so
|
||||
%%RUBY_SITELIBDIR%%/gnomeprintui2.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dialog.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ruby-gnome2-logo.png
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Reference in New Issue
Block a user