diff options
-rw-r--r-- | games/crimson/Makefile | 10 |
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> |