Index: head/audio/creox/Makefile =================================================================== --- head/audio/creox/Makefile (revision 462573) +++ head/audio/creox/Makefile (revision 462574) @@ -1,33 +1,34 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= creox PORTVERSION= 0.3 PORTREVISION= 6 CATEGORIES= audio kde MAINTAINER= ports@FreeBSD.org COMMENT= Realtime sound processor LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING 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 USE_CXXSTD= gnu++98 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 Index: head/audio/creox/pkg-descr =================================================================== --- head/audio/creox/pkg-descr (revision 462573) +++ head/audio/creox/pkg-descr (revision 462574) @@ -1,11 +1,11 @@ Creox is a real-time sound processor. You can plug your electric guitar or any other musical instrument directly to the PC's sound card and start experimenting with various sound effects. Creox offers nice user-friendly KDE-based GUI, a preset support, a low-latency DSP engine, and each effect parameter can be altered "on the fly". As Creox is a JACK application, the output sound can be routed to the other JACK-aware applications, and the audio input can be taken as the output from the other JACK client. -WWW: http://stacktrace.dk/project/creox-4/ +WWW: https://stacktrace.dk/project/creox-4/