mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7cce08de36
It is designed to make common, simple tasks fast and easy to do. It is operated using arrow keys and standard XMMS keys, to make it easy and intuitive to learn. WWW: http://xmms-curses.sourceforge.net/ And yes, I know that "xmms's dead, baby, xmms is dead..."
5 lines
243 B
Plaintext
5 lines
243 B
Plaintext
bin/xmms-curses
|
|
@unexec if cmp -s %D/etc/xmms-curses.conf.sample %D/etc/xmms-curses.conf; then rm -f %D/etc/xmms-curses.conf; fi
|
|
etc/xmms-curses.conf.sample
|
|
@exec if [ ! %D/etc/xmms-curses.conf ] ; then cp -p %D/%F %D/etc/xmms-curses.conf; fi
|