aboutsummaryrefslogtreecommitdiff
path: root/audio/bmp-crossfade
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-30 17:21:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-30 17:21:39 +0000
commit1fcc002e35da7067679c011ed9a33e0869e959f4 (patch)
tree0c491f9d98a6dae37423ddc85cd2cadbfa30cadb /audio/bmp-crossfade
parentbb80b95fadaf8511ce724d1749e938e0de0be0c7 (diff)
downloadports-1fcc002e35da7067679c011ed9a33e0869e959f4.tar.gz
ports-1fcc002e35da7067679c011ed9a33e0869e959f4.zip
Notes
Diffstat (limited to 'audio/bmp-crossfade')
-rw-r--r--audio/bmp-crossfade/Makefile13
1 files changed, 13 insertions, 0 deletions
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"