1392312c96
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@
16 lines
348 B
Makefile
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>
|