mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ecaa0b842a
compile with the current audacious plugin API. Note that the current version of the audacious plugin also stopped working when multimedia/audacious was last updated. Also drop aRts support, does not compile.
11 lines
544 B
Plaintext
11 lines
544 B
Plaintext
bin/xmp
|
|
@unexec if cmp -s %D/%%ETCDIR%%/xmp.conf.sample %D/%%ETCDIR%%/xmp.conf; then rm -f %D/%%ETCDIR%%/xmp.conf; fi
|
|
%%ETCDIR%%/xmp.conf.sample
|
|
@exec if [ ! -f %D/%%ETCDIR%%/xmp.conf ]; then cp -p %D/%F %B/xmp.conf; fi
|
|
@unexec if cmp -s %D/%%ETCDIR%%/modules.conf.sample %D/%%ETCDIR%%/modules.conf; then rm -f %D/%%ETCDIR%%/modules.conf; fi
|
|
%%ETCDIR%%/modules.conf.sample
|
|
@exec if [ ! -f %D/%%ETCDIR%%/modules.conf ]; then cp -p %D/%F %B/modules.conf; fi
|
|
%%BMP%%lib/bmp/Input/xmp-bmp.so
|
|
%%XMMS%%lib/xmms/Input/xmp-xmms.so
|
|
@dirrmtry %%ETCDIR%%
|