aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-19 20:19:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-19 20:19:50 +0000
commit16e64c8e999c457d36bef7074e8fb155bba23916 (patch)
tree0a23dfbf0b3e5b86ba6ee3fa4f8b0b98b786b7f6 /audio
parent15ede39491b82d2b3d5af5b299c8669188891f01 (diff)
downloadports-16e64c8e999c457d36bef7074e8fb155bba23916.tar.gz
ports-16e64c8e999c457d36bef7074e8fb155bba23916.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/fplib/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile
index 2fc82615a8e6..48e35d672727 100644
--- a/audio/fplib/Makefile
+++ b/audio/fplib/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Last.fm fingerprint library
LICENSE= LGPL3
+LICENSE_FILE= ${WRKSRC}/debian/copyright
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libfftw3.so:${PORTSDIR}/math/fftw3 \
@@ -19,15 +20,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libtag.so:${PORTSDIR}/audio/taglib
-CPPFLAGS+= -I${LOCALBASE}/include
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
-USES= cmake tar:xz
-
-post-patch:
- @${REINPLACE_CMD} \
- -e 's|\(ADD_DEFINITIONS\)(.*)|\1(${CFLAGS} ${CPPFLAGS})|' \
- -e 's|\(LINK_DIRECTORIES\)(\(.*\))|\1(\2 ${LOCALBASE}/lib)|' \
- ${WRKSRC}/CMakeLists.txt
+USES= cmake localbase tar:xz
.include <bsd.port.mk>