1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/libgroove/Makefile
Pietro Cerutti 1e147499ac - Update to 4.1.1
- While at it, set USE_LDCONFIG
2014-06-23 09:15:54 +00:00

30 lines
598 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= libgroove
PORTVERSION= 4.1.1
CATEGORIES= audio
MAINTAINER= gahr@FreeBSD.org
COMMENT= Audio dispatching library
LICENSE= MIT
LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/libav \
libchromaprint.so:${PORTSDIR}/audio/chromaprint \
libebur128.so:${PORTSDIR}/audio/libebur128 \
libspeexdsp.so:${PORTSDIR}/audio/speex \
libSDL2.so:${PORTSDIR}/devel/sdl20
USES= cmake:outsource
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= andrewrk
GH_COMMIT= 1b90d6c
PLIST_SUB+= VER1=${PORTVERSION:R:R} \
VER3=${PORTVERSION}
.include <bsd.port.mk>