openbsd-ports/x11/gnustep/lapispuzzle/Makefile
sebastia 1392312c96 Import LapisPuzzle, a tetris like game.
LapisPuzzle is a tetris-like game which challenges the player by making
the opposing team's victories count doubly against the player and vice
versa.

OK sthen@
2011-05-13 11:35:18 +00:00

16 lines
348 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/05/13 11:35:18 sebastia Exp $
COMMENT = tetris like puzzle game
DISTNAME = LapisPuzzle-1.1.0
PKGNAME = ${DISTNAME:L}
CATEGORIES = games
HOMEPAGE = http://gap.nongnu.org/lapispuzzle/
MASTER_SITES = http://savannah.nongnu.org/download/gap/
MODULES = x11/gnustep
WANTLIB += c m pthread
.include <bsd.port.mk>