aboutsummaryrefslogtreecommitdiffstats
path: root/audio/celt/Makefile
blob: 1affe48d5d00708c4993bbf3f175ed6ba6e2e2fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    celt
# Date created:     2009-02-11
# Whom:         Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   celt
PORTVERSION=    0.11.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=    BSD
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    ogg.7:${PORTSDIR}/audio/libogg

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_GNOME=  gnomehack

.include <bsd.port.mk>