1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/xmp/pkg-plist
Emanuel Haupt ecaa0b842a Update to 3.4.0 and drop audacious plugin support for now as the plugin does not
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.
2011-08-12 16:55:22 +00:00

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%%