1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/xmms-curses/pkg-plist
Ion-Mihai Tetcu 7cce08de36 xmms-curses is a simple application for controlling XMMS from the command line.
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..."
2007-08-02 11:56:25 +00:00

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