1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/audio/creox/Makefile
Thomas Zander b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00

33 lines
702 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= creox
PORTVERSION= 0.3
PORTREVISION= 4
CATEGORIES= audio kde
MAINTAINER= ports@FreeBSD.org
COMMENT= Realtime sound processor
LICENSE= GPLv2
LIB_DEPENDS= libjack.so:audio/jack
USE_GITHUB= yes
GH_ACCOUNT= laudrup
GH_PROJECT= Creox4
USES= cmake:outsource kde:4
USE_KDE= automoc4 kdelibs
USE_QT4= moc_build qmake_build rcc_build uic_build
USE_XORG= xft xpm
post-patch:
@${REINPLACE_CMD} -e \
'/-Wno-unused-but-set-variable/d' ${WRKSRC}/CMakeLists.txt
# FreeBSD does not have exp10f(3), use powf(3) instead
@${GREP} -lR "exp10f(" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|exp10f(|powf(10.,|'
.include <bsd.port.mk>