upgrade to 0.2.3
PR: 37513 Reported by: Jan Stocker <Jan.Stocker@t-online.de> Submitted by: maintainer
This commit is contained in:
parent
c8bfa7715b
commit
9524c48b66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59607
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= crimson
|
||||
PORTVERSION= 0.1.3
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.lanipage.de/jens/crimson/
|
||||
PKGNAMESUFFIX= -fields
|
||||
@ -13,14 +13,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jan@jungnickel.com
|
||||
|
||||
LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
|
||||
LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
|
||||
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
|
||||
|
||||
USE_BZIP2= yes
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN6= crimson.6
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s|sdl-config|sdl11-config|; s|SDL/|SDL11/|" \
|
||||
@${PERL} -pi -e "s|sdl-config|${SDL_CONFIG}|; s|SDL/|SDL11/|" \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (crimson-0.1.3.tar.bz2) = cd4530013a92797ed5c2433aafee69ac
|
||||
MD5 (crimson-0.2.3.tar.bz2) = 551908728ccb87f311a8dae332a69faa
|
||||
|
@ -1,7 +1,15 @@
|
||||
bin/crimson
|
||||
share/crimson/levels/ArmsRace.lev
|
||||
share/crimson/levels/Uprising.lev
|
||||
share/crimson/sound/ask.wav
|
||||
share/crimson/sound/clicked.wav
|
||||
share/crimson/sound/confirm.wav
|
||||
share/crimson/sound/error.wav
|
||||
share/crimson/sound/menu.wav
|
||||
share/crimson/sound/repair.wav
|
||||
share/crimson/sound/select.wav
|
||||
share/crimson/cf.dat
|
||||
share/crimson/default.set
|
||||
@dirrm share/crimson/levels
|
||||
@dirrm share/crimson/sound
|
||||
@dirrm share/crimson
|
||||
|
Loading…
Reference in New Issue
Block a user