diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-22 18:03:18 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-22 18:03:18 +0000 |
commit | 2235bf97c770b9a6c1afe9da88d15fc57b211067 (patch) | |
tree | 54dfe2bbb6c39bd2e38b3bde7f4233d383f31030 /graphics/p5-Gnome | |
parent | 5335328d0242e6635c6532fde87282c1b3aba2e9 (diff) | |
download | pkgsrc-2235bf97c770b9a6c1afe9da88d15fc57b211067.tar.gz |
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.
Diffstat (limited to 'graphics/p5-Gnome')
-rw-r--r-- | graphics/p5-Gnome/DESCR | 7 | ||||
-rw-r--r-- | graphics/p5-Gnome/Makefile | 24 | ||||
-rw-r--r-- | graphics/p5-Gnome/PLIST | 1 |
3 files changed, 32 insertions, 0 deletions
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 $ |