diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 12:56:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 12:56:55 +0000 |
commit | ce65f2917accd9fd1f30d443650294258941fa92 (patch) | |
tree | f187f7a9fa00f85a6a1fb02e00118c8c2c51eace /games/crimson | |
parent | 2cc757da0af9d182af9710fef2c951906bd56974 (diff) | |
download | ports-ce65f2917accd9fd1f30d443650294258941fa92.tar.gz ports-ce65f2917accd9fd1f30d443650294258941fa92.zip |
Notes
Diffstat (limited to 'games/crimson')
-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> |