mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
dd5a4e3037
PR: 270055
21 lines
527 B
Makefile
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>
|