freebsd-ports/audio/libvorbis/Makefile
Christian Weisgerber 68863fbdc4 */*: drop useless master site
downloads.xiph.org already redirects to ftp.osuosl.org, so the
latter adds no redundancy.

Reported by:	diizzy
2022-10-27 18:47:48 +02:00

32 lines
648 B
Makefile

PORTNAME= libvorbis
PORTVERSION= 1.3.7
PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/vorbis/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Audio compression codec library
WWW= https://xiph.org/vorbis/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libogg.so:audio/libogg
USES= cpe libtool pathfix tar:xz
USE_LDCONFIG= yes
CPE_VENDOR= xiph.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
INSTALL_TARGET= install-strip
TEST_TARGET= check
OPTIONS_DEFINE= DOCS
post-install:
cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} ${DISTNAME} libvorbis
.include <bsd.port.mk>