aboutsummaryrefslogblamecommitdiff
path: root/games/gshisen/Makefile
blob: ee319df85d99663d2a691748bae71b366e651c04 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                        
                   
                 
                     
                                                             


                                              
 
                                  
                                                                   
 
                                    
                   
                                 
                   
                   


                           
         
 


                                               



                                                                                              


                           
# New ports collection makefile for:    GShisen
# Date created:         12 Jun 2001
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gshisen
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	games
# not up to date:	http://www.gnustep.it/enrico/gshisen/
MASTER_SITES=	http://www.imago.ro/gshisen/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	dinoex

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

PREFIX=		${LOCALBASE}/GNUstep
NO_MTREE=	yes
WRKSRC=		${WRKDIR}/GShisen
USE_GMAKE=	yes
USE_GNUSTEP=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes
MAKEFILE=

.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>