1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/creox/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

35 lines
756 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= creox
PORTVERSION= 0.3.0
PORTREVISION= 3
CATEGORIES= audio kde
MAINTAINER= ports@FreeBSD.org
COMMENT= Realtime sound processor
LICENSE= GPLv2
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
USE_GITHUB= yes
GH_ACCOUNT= laudrup
GH_PROJECT= Creox4
GH_TAGNAME= 0.3
GH_COMMIT= 8e27483
USES= cmake:outsource
USE_KDE4= automoc4 kdelibs kdeprefix
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>