aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-16 00:57:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-16 00:57:19 +0800
commit7704b300b76aaa3b868e66f3e5b126a1c55baa0f (patch)
treefe178d540e50f8f93ab4f409456282051486ed71 /audio
parent22f7c28678dd68c5bde272c8a96c7eef0809a853 (diff)
downloadfreebsd-ports-gnome-7704b300b76aaa3b868e66f3e5b126a1c55baa0f.tar.gz
freebsd-ports-gnome-7704b300b76aaa3b868e66f3e5b126a1c55baa0f.tar.zst
freebsd-ports-gnome-7704b300b76aaa3b868e66f3e5b126a1c55baa0f.zip
- Strip library
- Add LICENSE
Diffstat (limited to 'audio')
-rw-r--r--audio/aubio/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile
index eea37bf3174b..c20094a9474d 100644
--- a/audio/aubio/Makefile
+++ b/audio/aubio/Makefile
@@ -3,13 +3,16 @@
PORTNAME= aubio
PORTVERSION= 0.3.2
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= audio
MASTER_SITES= http://aubio.org/pub/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for audio labelling
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libsndfile.so:${PORTSDIR}/audio/libsndfile \
@@ -22,6 +25,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-complex
USES= gmake pathfix pkgconfig libtool
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lm