aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/speex/Makefile5
-rw-r--r--audio/speex/pkg-descr2
2 files changed, 5 insertions, 2 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>
diff --git a/audio/speex/pkg-descr b/audio/speex/pkg-descr
index d052788ddbc7..44000032a25b 100644
--- a/audio/speex/pkg-descr
+++ b/audio/speex/pkg-descr
@@ -1,4 +1,4 @@
Speex is an Open Source/Free Software patent-free audio compression
format designed for speech.
-WWW: http://www.speex.org/
+WWW: https://www.speex.org/