1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/celt/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

25 lines
538 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= celt
PORTVERSION= 0.11.3
PORTREVISION= 2
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>