diff options
author | adrianp <adrianp> | 2005-01-22 18:03:18 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-01-22 18:03:18 +0000 |
commit | 4982ef713de3b8aa0daf2d5be24f0c216591a371 (patch) | |
tree | 54dfe2bbb6c39bd2e38b3bde7f4233d383f31030 | |
parent | 6988abb80b02b88130a497b9919b5f624d1cf462 (diff) | |
download | pkgsrc-4982ef713de3b8aa0daf2d5be24f0c216591a371.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.
-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 $ |