f9197640d9
We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
23 lines
471 B
Makefile
23 lines
471 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gomoku
|
|
PORTVERSION= 1.2.9
|
|
PORTREVISION= 5
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
|
|
DISTNAME= Gomoku-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNUstep Gomoku game
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Gomoku.app/Gomoku
|
|
|
|
.include <bsd.port.mk>
|