openbsd-ports/x11/gnustep/gmines/Makefile
sebastia e5080ddb1c Import GMines:
This is an implementation of the well-known minesweeper game.

OK landry@
2011-07-12 07:11:47 +00:00

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>