mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add LICENSE
- Pet portlint - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
a5fd095395
commit
a9a02659a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474429
2 changed files with 5 additions and 2 deletions
|
@ -10,12 +10,15 @@ MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
|
||||||
MAINTAINER= multimedia@FreeBSD.org
|
MAINTAINER= multimedia@FreeBSD.org
|
||||||
COMMENT= Audio compression format designed for speech
|
COMMENT= Audio compression format designed for speech
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libogg.so:audio/libogg \
|
LIB_DEPENDS= libogg.so:audio/libogg \
|
||||||
libspeexdsp.so:audio/speexdsp
|
libspeexdsp.so:audio/speexdsp
|
||||||
|
|
||||||
|
USES= libtool pathfix pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USES= libtool pathfix pkgconfig
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Speex is an Open Source/Free Software patent-free audio compression
|
Speex is an Open Source/Free Software patent-free audio compression
|
||||||
format designed for speech.
|
format designed for speech.
|
||||||
|
|
||||||
WWW: http://www.speex.org/
|
WWW: https://www.speex.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue