mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
7ae3f48312
links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
32 lines
758 B
Makefile
32 lines
758 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= liboggz
|
|
DISTVERSION= 1.1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/liboggz/ \
|
|
http://wickedmachine.net/mirror/
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple Ogg API
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
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>
|