aboutsummaryrefslogtreecommitdiffstats
path: root/games/crimson
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-16 20:56:55 +0800
committerbapt <bapt@FreeBSD.org>2013-09-16 20:56:55 +0800
commitb8356c5c7d2e3c7a9ce32cbff82c145e03440785 (patch)
treef187f7a9fa00f85a6a1fb02e00118c8c2c51eace /games/crimson
parent05415c29af7da99d736ba904cb9a731ad036a3af (diff)
downloadfreebsd-ports-gnome-b8356c5c7d2e3c7a9ce32cbff82c145e03440785.tar.gz
freebsd-ports-gnome-b8356c5c7d2e3c7a9ce32cbff82c145e03440785.tar.zst
freebsd-ports-gnome-b8356c5c7d2e3c7a9ce32cbff82c145e03440785.zip
Add -fields package name.
1/ that better reflect the name of the game 2/ that avoids a conflicting package name with textproc/crimson 3/ that allows it to properly have its LATEST_LINK working.
Diffstat (limited to 'games/crimson')
-rw-r--r--games/crimson/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile
index 1cb97ef0816c..fb6d679f14b9 100644
--- a/games/crimson/Makefile
+++ b/games/crimson/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: crimson
-# Date created: 3 May 2001
-# Whom: Jan Jungnickel <jan@jungnickel.com>
-#
+# Created by: Jan Jungnickel <jan@jungnickel.com>
# $FreeBSD$
PORTNAME= crimson
@@ -9,16 +6,15 @@ PORTVERSION= 0.5.3
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://crimson.seul.org/files/
+PKGNAMESUFFIX= -fields
MAINTAINER= ports@FreeBSD.org
COMMENT= Tactical war game in the tradition of Battle Isle
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_SDL= mixer sdl ttf
MAN6= crimson.6
-NO_LATEST_LINK= yes
-
.include <bsd.port.mk>