aboutsummaryrefslogtreecommitdiffstats
path: root/games/crimson/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-03-07 17:14:01 +0800
committermiwi <miwi@FreeBSD.org>2007-03-07 17:14:01 +0800
commitda54c6cacf0712c1dfa88bdf59b0b2d2790b8ce4 (patch)
tree2daca99fc2d93832a1c209e7cfa980f71d0422c3 /games/crimson/Makefile
parentfa4138d5f07a76b3c76ac9f1eec550f97d98c24f (diff)
downloadfreebsd-ports-gnome-da54c6cacf0712c1dfa88bdf59b0b2d2790b8ce4.tar.gz
freebsd-ports-gnome-da54c6cacf0712c1dfa88bdf59b0b2d2790b8ce4.tar.zst
freebsd-ports-gnome-da54c6cacf0712c1dfa88bdf59b0b2d2790b8ce4.zip
- Update to 0.5.1
- Drop 4.X support - Pass maintainership to submitter PR: 110006 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Diffstat (limited to 'games/crimson/Makefile')
-rw-r--r--games/crimson/Makefile18
1 files changed, 4 insertions, 14 deletions
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 <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
-BROKEN= Internal compiler error on alpha 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>