aboutsummaryrefslogtreecommitdiff
path: root/audio/libebur128/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libebur128/Makefile')
-rw-r--r--audio/libebur128/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile
index a05d1f153bb1..32f0ff83600c 100644
--- a/audio/libebur128/Makefile
+++ b/audio/libebur128/Makefile
@@ -5,13 +5,16 @@ 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 pkgconfig
+USES= cmake pathfix pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
USE_LDCONFIG= yes
+CONFLICTS_INSTALL= ebur128
+
.include <bsd.port.mk>