diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-16 09:27:29 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-16 09:27:29 +0000 |
commit | 0d7a998b4a5c7d1f210f03bd1e294ebf09b43afb (patch) | |
tree | 7bcdecdce9ddbe0172c087989e5ae487283ec346 /audio/audacious-crossfade | |
parent | 4cfa23c9e85d1d9088db040edf74d3daeee39ce3 (diff) |
Notes
Diffstat (limited to 'audio/audacious-crossfade')
-rw-r--r-- | audio/audacious-crossfade/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/audacious-crossfade/Makefile b/audio/audacious-crossfade/Makefile new file mode 100644 index 000000000000..cdcfc9d5bd22 --- /dev/null +++ b/audio/audacious-crossfade/Makefile @@ -0,0 +1,13 @@ +# 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" |