From 4982ef713de3b8aa0daf2d5be24f0c216591a371 Mon Sep 17 00:00:00 2001 From: adrianp Date: Sat, 22 Jan 2005 18:03:18 +0000 Subject: The Gtk module allows Perl access to the Gtk+ graphical user interface library. You can find more information about Gtk+ on http://www.gtk.org. The Perl binding tries to follow the C interface as much as possible, providing at the same time a fully object-oriented interface and Perl-style calling conventions. This is the Gnome extension of the Gtk module. --- graphics/p5-Gnome/DESCR | 7 +++++++ graphics/p5-Gnome/Makefile | 24 ++++++++++++++++++++++++ graphics/p5-Gnome/PLIST | 1 + 3 files changed, 32 insertions(+) create mode 100644 graphics/p5-Gnome/DESCR create mode 100644 graphics/p5-Gnome/Makefile create mode 100644 graphics/p5-Gnome/PLIST diff --git a/graphics/p5-Gnome/DESCR b/graphics/p5-Gnome/DESCR new file mode 100644 index 00000000000..97dffdd3f67 --- /dev/null +++ b/graphics/p5-Gnome/DESCR @@ -0,0 +1,7 @@ +The Gtk module allows Perl access to the Gtk+ graphical user interface +library. You can find more information about Gtk+ on http://www.gtk.org. +The Perl binding tries to follow the C interface as much as possible, +providing at the same time a fully object-oriented interface and +Perl-style calling conventions. + +This is the Gnome extension of the Gtk module. diff --git a/graphics/p5-Gnome/Makefile b/graphics/p5-Gnome/Makefile new file mode 100644 index 00000000000..c172e5ea375 --- /dev/null +++ b/graphics/p5-Gnome/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/22 18:03:18 adrianp Exp $ +# + +.include "../../x11/p5-gtk/Makefile.common" + +PKGNAME= p5-Gnome-${GTKPERL_VERSION} + +MAINTAINER= adrianp@NetBSD.org +COMMENT= Perl bindings for Gnome + +DEPENDS+= p5-Gdk-Imlib-${GTKPERL_VERSION}:../../graphics/p5-Gdk-Imlib + +MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/man/man3 +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gnome/.packlist + +SUBPACKAGE= Gnome + +pre-configure: + cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} \ + ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET} + +.include "../../x11/gnome-libs/buildlink3.mk" +.include "../../x11/p5-gtk/Makefile.subpackage" diff --git a/graphics/p5-Gnome/PLIST b/graphics/p5-Gnome/PLIST new file mode 100644 index 00000000000..41dc860d5ee --- /dev/null +++ b/graphics/p5-Gnome/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/22 18:03:18 adrianp Exp $ -- cgit v1.2.3