0d7a998b4a
A Crossfading/Gapless Output Plugin featuring: * Crossfading * Fadein/Fadeout * Continuous output * Gap-Killer * Automatic detection of live albums * High quality * Secondary effect plugin * Compatibility with bmp and audacious WWW: http://www.eisenlohr.org/xmms-crossfade/index.html Author: Peter Eisenlohr <p.eisenlohr@gmx.net> This is a slave port of audio/xmms-crossfade
13 lines
306 B
Makefile
13 lines
306 B
Makefile
# New ports collection makefile for: audacious-crossfade
|
|
# Date created: 16 July 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
APP= audacious
|
|
LIB_DEPENDS= audacious.2:${PORTSDIR}/multimedia/audacious
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms-crossfade
|
|
|
|
.include "${MASTERDIR}/Makefile"
|