mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
dd22c59eaa
- Update to 1.51 [*] - Add multimedia/mplayer as dependency [*] - Install lxdvdrip.wav under DATADIR [*] - Change playwave reference in the source code to wavplay [*] - Stop building of vamps in the source code and add a dependency to multimedia/vamps - Pass maintainership to ports@FreeBSD.org [*]Mario Sergio Fujikawa Ferreira <lioux _at_ FreeBSD _dot_ org> PR: ports/91486 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
bin/lxdvdrip
|
|
bin/lxac3scan
|
|
@unexec if cmp -s %D/etc/lxdvdrip.conf %D/etc/lxdvdrip.conf.sample; then rm -f %D/etc/lxdvdrip.conf; fi
|
|
etc/lxdvdrip.conf.sample
|
|
@exec [ -f %B/lxdvdrip.conf ] || cp %B/%f %B/lxdvdrip.conf
|
|
%%DATADIR%%/lxdvdrip.wav
|
|
%%EXAMPLESDIR%%/lxdvdrip.conf.DE
|
|
%%EXAMPLESDIR%%/lxdvdrip.conf.EN
|
|
%%EXAMPLESDIR%%/lxdvdrip.conf.FR
|
|
@dirrm %%DATADIR%%
|
|
@dirrm %%EXAMPLESDIR%%
|