1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/audio/bmp-fc/Makefile
Emanuel Haupt be25e8e8ea - Use USE_LDCONFIG
- Skip /usr/bin/objformat tests and use elf obj format by default

Notified by:	kris (via pointyhat)
2007-02-03 16:39:37 +00:00

31 lines
680 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= xmms-fc
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
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
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>