mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
dcf17d14a7
The downloads.xiph.org master site requires TLS1.3, which is not supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org as a backup to all Xiph.org ports. PR: 256515 Reported by: Daniel Engberg
31 lines
795 B
Makefile
31 lines
795 B
Makefile
PORTNAME= liboggz
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://downloads.xiph.org/releases/liboggz/ \
|
|
https://ftp.osuosl.org/pub/xiph/releases/liboggz/
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple Ogg API
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libogg.so:audio/libogg
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
CONFIGURE_ARGS= --program-transform-name="" --with-ogg=${LOCALBASE}
|
|
CONFIGURE_ENV= DOCBOOKTOMAN=false HAVE_DOCBOOK2HTML=false HAVE_DOXYGEN=false HAVE_DOXYGEN=false
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
USES= libtool pathfix pkgconfig
|
|
|
|
PORTDOCS= *
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/-= timezone;/d' ${WRKSRC}/src/tools/oggz-chop/httpdate.c ${WRKSRC}/src/tools/oggz-chop/httpdate_test.c
|
|
|
|
.include <bsd.port.mk>
|