Upgrade to version 0.90beta of this game.

This commit is contained in:
Edwin Groothuis 2004-11-21 10:40:00 +00:00
parent 854485d8f5
commit aed4714254
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122067
3 changed files with 2590 additions and 1698 deletions

View File

@ -6,18 +6,15 @@
# #
PORTNAME= enigma PORTNAME= enigma
PORTVERSION= 0.81 PORTVERSION= 0.90
PORTREVISION= 5
CATEGORIES= games CATEGORIES= games
MASTER_SITES= http://www.rzuser.uni-heidelberg.de/~dheck/ \ MASTER_SITES= http://savannah.nongnu.org/download/enigma/
${MASTER_SITE_SAVANNAH} # savannah is locked temporarely
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= enigma-${PORTVERSION}-beta
MAINTAINER= edwin@mavetju.org MAINTAINER= edwin@mavetju.org
COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game
BUILD_DEPENDS= lua:${PORTSDIR}/lang/lua
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_XLIB= yes USE_XLIB= yes
USE_GMAKE= yes USE_GMAKE= yes
@ -28,13 +25,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
MAN6= enigma.6 MAN6= enigma.6
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-install: post-install:
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk> .include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (enigma-0.81.tar.gz) = d200891cde56d9bdbac65aa65fb4aa34 MD5 (enigma-0.90-beta.tar.gz) = bb67ee54c3b154d728e5911d60231907
SIZE (enigma-0.81.tar.gz) = 4810295 SIZE (enigma-0.90-beta.tar.gz) = 9715041

File diff suppressed because it is too large Load Diff