freebsd-ports/audio/celt/Makefile
Edward Tomasz Napierala 03a5124b47 Update to 0.6.1.
2009-07-19 14:05:02 +00:00

25 lines
525 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.6.1
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/celt/
MAINTAINER= trasz@FreeBSD.org
COMMENT= The CELT ultra-low delay audio codec
LIB_DEPENDS= ogg.6:${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>