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 | |
parent | 4cfa23c9e85d1d9088db040edf74d3daeee39ce3 (diff) | |
download | ports-0d7a998b4a5c7d1f210f03bd1e294ebf09b43afb.tar.gz ports-0d7a998b4a5c7d1f210f03bd1e294ebf09b43afb.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/audacious-crossfade/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 885374357b3d..dcca0d728bdb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -35,6 +35,7 @@ SUBDIR += asmix SUBDIR += asmixer SUBDIR += aube + SUBDIR += audacious-crossfade SUBDIR += audacity SUBDIR += aumix SUBDIR += aureal-kmod 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" |