1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/graphics/bonzomatic/Makefile
2023-09-27 20:05:30 +03:00

29 lines
767 B
Makefile

PORTNAME= bonzomatic
DISTVERSION= 2023-06-15
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Live shader coding tool and Shader Showdown workhorse
WWW= https://github.com/Gargaj/Bonzomatic
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libfontconfig.so:x11-fonts/fontconfig \
libglfw.so:graphics/glfw
BUILD_DEPENDS= ${LOCALBASE}/include/stb/stb_image.h:devel/stb \
glfw>=3:graphics/glfw
USES= cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg
USE_GL= gl glu glew
USE_XORG= x11 xext xrandr xinerama xcursor xi
CMAKE_ON= BONZOMATIC_USE_SYSTEM_GLFW \
BONZOMATIC_USE_SYSTEM_GLEW \
BONZOMATIC_USE_SYSTEM_STB
USE_GITHUB= yes
GH_ACCOUNT= Gargaj
GH_PROJECT= Bonzomatic
.include <bsd.port.mk>