aboutsummaryrefslogtreecommitdiff
path: root/graphics/bonzomatic/Makefile
blob: f0f8c6f13ada0619d81aa6bd8e8eae29acdc3490 (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
29
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$

PORTNAME=	bonzomatic
DISTVERSION=	2021-03-07
CATEGORIES=	graphics

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Live shader coding tool and Shader Showdown workhorse

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

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>