1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/celt/Makefile
Edward Tomasz Napierala c4add83292 Pass maintainership to multimedia@; needs update and several things maintained
by multimedia@ depend on it, so I'd rather avoid breaking it.
2010-07-10 09:26:20 +00:00

27 lines
546 B
Makefile

# New ports collection makefile for: celt
# Date created: 2009-02-11
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= celt
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/celt/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= The CELT ultra-low delay audio codec
LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack
USE_GCC= 4.2+
.include <bsd.port.mk>