c7fd33e5f5
This is a bugfix release, just mostly getting rid of the patches directory. OK sthen@
15 lines
318 B
Makefile
15 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/07/16 15:08:21 sebastia Exp $
|
|
|
|
COMMENT = tetris like puzzle game
|
|
|
|
DISTNAME = LapisPuzzle-1.2
|
|
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>
|