1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/audio/ebur128/Makefile
2024-09-10 13:00:34 +02:00

32 lines
638 B
Makefile

PORTNAME= ebur128
DISTVERSION= 0.1.9
PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= diizzy@FreeBSD.org
COMMENT= Library implementing the EBU R128 loudness standard
WWW= https://github.com/sdroege/ebur128
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cargo-cbuild:devel/cargo-c
USES= cargo
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= sdroege
CONFLICTS_INSTALL= libebur128
do-build:
@${CARGO_CARGO_RUN} cbuild --verbose --verbose ${CARGO_BUILD_ARGS}
do-install:
@${CARGO_CARGO_RUN} cinstall --verbose --verbose \
--destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}
.include <bsd.port.mk>