2005-08-29 18:57:11 +02:00
|
|
|
# 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
|
2008-06-06 15:08:29 +02:00
|
|
|
PORTREVISION= 3
|
2005-08-29 18:57:11 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= xmms-fc
|
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-08-29 18:57:11 +02:00
|
|
|
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
|
2007-02-03 17:39:37 +01:00
|
|
|
USE_LDCONFIG= yes
|
2009-03-27 10:53:36 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2005-08-29 18:57:11 +02:00
|
|
|
|
|
|
|
PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la
|
|
|
|
|
2007-02-03 17:39:37 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
|
|
|
|
|
2005-08-29 18:57:11 +02:00
|
|
|
.include <bsd.port.mk>
|