1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/arss/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

28 lines
605 B
Makefile

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)
WWW= https://arss.sourceforge.net/
LIB_DEPENDS= libfftw3.so:math/fftw3
USES= cmake:insource localbase:ldflags
USE_LDCONFIG= ${PREFIX}/lib
# Fix with clang11. Seems dead upstream. Don't expect a proper fix.
CFLAGS+= -fcommon
WRKSRC_SUBDIR= src
PLIST_FILES= bin/arss
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arss ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>