summaryrefslogtreecommitdiff
path: root/x11/p5-gtk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
commit18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /x11/p5-gtk
parent81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff)
downloadpkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.tar.gz
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
Diffstat (limited to 'x11/p5-gtk')
-rw-r--r--x11/p5-gtk/Makefile9
-rw-r--r--x11/p5-gtk/pkg/PLIST18
2 files changed, 6 insertions, 21 deletions
diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile
index c3f4cb2cf02..7feaca11cad 100644
--- a/x11/p5-gtk/Makefile
+++ b/x11/p5-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/10/23 00:05:18 tron Exp $
+# $NetBSD: Makefile,v 1.12 2000/08/27 07:11:26 jlam Exp $
#
DISTNAME= Gtk-0.5120
@@ -10,10 +10,11 @@ MAINTAINER= root@garbled.net
DEPENDS+= gtk+-1.2.*:../../x11/gtk
-USE_PERL5= yes
-USE_X11= yes
+USE_X11= # defined
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/.packlist
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/p5-gtk/pkg/PLIST b/x11/p5-gtk/pkg/PLIST
index b46411d8373..ca27cda5797 100644
--- a/x11/p5-gtk/pkg/PLIST
+++ b/x11/p5-gtk/pkg/PLIST
@@ -1,17 +1 @@
-@comment $NetBSD: PLIST,v 1.3 1999/04/12 17:57:25 hubertf Exp $
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Gtk/Gtk.so
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Gtk/Gtk.bs
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Gtk/.packlist
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Gtk/Types.pm
-lib/perl5/site_perl/auto/Gtk/Gdk/autosplit.ix
-lib/perl5/site_perl/auto/Gtk/autosplit.ix
-lib/perl5/site_perl/Gtk/Atoms.pm
-lib/perl5/site_perl/Gtk/ColorSelectButton.pm
-lib/perl5/site_perl/Gtk/Gdk.pm
-lib/perl5/site_perl/Gtk/LogHandler.pm
-lib/perl5/man/man3/Gtk::GtkColorSelectButton.3
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Gtk
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Gtk
-@dirrm lib/perl5/site_perl/auto/Gtk/Gdk
-@dirrm lib/perl5/site_perl/auto/Gtk
-@dirrm lib/perl5/site_perl/Gtk
+@comment $NetBSD: PLIST,v 1.4 2000/08/27 07:11:26 jlam Exp $