diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-06 23:45:21 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-06 23:45:21 +0000 |
commit | 5c356975f424775ad28a761ff93618b8f84298ec (patch) | |
tree | b948a908c41c1649fd108b64333499e677c0c092 /audio/flac/pkg-plist | |
parent | b287f1341fc5e2ad45c2b89e9bfa03cb3f4a86ee (diff) | |
download | ports-5c356975f424775ad28a761ff93618b8f84298ec.tar.gz ports-5c356975f424775ad28a761ff93618b8f84298ec.zip |
Notes
Diffstat (limited to 'audio/flac/pkg-plist')
-rw-r--r-- | audio/flac/pkg-plist | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/audio/flac/pkg-plist b/audio/flac/pkg-plist index a7b5aee63793..148e30089220 100644 --- a/audio/flac/pkg-plist +++ b/audio/flac/pkg-plist @@ -1,20 +1,30 @@ @comment $FreeBSD$ bin/flac bin/metaflac +include/FLAC++/all.h +include/FLAC++/decoder.h +include/FLAC++/encoder.h +include/FLAC++/metadata.h include/FLAC/all.h include/FLAC/assert.h include/FLAC/file_decoder.h include/FLAC/format.h +include/FLAC/metadata.h include/FLAC/ordinals.h -include/FLAC/seek_table.h include/FLAC/seekable_stream_decoder.h include/FLAC/stream_decoder.h include/FLAC/stream_encoder.h -include/FLAC/utility.h +lib/libFLAC++.a +lib/libFLAC++.la +lib/libFLAC++.so +lib/libFLAC++.so.1 lib/libFLAC.a lib/libFLAC.la lib/libFLAC.so -lib/libFLAC.so.2 +lib/libFLAC.so.3 +share/aclocal/libFLAC++.m4 +share/aclocal/libFLAC.m4 +@unexec /bin/rmdir %D/share/aclocal 2>/dev/null || true %%PORTDOCS%%share/doc/flac/comparison.html %%PORTDOCS%%share/doc/flac/developers.html %%PORTDOCS%%share/doc/flac/documentation.html @@ -28,6 +38,7 @@ lib/libFLAC.so.2 %%PORTDOCS%%share/doc/flac/images/logo.jpg %%PORTDOCS%%share/doc/flac/index.html %%PORTDOCS%%share/doc/flac/news.html +@dirrm include/FLAC++ @dirrm include/FLAC %%PORTDOCS%%@dirrm share/doc/flac/images %%PORTDOCS%%@dirrm share/doc/flac |