From a9a02659a8ae18c3823cb3d4b70f9e9b1d9cfe0f Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 11 Jul 2018 09:07:40 +0000 Subject: [PATCH] - Add LICENSE - Pet portlint - Update WWW Approved by: portmgr blanket --- audio/speex/Makefile | 5 ++++- 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 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/