16 lines
326 B
Makefile
16 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/07/08 14:15:11 sebastia Exp $
|
|
|
|
COMMENT = extended TicTacToe game for GNUstep
|
|
|
|
DISTNAME = Gomoku-1.2.9
|
|
REVISION = 0
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://www.gnustep.it/nicola/Applications/Gomoku/
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
.include <bsd.port.mk>
|