pkgsrc/x11/Xbae/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

43 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:57 jlam Exp $
include/Xbae/Matrix.h
include/Xbae/Input.h
include/Xbae/Caption.h
include/Xbae/MatrixP.h
include/Xbae/Clip.h
include/Xbae/ClipP.h
include/Xbae/CaptionP.h
include/Xbae/InputP.h
include/Xbae/patchlevel.h
lib/libXbae.la
man/man3/XbaeCaption.3
man/man3/XbaeInput.3
man/man3/XbaeMatrix.3
share/aclocal/ac_find_xbae.m4
share/doc/html/Xbae/images/lesstif.png
share/doc/html/Xbae/images/new.png
share/doc/html/Xbae/images/x2tog.png
share/doc/html/Xbae/images/linux.png
share/doc/html/Xbae/images/mailbox.png
share/doc/html/Xbae/callbacks.html
share/doc/html/Xbae/cellwidgets.html
share/doc/html/Xbae/contents.html
share/doc/html/Xbae/coverplus.html
share/doc/html/Xbae/difffonts.html
share/doc/html/Xbae/index.html
share/doc/html/Xbae/main.html
share/doc/html/Xbae/morelines.html
share/doc/html/Xbae/psdriver.html
share/doc/html/Xbae/rowheights.html
share/doc/html/Xbae/scrolling.html
share/doc/html/Xbae/spancells.html
share/doc/html/Xbae/title.html
share/doc/html/Xbae/FAQ.html
share/doc/html/Xbae/NEWS
share/doc/html/Xbae/README
share/doc/html/Xbae/INSTALL
@dirrm share/doc/html/Xbae/images
@dirrm share/doc/html/Xbae
@dirrm include/Xbae
@exec test %D = ${LOCALBASE} || ln -fs %D/share/aclocal/ac_find_xbae.m4 ${LOCALBASE}/share/aclocal/ac_find_xbae.m4
@unexec test %D = ${LOCALBASE} || ${RM} ${LOCALBASE}/share/aclocal/ac_find_xbae.m4
@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE}