aboutsummaryrefslogtreecommitdiff
path: root/audio/speex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r--audio/speex/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 231ff4ecc77e..91cb5691466d 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -10,12 +10,15 @@ MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Audio compression format designed for speech
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libogg.so:audio/libogg \
libspeexdsp.so:audio/speexdsp
+USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>