freebsd-ports/audio/luppp/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

40 lines
862 B
Makefile

# $FreeBSD$
PORTNAME= luppp
DISTVERSIONPREFIX= release-
DISTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Live looping music creation tool
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libjack.so:audio/jack \
liblo.so:audio/liblo \
libntk.so:x11-toolkits/ntk \
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
USES= cmake compiler:c++11-lang gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= openAVproductions
GH_PROJECT= openAV-Luppp
USE_GNOME= cairo
USE_XORG= x11
PLIST_FILES= bin/luppp
post-patch:
@${REINPLACE_CMD} -e ' \
s|execute_process(COMMAND git log --oneline -n1|execute_process(COMMAND echo "n/a"|' \
${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e ' \
s| -O3||; \
s| -g||; \
s|"x86_64"|"amd64"|' \
${WRKSRC}/src/CMakeLists.txt
.include <bsd.port.mk>