ports/audio/patchage/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

43 lines
1.1 KiB
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= patchage
PORTVERSION= 0.5.0
PORTREVISION= 16
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/ \
http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/
MAINTAINER= ports@FreeBSD.org
COMMENT= Modular patch bay for Jack
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:audio/jack \
libraul.so:audio/raul \
libboost_date_time.so:devel/boost-libs \
libdbus-glib-1.so:devel/dbus-glib \
libglibmm-2.4.so:devel/glibmm \
libglademm-2.4.so:devel/libglademm24 \
libflowcanvas.so:x11-toolkits/flowcanvas
USES= compiler:c++11-lang pkgconfig tar:bzip2 waf
USE_CXXSTD= c++11
INSTALLS_ICONS= yes
CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
--no-alsa \
--no-lash
CFLAGS+= -I${LOCALBASE}/include
post-patch:
@${REINPLACE_CMD} -e \
"s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \
s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \
${WRKSRC}/autowaf/autowaf.py
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>