mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
5978476c35
LIB_DEPENDS in audio With hat: portmgr
34 lines
684 B
Makefile
34 lines
684 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bmp-fc
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= CRITICAL
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Future Composer input plug-in for beep-media-player
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player
|
|
|
|
USES= pkgconfig
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 1000000
|
|
BROKEN= does not build on FreeBSD 10.x and later
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.post.mk>
|