From da54c6cacf0712c1dfa88bdf59b0b2d2790b8ce4 Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 7 Mar 2007 09:14:01 +0000 Subject: - Update to 0.5.1 - Drop 4.X support - Pass maintainership to submitter PR: 110006 Submitted by: Martin Tournoij --- games/crimson/Makefile | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'games/crimson/Makefile') diff --git a/games/crimson/Makefile b/games/crimson/Makefile index f18939cc4500..32855d6169b6 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -5,28 +5,18 @@ # $FreeBSD$ PORTNAME= crimson -PORTVERSION= 0.4.9 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ -PKGNAMESUFFIX= -fields -DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= carpetsmoker@xs4all.nl COMMENT= Tactical war game in the tradition of Battle Isle GNU_CONFIGURE= yes -USE_BZIP2= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/man USE_GMAKE= yes -USE_X_PREFIX= yes USE_SDL= mixer sdl ttf MAN6= crimson.6 -.include - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= Internal compiler error on alpha 4.x -.endif - -.include +.include -- cgit