svn commit: r502697 - head/audio/arss
Tobias Kortkamp
tobik at FreeBSD.org
Sun May 26 08:28:52 UTC 2019
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
More information about the svn-ports-all
mailing list