mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
7ae3f48312
links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
25 lines
538 B
Makefile
25 lines
538 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= celt
|
|
PORTVERSION= 0.11.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.us.xiph.org/releases/celt/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= The CELT ultra-low delay audio codec
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libogg.so:audio/libogg
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
|
|
USE_LDCONFIG= yes
|
|
USES= gmake libtool:keepla pathfix
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|