1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/wavetral/Makefile
Yuri Victorovich f993a8b3b3 audio/wavetral: Fix fetch
The author has recreated the repository and the git hash changed.

Reported by:	fallout
2021-05-20 23:31:42 -07:00

26 lines
557 B
Makefile

PORTNAME= wavetral
DISTVERSION= g20210517
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Convert between single cycle waveforms and audio spectra
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libfftw3.so:math/fftw3 \
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= jeanette-c
GH_TAGNAME= 57290f2
PLIST_FILES= bin/wavetral \
man/man1/wavetral.1.gz
.include <bsd.port.mk>