mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
23 lines
527 B
Makefile
23 lines
527 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
# $FreeBSD: head/audio/celt/Makefile 428129 2016-12-08 15:38:24Z tijl $
|
|
|
|
PORTNAME= celt
|
|
PORTVERSION= 0.11.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.us.xiph.org/releases/celt/
|
|
PKGNAMEPREFIX= lib
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= The CELT ultra-low delay audio codec
|
|
|
|
|
|
LIB_DEPENDS= libogg.so:media/libogg
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
|
|
USE_LDCONFIG= yes
|
|
USES= gmake
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|