gnustep-base doesn't need to install the compatibility layer anymore, which requires a major lib bump. Bump revision of all dependent packages, and remove double REVISION in webservices OK landry@
16 lines
326 B
Makefile
16 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT = extended TicTacToe game for GNUstep
|
|
|
|
DISTNAME = Gomoku-1.2.9
|
|
REVISION = 1
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://www.gnustep.it/nicola/Applications/Gomoku/
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
.include <bsd.port.mk>
|