diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-11 09:07:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-11 09:07:40 +0000 |
commit | a9a02659a8ae18c3823cb3d4b70f9e9b1d9cfe0f (patch) | |
tree | 260c096f9394a37590ab914b94f182d7507b5c5e | |
parent | a5fd095395bd31fcf404e4442aeb719c9011b9d1 (diff) | |
download | ports-a9a02659a8ae18c3823cb3d4b70f9e9b1d9cfe0f.tar.gz ports-a9a02659a8ae18c3823cb3d4b70f9e9b1d9cfe0f.zip |
Notes
-rw-r--r-- | audio/speex/Makefile | 5 | ||||
-rw-r--r-- | audio/speex/pkg-descr | 2 |
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/ |