diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:19:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:19:50 +0000 |
commit | 16e64c8e999c457d36bef7074e8fb155bba23916 (patch) | |
tree | 0a23dfbf0b3e5b86ba6ee3fa4f8b0b98b786b7f6 /audio | |
parent | 15ede39491b82d2b3d5af5b299c8669188891f01 (diff) | |
download | ports-16e64c8e999c457d36bef7074e8fb155bba23916.tar.gz ports-16e64c8e999c457d36bef7074e8fb155bba23916.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fplib/Makefile | 10 |
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> |