Files
2026-01-14 01:25:25 +00:00

33 lines
611 B
Makefile

COMMENT = video filter library for GPU-accelerated processing
DISTNAME = movit-1.7.2
REVISION = 0
SHARED_LIBS += movit 0.0 # 8.6
CATEGORIES = multimedia
HOMEPAGE = https://movit.sesse.net
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} epoxy fftw3 m
SITES = https://movit.sesse.net/
COMPILER = base-clang ports-gcc base-gcc
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
# tries to build if sdl2-image is found, but fails
MAKE_FLAGS = with_demo_app=no
BUILD_DEPENDS = devel/sdl2 \
math/eigen3
RUN_DEPENDS = math/eigen3
LIB_DEPENDS = math/fftw3
.include <bsd.port.mk>