89f8b05214
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
34 lines
732 B
Makefile
34 lines
732 B
Makefile
# Created by: chris@officialunix.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= smasher
|
|
PORTVERSION= 1.1.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Cross platform audio loop slicer
|
|
|
|
LICENSE= LGPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
|
|
libmad.so:audio/libmad \
|
|
libcsound64.so:audio/csound
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= desktop-file-utils gmake pkgconfig
|
|
USE_GCC= yes
|
|
USE_WX= 2.8
|
|
WX_CONF_ARGS= absolute
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/pixmaps|g' \
|
|
-e 's|/usr/share/applications|${DESKTOPDIR}|g' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|