From 60685c074ad61a25d438728f5a720230f26be684 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Sat, 18 Aug 2007 13:21:09 +0000 Subject: - Update to 0.18 - Remove 4.x support - Remove sourge-data/pkg-plist file. Now this is generated dynamically --- games/scourge/Makefile | 13 ++++++------- games/scourge/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'games/scourge') diff --git a/games/scourge/Makefile b/games/scourge/Makefile index aa27cd500663..ba918aae46b7 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -6,8 +6,7 @@ # PORTNAME= scourge -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,8 +17,9 @@ MAINTAINER= acm@FreeBSD.org COMMENT= S.C.O.U.R.G.E. is a rogue-like game LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= ${DATADIR}/world/gui.txt:${PORTSDIR}/games/scourge-data +RUN_DEPENDS= ${DATADIR}/config/scourge.cfg:${PORTSDIR}/games/scourge-data +USE_AUTOTOOLS= autoconf:261:env USE_GL= yes USE_SDL= sdl mixer net USE_GMAKE= yes @@ -39,14 +39,13 @@ OPTIONS= DEBUG "Produce an executable with debugging symbols" off .include -.if ${OSVERSION} < 500000 -BROKEN= Some dependencies do not compile on 4.x -.endif - .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif +pre-configure: + @cd ${WRKSRC} && ${AUTORECONF} -i + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ diff --git a/games/scourge/distinfo b/games/scourge/distinfo index 981d0e4cbd2c..60d42b93f9c3 100644 --- a/games/scourge/distinfo +++ b/games/scourge/distinfo @@ -1,3 +1,3 @@ -MD5 (scourge/scourge-0.17.src.tar.gz) = 1d932005010bd1cee2fe1d07883bfd65 -SHA256 (scourge/scourge-0.17.src.tar.gz) = 0094fb3aa0d0d3e4de0c643705d8a0df2a7ebb6102e064f588ba78cd9e17164c -SIZE (scourge/scourge-0.17.src.tar.gz) = 1141012 +MD5 (scourge/scourge-0.18.src.tar.gz) = 57fa2011e360f36c4ebe6e00ae118b06 +SHA256 (scourge/scourge-0.18.src.tar.gz) = d6d43ac46de57d6854a70322d42b3593b22880e81005cc6ec316674c3f128015 +SIZE (scourge/scourge-0.18.src.tar.gz) = 2214731 -- cgit v1.2.3