1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Emanuel Haupt 40b465290e Update master site.
Approved by:	tarzeau@linuks.mine.nu (maintainer)
2006-11-21 15:23:19 +00:00

39 lines
1000 B
Makefile

# New ports collection makefile for: GShisen
# Date created: 12 Jun 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gshisen
PORTVERSION= 1.2.1
CATEGORIES= games
MASTER_SITES= http://www.gnustep.it/enrico/gshisen/ \
http://io.debian.net/~tar/ports/distfiles/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Shisen-sho puzzle game for GNUstep
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE=
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>