7fbb345c52
ebur128 is a drop-in replacement so both can't be installed at the same time
20 lines
394 B
Makefile
20 lines
394 B
Makefile
PORTNAME= libebur128
|
|
PORTVERSION= 1.2.6
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
COMMENT= Implementation of the EBU R128 loudness standard
|
|
WWW= https://github.com/jiixyj/libebur128
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake pathfix pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jiixyj
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFLICTS_INSTALL= ebur128
|
|
|
|
.include <bsd.port.mk>
|