# New ports collection makefile for:	bmp-fc
# Date created:				13 Aug 2005
# Whom:					Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD: ports/audio/bmp-fc/Makefile,v 1.14 2011/01/25 08:39:23 ehaupt Exp $
#

PORTNAME=	bmp-fc
PORTVERSION=	0.1
PORTREVISION=	6
CATEGORIES=	audio
MASTER_SITES=	CRITICAL

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	A Future Composer input plug-in for beep-media-player

LIB_DEPENDS=	beep.2:${PORTSDIR}/multimedia/beep-media-player

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
MAKE_JOBS_SAFE=	yes

LICENSE=	GPLv2
PLIST_FILES=	lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la

post-patch:
	@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure

.include <bsd.port.mk>
