pkgsrc/audio/libao/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

49 lines
1.7 KiB
Text

@comment $NetBSD: PLIST,v 1.9 2004/09/22 08:09:16 jlam Exp $
include/ao/ao.h
include/ao/os_types.h
include/ao/plugin.h
${LIBOSS}lib/ao/plugins-2/liboss.la
${LIBSUN}lib/ao/plugins-2/libsun.la
lib/libao.la
lib/pkgconfig/ao.pc
man/man5/libao.conf.5
share/aclocal/ao.m4
share/doc/${PKGNAME}/ao_append_option.html
share/doc/${PKGNAME}/ao_close.html
share/doc/${PKGNAME}/ao_default_driver_id.html
share/doc/${PKGNAME}/ao_device.html
share/doc/${PKGNAME}/ao_driver_id.html
share/doc/${PKGNAME}/ao_driver_info.html
share/doc/${PKGNAME}/ao_driver_info_list.html
share/doc/${PKGNAME}/ao_example.c
share/doc/${PKGNAME}/ao_file_extension.html
share/doc/${PKGNAME}/ao_free_options.html
share/doc/${PKGNAME}/ao_info.html
share/doc/${PKGNAME}/ao_initialize.html
share/doc/${PKGNAME}/ao_open_file.html
share/doc/${PKGNAME}/ao_open_live.html
share/doc/${PKGNAME}/ao_option.html
share/doc/${PKGNAME}/ao_play.html
share/doc/${PKGNAME}/ao_plugin_close.html
share/doc/${PKGNAME}/ao_plugin_device_clear.html
share/doc/${PKGNAME}/ao_plugin_device_init.html
share/doc/${PKGNAME}/ao_plugin_driver_info.html
share/doc/${PKGNAME}/ao_plugin_file_extension.html
share/doc/${PKGNAME}/ao_plugin_open.html
share/doc/${PKGNAME}/ao_plugin_play.html
share/doc/${PKGNAME}/ao_plugin_set_option.html
share/doc/${PKGNAME}/ao_plugin_test.html
share/doc/${PKGNAME}/ao_sample_format.html
share/doc/${PKGNAME}/ao_shutdown.html
share/doc/${PKGNAME}/config.html
share/doc/${PKGNAME}/drivers.html
share/doc/${PKGNAME}/index.html
share/doc/${PKGNAME}/libao-api.html
share/doc/${PKGNAME}/overview.html
share/doc/${PKGNAME}/plugin-api.html
share/doc/${PKGNAME}/plugin-overview.html
share/doc/${PKGNAME}/style.css
@dirrm share/doc/${PKGNAME}
@dirrm lib/ao/plugins-2
@dirrm lib/ao
@dirrm include/ao