freebsd-ports/audio/fplib/Makefile
Dmitry Marakasov 188b9b4da2 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- Fix license: actual license for code is GPLv3+, LGPL is for debian changes only

Approved by:	portmgr blanket
2016-12-27 15:33:33 +00:00

31 lines
599 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fplib
PORTVERSION= 20121001
PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Last.fm fingerprint library
LICENSE= GPLv3+
LIB_DEPENDS= libcurl.so:ftp/curl \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libmad.so:audio/libmad \
libsamplerate.so:audio/libsamplerate \
libtag.so:audio/taglib
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
USES= cmake localbase:ldflags
GH_ACCOUNT= lastfm
GH_PROJECT= Fingerprinter
GH_TAGNAME= b728727
USE_GITHUB= yes
.include <bsd.port.mk>