diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 16:57:11 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 16:57:11 +0000 |
commit | ff5ed640f06b30c35840608f20fe4e589c7fbaeb (patch) | |
tree | e5c3809a5bf8056d7522bc5303be8d0dc74136bd | |
parent | 2415ce21efd1698a5d480cecb9d9dcde1e825d65 (diff) | |
download | ports-ff5ed640f06b30c35840608f20fe4e589c7fbaeb.tar.gz ports-ff5ed640f06b30c35840608f20fe4e589c7fbaeb.zip |
Add bmp-fc 0.1, a Future Composer input plug-in for beep-media-player.
PR: ports/84855
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=141354
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/bmp-fc/Makefile | 25 | ||||
-rw-r--r-- | audio/bmp-fc/distinfo | 2 | ||||
-rw-r--r-- | audio/bmp-fc/pkg-descr | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index d18547d64213..abcc272d7cb4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -48,6 +48,7 @@ SUBDIR += bladeenc SUBDIR += blop SUBDIR += bmp-faad + SUBDIR += bmp-fc SUBDIR += bmp-festalon SUBDIR += bmp-flac SUBDIR += bmp-htmlplaylist diff --git a/audio/bmp-fc/Makefile b/audio/bmp-fc/Makefile new file mode 100644 index 000000000000..cae58acc3671 --- /dev/null +++ b/audio/bmp-fc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: bmp-fc +# Date created: 13 Aug 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= bmp-fc +PORTVERSION= 0.1 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= xmms-fc + +MAINTAINER= ehaupt@critical.ch +COMMENT= A Future Composer input plug-in for beep-media-player + +LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player + +USE_BZIP2= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la + +.include <bsd.port.mk> diff --git a/audio/bmp-fc/distinfo b/audio/bmp-fc/distinfo new file mode 100644 index 000000000000..66019ca3e186 --- /dev/null +++ b/audio/bmp-fc/distinfo @@ -0,0 +1,2 @@ +MD5 (bmp-fc-0.1.tar.bz2) = c0fdb8e4c050c8e63c9e7a28437085ea +SIZE (bmp-fc-0.1.tar.bz2) = 222253 diff --git a/audio/bmp-fc/pkg-descr b/audio/bmp-fc/pkg-descr new file mode 100644 index 000000000000..b3c12e5275b8 --- /dev/null +++ b/audio/bmp-fc/pkg-descr @@ -0,0 +1,6 @@ +A Future Composer input plug-in for beep-media-player. + +WWW: http://xmms-fc.sourceforge.net/ + +- ehaupt +ehaupt@critical.ch |