1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/bliss/Makefile
Daniel Engberg f7accb23bf */*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
2023-04-27 14:01:46 +02:00

28 lines
582 B
Makefile

PORTNAME= bliss
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0-209
DISTVERSIONSUFFIX= -g3464680
PORTREVISION= 2
CATEGORIES= audio
PKGNAMESUFFIX= -music-analyzer
MAINTAINER= yuri@FreeBSD.org
COMMENT= Multithreaded C library used to compute distance between songs
WWW= https://github.com/Polochon-street/bliss
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libfftw3.so:math/fftw3
USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= Polochon-street
USE_LDCONFIG= yes
PLIST_FILES= include/bliss.h \
lib/libbliss.so
.include <bsd.port.mk>