aboutsummaryrefslogtreecommitdiff
path: root/games/chromono/Makefile
blob: 7b23b56b0f5855f30c3153bbe494de8f32b5ac0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	chromono
PORTVERSION=	1.1.1
CATEGORIES=	games
MASTER_SITES=	https://thp.io/2013/chromono/

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Circular color puzzle
WWW=		https://thp.io/2013/chromono/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis

USES=		compiler:c++11-lang cmake gl pkgconfig sdl python:build
USE_SDL=	sdl2
USE_GL=		gl glu opengl

.include <bsd.port.mk>