1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/audio/libaudec/Makefile
Yuri Victorovich ae9f0898b0 audio/libaudec: Remove tests from build
This fixes the i386 build.

Reported by:	fallout (failed on i386)
2020-05-20 19:07:11 +00:00

30 lines
575 B
Makefile

# $FreeBSD$
PORTNAME= libaudec
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2
CATEGORIES= audio devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Wrapper library over ffmpeg, sndfile and libsamplerate
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
USES= compiler:c11 meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= alex-tee
USE_LDCONFIG= yes
MESON_ARGS= -Dbuild-tests=false
PLIST_FILES= bin/audec \
include/audec/audec.h \
lib/libaudec.so \
libdata/pkgconfig/audec.pc
.include <bsd.port.mk>