aboutsummaryrefslogtreecommitdiff
path: root/graphics/bonzomatic/Makefile
blob: cb344503f268583d77b4f44246a4f63e76f0354f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	bonzomatic
DISTVERSION=	2022-08-20
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>