diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-19 13:27:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-19 13:27:37 +0000 |
commit | e0455bf1a696c8a335a34e9163b82e4726b8694a (patch) | |
tree | 7bbf3015507fdb80f5c833f96bdbd3b838bac1da /games/crimson/Makefile | |
parent | 74653c55001ea698dd15b1274acf1126fc243714 (diff) | |
download | ports-e0455bf1a696c8a335a34e9163b82e4726b8694a.tar.gz ports-e0455bf1a696c8a335a34e9163b82e4726b8694a.zip |
Notes
Diffstat (limited to 'games/crimson/Makefile')
-rw-r--r-- | games/crimson/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 8d0298d78f09..2eef81f35a79 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= crimson -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.7 CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ PKGNAMESUFFIX= -fields @@ -14,14 +14,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= Jan.Stocker@t-online.de COMMENT= Tactical war game in the tradition of Battle Isle -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer +LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer -USE_BZIP2= yes -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" +USE_BZIP2= yes USE_GMAKE= yes +USE_X_PREFIX= yes +USE_SDL= yes MAN6= crimson.6 |