summaryrefslogtreecommitdiff
path: root/games/gshisen/Makefile
blob: a03294a90089d00e4b5f4f2e697b1487aa405802 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    GShisen
# Date created:         12 Jun 2001
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gshisen
PORTVERSION=	1.2.0
CATEGORIES=	games
MASTER_SITES=	http://www.gnustep.it/enrico/gshisen/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	dinoex

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	Mahjongg-kind of game that uses the GNUstep toolkit

USE_GMAKE=	yes
USE_GNUSTEP=	yes
USE_GNUSTEP_PREFIX=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes
MAKEFILE=
USE_REINPLACE=	yes

post-patch:
	${REINPLACE_CMD} -e 's|)/Makefiles|)/Library/Makefiles|' \
		${WRKSRC}/GNUmakefile

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
# Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1'
#  at line ? in file src/lib/libc_r/uthread/uthread_jmp.c (errno = ?)
# Abort trap (core dumped)
BROKEN=		"longjmp()ing between thread contexts in src/lib/libc_r/uthread/uthread_jmp.c"
.endif

.include <bsd.port.post.mk>