mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
f993a8b3b3
The author has recreated the repository and the git hash changed. Reported by: fallout
26 lines
557 B
Makefile
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>
|