1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/fomp-lv2/Makefile
Jan Beich fad4bc49cb audio/fomp-lv2: unbreak with --auto-features=enabled
meson.build:67:2: ERROR: Program 'autoship' not found or not executable

PR:		270361
Reported by:	antoine (via exp-run)
2023-03-30 02:11:55 +00:00

24 lines
530 B
Makefile

PORTNAME= fomp
DISTVERSION= 1.2.4
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen
WWW= https://drobilla.net/software/fomp.html
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2 \
lv2lint:audio/lv2lint
USES= meson pkgconfig tar:xz
MESON_ARGS= -Dtests=disabled
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/fomp.lv2/*.so
.include <bsd.port.mk>