9982fe2db5
GMastermind is an implementation of the well-known Mastermind game. The object of the game is to determine the hidden combination of four colors. OK sthen@
15 lines
327 B
Makefile
15 lines
327 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/16 15:17:57 sebastia Exp $
|
|
|
|
COMMENT = GNUstep mastermind game
|
|
|
|
DISTNAME = GMastermind-0.6
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://gap.nongnu.org/gmastermind/
|
|
MASTER_SITES = http://savannah.nongnu.org/download/gap/
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
.include <bsd.port.mk>
|