mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
89ab81d0e2
PR: 281300
32 lines
638 B
Makefile
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>
|