22ea9aea77
Chroma is an abstract puzzle game. A variety of colourful shapes are arranged in a series of increasingly complex patterns, forming fiendish traps that must be disarmed and mysterious puzzles that must be manipulated in order to give up their subtle secrets. Initially so straightforward that anyone can pick it up and begin to play, yet gradually becoming difficult enough to tax even the brightest of minds. From Daniel Levai on ports@ with tweaks by me, ok jasper@
29 lines
563 B
Makefile
29 lines
563 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 21:19:29 landry Exp $
|
|
|
|
COMMENT = abstract puzzle game
|
|
|
|
DISTNAME = chroma-1.13
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
CATEGORIES = games x11
|
|
|
|
HOMEPAGE = http://level7.org.uk/chroma/
|
|
|
|
MAINTAINER = LEVAI Daniel <leva@ecentrum.hu>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
LIB_DEPENDS = devel/sdl-image \
|
|
devel/gettext
|
|
|
|
WANTLIB += SDL SDL_image c freetype intl ncurses pthread z
|
|
|
|
.include <bsd.port.mk>
|