freebsd-ports/audio/arss/Makefile
Tobias Kortkamp 6d257ebb83 audio/arss: Remove nop CMAKE_C_ARGS
Also use WRKSRC_SUBDIR and USES=localbase:ldflags while here.
2019-05-26 08:28:50 +00:00

26 lines
543 B
Makefile

# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= arss
PORTVERSION= 0.2.3
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Additive Image Synthesizer (convert audio to images, images to audio)
LIB_DEPENDS= libfftw3.so:math/fftw3
USES= cmake:insource localbase:ldflags
USE_LDCONFIG= ${PREFIX}/lib
WRKSRC_SUBDIR= src
PLIST_FILES= bin/arss
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arss ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>