mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
d1ed3d0417
if sdl2-image is installed
33 lines
611 B
Makefile
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>
|