summaryrefslogtreecommitdiffstats
path: root/print/ruby-gnomeprint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/ruby-gnomeprint/Makefile')
-rw-r--r--print/ruby-gnomeprint/Makefile45
1 files changed, 45 insertions, 0 deletions
diff --git a/print/ruby-gnomeprint/Makefile b/print/ruby-gnomeprint/Makefile
new file mode 100644
index 000000000..5fc3d0bb7
--- /dev/null
+++ b/print/ruby-gnomeprint/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: Ruby/GnomePrint
+# Date created: 15 November 2004
+# Whom: Mezz <mezz@FreeBSD.org>
+#
+# $FreeBSD: ports/print/ruby-gnomeprint/Makefile,v 1.2 2005/03/12 11:05:16 mezz Exp $
+#
+
+PORTNAME= gnomeprint
+PORTVERSION= ${RUBY_GNOME_PORTVERSION}
+CATEGORIES= print 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 libgnomeprint
+
+RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/libart2.so:${PORTSDIR}/graphics/ruby-libart2 \
+ ${RUBY_SITEARCHLIBDIR}/pango.so:${PORTSDIR}/x11-toolkits/ruby-pango
+
+USE_RUBY= yes
+USE_GNOME= libgnomeprint
+USE_RUBY_EXTCONF= yes
+
+.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common"
+
+WRKSRC= ${RUBY_GNOME_WRKSRC}/gnomeprint
+INSTALL_TARGET= site-install
+
+DOCS= COPYING.LIB ChangeLog README
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${RUBY_MODEXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
+ @${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_MODEXAMPLESDIR}/
+ @${MKDIR} ${RUBY_MODDOCDIR}
+.for f in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>