3475a5eb98
pkg/DESCR: GShisen is the first GNUstep game! The object of the game is to remove all tiles from the field. OK landry@
16 lines
324 B
Makefile
16 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/28 23:25:39 sebastia Exp $
|
|
|
|
COMMENT= little board game
|
|
|
|
DISTNAME= GShisen-1.3.0
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://gap.nongnu.org/gshisen/
|
|
MASTER_SITES= http://savannah.nongnu.org/download/gap/
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB= c m pthread
|
|
|
|
.include <bsd.port.mk>
|