sebastia 3d09ec81a3 unbreak most of the -gui related apps, building gnustep-back was broken
since update to clang 10. in gnustep.port.mk don't use -fuse-ld but use
USE_LLD = no

OK naddy@
2020-08-16 20:35:18 +00:00

16 lines
334 B
Makefile

# $OpenBSD: Makefile,v 1.16 2020/08/16 20:35:19 sebastia Exp $
COMMENT = extended TicTacToe game for GNUstep
DISTNAME = Gomoku-1.2.9
REVISION = 13
CATEGORIES = games
HOMEPAGE = http://www.gnustep.it/nicola/Applications/Gomoku/
MASTER_SITES = ${HOMEPAGE}
MODULES = x11/gnustep
WANTLIB += ${COMPILER_LIBCXX}
.include <bsd.port.mk>