freebsd-ports/games/chromono/Makefile
Dmitry Marakasov db9cfcf3e8 games/chromono: add port: Circular color puzzle
All those half-colored spheres could really need some help. And
with that, we obviously mean your help, otherwise this would probably
not be a game, but a movie or something. Grab those fully-colored
spheres and share the color (and the correct one at that) to bring
the world order back to normal. Sounds easy? It is. Up until the
third level or so. Then it gets tricky. But you'll figure it out,
I'm sure.
2023-01-24 21:19:56 +03:00

20 lines
420 B
Makefile

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>