Index: head/audio/speex/Makefile =================================================================== --- head/audio/speex/Makefile (revision 474428) +++ head/audio/speex/Makefile (revision 474429) @@ -1,21 +1,24 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= speex DISTVERSION= 1.2.0 PORTEPOCH= 1 CATEGORIES= audio 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 Index: head/audio/speex/pkg-descr =================================================================== --- head/audio/speex/pkg-descr (revision 474428) +++ head/audio/speex/pkg-descr (revision 474429) @@ -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/