sthen bded825a26 bump REVISION on gnustep ports where libestdc++ has been removed due to
switching to clang in base.

add COMPILER_LIBCXX where c++abi is used. there will be some "Extra"s but
this is the simplest way to use c++abi on base=clang and estdc++ on base=gcc
arches.
2017-07-27 11:01:32 +00:00

16 lines
330 B
Makefile

# $OpenBSD: Makefile,v 1.12 2017/07/27 11:01:33 sthen Exp $
COMMENT = extended TicTacToe game for GNUstep
DISTNAME = Gomoku-1.2.9
REVISION = 9
CATEGORIES = games
HOMEPAGE = http://www.gnustep.it/nicola/Applications/Gomoku/
MASTER_SITES = ${HOMEPAGE}
MODULES = x11/gnustep
WANTLIB += ${COMPILER_LIBCXX}
.include <bsd.port.mk>