freebsd-ports/audio/libebur128/Makefile
Daniel Engberg 7fbb345c52 audio/libebur128: Add CONFLICTS_INSTALL entry for ebur128
ebur128 is a drop-in replacement so both can't be installed at the
same time
2023-05-01 16:58:31 +02:00

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>