diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-17 14:54:15 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-17 14:54:15 +0800 |
commit | 3e8ec4d7db2e6af39c4b7ba6ec9d2d717db46db0 (patch) | |
tree | 64e65110994f4e28c9a6e6ae5d58b50c5a9376be /x11-toolkits/ruby-gnomeprintui/Makefile | |
parent | 7384a925c62bf5ba6f3598d5ec36b0caf4b839c2 (diff) | |
download | marcuscom-ports-3e8ec4d7db2e6af39c4b7ba6ec9d2d717db46db0.tar.gz marcuscom-ports-3e8ec4d7db2e6af39c4b7ba6ec9d2d717db46db0.tar.zst marcuscom-ports-3e8ec4d7db2e6af39c4b7ba6ec9d2d717db46db0.zip |
- Add ruby-gtk2/ruby-gnome2 ports, update at 0.14.0. See detail:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20051016_1
- Add two new ports, ruby-cairo (rcairo) and ruby-gtkmozembed.
*ruby-cairo: Ruby/Cairo is a Ruby binding for Cairo.
WWW: http://cairographics.org/
*ruby-gtkmozembed: Ruby/GtkMozEmbed is a Ruby binding of GtkMozEmbed a
widget embedding a Mozilla Gecko renderer.
WWW: http://ruby-gnome2.sourceforge.jp/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4954 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/ruby-gnomeprintui/Makefile')
-rw-r--r-- | x11-toolkits/ruby-gnomeprintui/Makefile | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-gnomeprintui/Makefile b/x11-toolkits/ruby-gnomeprintui/Makefile new file mode 100644 index 000000000..948cac0f1 --- /dev/null +++ b/x11-toolkits/ruby-gnomeprintui/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: Ruby/GnomePrintUI +# Date created: 15 November 2004 +# Whom: Mezz <mezz@FreeBSD.org> +# +# $FreeBSD: ports/x11-toolkits/ruby-gnomeprintui/Makefile,v 1.1 2004/11/15 19:48:46 mezz Exp $ +# + +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 + +# Have to do that to generate ruby-gnomeprint's rblibgnomeprintversion.h or +# it will not build. +pre-configure: + @(cd ${RUBY_GNOME_WRKSRC}/gnomeprint ; ${SETENV} ${CONFIGURE_ENV} \ + ${RUBY} ${RUBY_FLAGS} ${RUBY_EXTCONF} ${CONFIGURE_ARGS}) + +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> |