diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-30 17:21:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-30 17:21:39 +0000 |
commit | 1fcc002e35da7067679c011ed9a33e0869e959f4 (patch) | |
tree | 0c491f9d98a6dae37423ddc85cd2cadbfa30cadb /audio | |
parent | bb80b95fadaf8511ce724d1749e938e0de0be0c7 (diff) | |
download | ports-1fcc002e35da7067679c011ed9a33e0869e959f4.tar.gz ports-1fcc002e35da7067679c011ed9a33e0869e959f4.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/bmp-crossfade/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index ee47906a3bfb..e30d9948d314 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -47,6 +47,7 @@ SUBDIR += beep SUBDIR += bladeenc SUBDIR += blop + SUBDIR += bmp-crossfade SUBDIR += bmp-faad SUBDIR += bmp-fc SUBDIR += bmp-festalon diff --git a/audio/bmp-crossfade/Makefile b/audio/bmp-crossfade/Makefile new file mode 100644 index 000000000000..bb2d4d562406 --- /dev/null +++ b/audio/bmp-crossfade/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: bmp-crossfade +# Date created: 1 January 2006 +# Whom: Andrew Pantyukhin <infofarmer@gmail.com> +# +# $FreeBSD$ +# + +APP= bmp +LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player + +MASTERDIR= ${.CURDIR}/../xmms-crossfade + +.include "${MASTERDIR}/Makefile" |