pkgsrc/graphics/imlib/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

40 lines
1 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2004/09/22 08:09:34 jlam Exp $
bin/imlib_config
bin/imlib-config
include/gdk_imlib.h
include/gdk_imlib_private.h
include/gdk_imlib_types.h
include/Imlib.h
include/Imlib_private.h
include/Imlib_types.h
lib/libImlib.la
lib/libgdk_imlib.la
lib/libimlib-bmp.la
lib/libimlib-gif.la
lib/libimlib-jpeg.la
lib/libimlib-png.la
lib/libimlib-ppm.la
lib/libimlib-ps.la
lib/libimlib-tiff.la
lib/libimlib-xpm.la
lib/pkgconfig/imlib.pc
lib/pkgconfig/imlibgdk.pc
man/man1/imlib-config.1
man/man1/imlib_config.1
share/aclocal/imlib.m4
share/doc/imlib/bg.gif
share/doc/imlib/border_diag.gif
share/doc/imlib/border_eg1.gif
share/doc/imlib/border_eg2.gif
share/doc/imlib/border_eg3.gif
share/doc/imlib/curve1.gif
share/doc/imlib/curve2.gif
share/doc/imlib/imlib.gif
share/doc/imlib/index.html
share/examples/imlib/imrc
share/examples/imlib/im_palette.pal
share/examples/imlib/im_palette-small.pal
share/examples/imlib/im_palette-tiny.pal
@dirrm share/examples/imlib
@dirrm share/doc/imlib
@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE}