1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/multimedia/libdca/Makefile
2023-03-18 10:24:13 -04:00

21 lines
527 B
Makefile

PORTNAME= libdca
PORTVERSION= 0.0.7
CATEGORIES= multimedia
MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \
https://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/
MAINTAINER= jhale@FreeBSD.org
COMMENT= Free DTS Coherent Acoustics decoder
WWW= https://www.videolan.org/developers/libdca.html
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>