e5080ddb1c
This is an implementation of the well-known minesweeper game. OK landry@
15 lines
312 B
Makefile
15 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/12 07:11:47 sebastia Exp $
|
|
|
|
COMMENT = GNUstep minesweeper game
|
|
|
|
DISTNAME = GMines-0.2
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://gap.nongnu.org/gmines/
|
|
MASTER_SITES = http://savannah.nongnu.org/download/gap/
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
.include <bsd.port.mk>
|