Date: Sun, 26 May 2019 08:28:51 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502697 - head/audio/arss Message-ID: <201905260828.x4Q8Splh053234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun May 26 08:28:50 2019 New Revision: 502697 URL: https://svnweb.freebsd.org/changeset/ports/502697 Log: audio/arss: Remove nop CMAKE_C_ARGS Also use WRKSRC_SUBDIR and USES=localbase:ldflags while here. Modified: head/audio/arss/Makefile Modified: head/audio/arss/Makefile ============================================================================== --- head/audio/arss/Makefile Sun May 26 08:17:16 2019 (r502696) +++ head/audio/arss/Makefile Sun May 26 08:28:50 2019 (r502697) @@ -13,12 +13,10 @@ COMMENT= Additive Image Synthesizer (convert audio to LIB_DEPENDS= libfftw3.so:math/fftw3 -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USES= cmake:insource +USES= cmake:insource localbase:ldflags USE_LDCONFIG= ${PREFIX}/lib -CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include -CMAKE_C_FLAGS= ${CFLAGS} + +WRKSRC_SUBDIR= src PLIST_FILES= bin/arss
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905260828.x4Q8Splh053234>