pkgsrc/x11/pygtk/PLIST
jlam 1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00

73 lines
2.4 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:10:06 jlam Exp $
bin/pygtk-codegen-1.2
include/pygtk/pygdkimlib.h
include/pygtk/pygdkpixbuf.h
include/pygtk/pygtk.h
${PYSITELIB}/gtk-1.2/GDK.py
${PYSITELIB}/gtk-1.2/GDK.pyc
${PYSITELIB}/gtk-1.2/GDK.pyo
${PYSITELIB}/gtk-1.2/GTK.py
${PYSITELIB}/gtk-1.2/GTK.pyc
${PYSITELIB}/gtk-1.2/GTK.pyo
${PYSITELIB}/gtk-1.2/GdkImlib.py
${PYSITELIB}/gtk-1.2/GdkImlib.pyc
${PYSITELIB}/gtk-1.2/GdkImlib.pyo
${PYSITELIB}/gtk-1.2/GtkExtra.py
${PYSITELIB}/gtk-1.2/GtkExtra.pyc
${PYSITELIB}/gtk-1.2/GtkExtra.pyo
${PYSITELIB}/gtk-1.2/_gdkimlibmodule.la
${PYSITELIB}/gtk-1.2/_gtkglmodule.la
${PYSITELIB}/gtk-1.2/_gtkmodule.la
${PYSITELIB}/gtk-1.2/_libglademodule.la
${PYSITELIB}/gtk-1.2/gdkpixbufmodule.la
${PYSITELIB}/gtk-1.2/gtk.py
${PYSITELIB}/gtk-1.2/gtk.pyc
${PYSITELIB}/gtk-1.2/gtk.pyo
${PYSITELIB}/gtk-1.2/gtkgl.py
${PYSITELIB}/gtk-1.2/gtkgl.pyc
${PYSITELIB}/gtk-1.2/gtkgl.pyo
${PYSITELIB}/gtk-1.2/libglade.py
${PYSITELIB}/gtk-1.2/libglade.pyc
${PYSITELIB}/gtk-1.2/libglade.pyo
${PYSITELIB}/gtk-1.2/pyglade/__init__.py
${PYSITELIB}/gtk-1.2/pyglade/__init__.pyc
${PYSITELIB}/gtk-1.2/pyglade/__init__.pyo
${PYSITELIB}/gtk-1.2/pyglade/build.py
${PYSITELIB}/gtk-1.2/pyglade/build.pyc
${PYSITELIB}/gtk-1.2/pyglade/build.pyo
${PYSITELIB}/gtk-1.2/pyglade/style.py
${PYSITELIB}/gtk-1.2/pyglade/style.pyc
${PYSITELIB}/gtk-1.2/pyglade/style.pyo
${PYSITELIB}/gtk-1.2/pyglade/xmlparse.py
${PYSITELIB}/gtk-1.2/pyglade/xmlparse.pyc
${PYSITELIB}/gtk-1.2/pyglade/xmlparse.pyo
${PYSITELIB}/pygtk.pth
${PYSITELIB}/pygtk.py
${PYSITELIB}/pygtk.pyc
${PYSITELIB}/pygtk.pyo
share/pygtk/1.2/codegen/generate.py
share/pygtk/1.2/codegen/generate.pyc
share/pygtk/1.2/codegen/generate.pyo
share/pygtk/1.2/codegen/scmexpr.py
share/pygtk/1.2/codegen/scmexpr.pyc
share/pygtk/1.2/codegen/scmexpr.pyo
share/pygtk/1.2/defs/gtk.defs
share/pygtk/1.2/defs/gtkbase.defs
share/pygtk/1.2/defs/gtkcontainers.defs
share/pygtk/1.2/defs/gtkdata.defs
share/pygtk/1.2/defs/gtkdnd.defs
share/pygtk/1.2/defs/gtkedit.defs
share/pygtk/1.2/defs/gtkenums.defs
share/pygtk/1.2/defs/gtkgl.defs
share/pygtk/1.2/defs/gtklists.defs
share/pygtk/1.2/defs/gtkmenus.defs
share/pygtk/1.2/defs/gtkmisc.defs
share/pygtk/1.2/defs/gtkranges.defs
share/pygtk/1.2/defs/libglade.defs
@dirrm share/pygtk/1.2/defs
@dirrm share/pygtk/1.2/codegen
@dirrm share/pygtk/1.2
@dirrm share/pygtk
@dirrm ${PYSITELIB}/gtk-1.2/pyglade
@dirrm ${PYSITELIB}/gtk-1.2
@unexec ${RMDIR} %D/share/pygtk 2>/dev/null || ${TRUE}