diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-01 20:14:04 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-01 20:14:04 +0000 |
commit | 4fa767641d378e230fd1115ea4693084e1355c06 (patch) | |
tree | 1bf053f184b6b2ec59a94c3eabd9f91aea7a9c32 /games/scourge | |
parent | 74098166c4e2bbdd1335f73966bc132b94279e90 (diff) | |
download | ports-4fa767641d378e230fd1115ea4693084e1355c06.tar.gz ports-4fa767641d378e230fd1115ea4693084e1355c06.zip |
Notes
Diffstat (limited to 'games/scourge')
-rw-r--r-- | games/scourge/Makefile | 25 | ||||
-rw-r--r-- | games/scourge/distinfo | 6 | ||||
-rw-r--r-- | games/scourge/files/pkg-message.in | 6 |
3 files changed, 8 insertions, 29 deletions
diff --git a/games/scourge/Makefile b/games/scourge/Makefile index 3be065196dcd..f3abf197c711 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scourge -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +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}/world/gui.txt:${PORTSDIR}/games/scourge-data -BROKEN= Does not compile +#BROKEN= Does not compile USE_GL= yes USE_SDL= sdl mixer net @@ -36,8 +36,7 @@ SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS= DEBUG "Produce an executable with debugging symbols" off \ - EDITOR "Install scourge editor" on +OPTIONS= DEBUG "Produce an executable with debugging symbols" off .include <bsd.port.pre.mk> @@ -49,24 +48,8 @@ BROKEN= Some dependencies do not compile on 4.x CONFIGURE_ARGS+= --enable-debug .endif -.if !defined(WITHOUT_EDITOR) -USE_WX= 2.6+ -WX_COMPS= wx contrib -WANT_UNICODE= yes -PLIST_FILES+= bin/${PORTNAME}-editor -HAVE_EDITOR= true -.else -CONFIGURE_ARGS+= --disable-editor -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG:T} |g' ${WRKSRC}/configure - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ -.if defined(HAVE_EDITOR) - @${INSTALL_PROGRAM} ${WRKSRC}/src/tools/tools ${PREFIX}/bin/${PORTNAME}-editor -.endif post-install: @${CAT} ${PKGMESSAGE} diff --git a/games/scourge/distinfo b/games/scourge/distinfo index f34c9d3eff3f..981d0e4cbd2c 100644 --- a/games/scourge/distinfo +++ b/games/scourge/distinfo @@ -1,3 +1,3 @@ -MD5 (scourge/scourge-0.16.src.tar.gz) = 02025e62a7261d39d3bac2d3351088b3 -SHA256 (scourge/scourge-0.16.src.tar.gz) = ea10537a030e216fe473fdc1337de18f48ef27bae19f3376c22f2d0dc0c97656 -SIZE (scourge/scourge-0.16.src.tar.gz) = 1092855 +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 diff --git a/games/scourge/files/pkg-message.in b/games/scourge/files/pkg-message.in index 6b14e3e820ed..620f59988593 100644 --- a/games/scourge/files/pkg-message.in +++ b/games/scourge/files/pkg-message.in @@ -10,10 +10,6 @@ S.C.O.U.R.G.E was installed # scourge -help -3) If you decided to install the editor program, use: - - # scourge-editor - -4) Enjoy it ;) +3) Enjoy it ;) ############################################################################### |