mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
45c8849f51
- After switch to cmake, it should be MAKE_JOBS_SAFE - Remove unneeded lines
36 lines
910 B
Makefile
36 lines
910 B
Makefile
# Created by: Matt Tosto <datahead4@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liblastfm
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Qt C++ library for the Last.fm webservices
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
|
|
libfftw3f.so:${PORTSDIR}/math/fftw3-float \
|
|
libsamplerate.so:${PORTSDIR}/audio/libsamplerate
|
|
|
|
GH_ACCOUNT= lastfm
|
|
GH_COMMIT= 5826fe6
|
|
|
|
USES= cmake pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
USE_QT4= dbus moc_build rcc_build network qmake_build qtestlib sql xml
|
|
|
|
OPTIONS_DEFINE= FINGERPRINT TESTS
|
|
OPTIONS_DEFAULT= FINGERPRINT
|
|
OPTIONS_SUB= yes
|
|
FINGERPRINT_DESC= Build the lastfm-fingerprint library
|
|
FINGERPRINT_CMAKE_ON= -DBUILD_FINGERPRINT:BOOL=ON
|
|
FINGERPRINT_CMAKE_OFF= -DBUILD_FINGERPRINT:BOOL=OFF
|
|
TESTS_DESC= Build liblastfm tests
|
|
TESTS_CMAKE_ON= -DBUILD_TESTS:BOOL=ON
|
|
TESTS_CMAKE_OFF= -DBUILD_TESTS:BOOL=OFF
|
|
|
|
.include <bsd.port.mk>
|