summaryrefslogblamecommitdiff
path: root/games/crimson/Makefile
blob: c71d331361e92da47923b903f0def2ac8fed96a3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                           
                     

                                                    
                       

                                          
                                       
                                                                 
 
                                                   
                                                       

                   
                                             
                   
                                          

                   

                 
                      
# New ports collection makefile for:	crimson
# Date created:				3 May 2001
# Whom:					Jan Jungnickel <jan@jungnickel.com>
#
# $FreeBSD$

PORTNAME=	crimson
PORTVERSION=	0.3.2
CATEGORIES=	games
MASTER_SITES=	http://www.lanipage.de/jens/crimson/
PKGNAMESUFFIX=	-fields
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	Jan.Stocker@t-online.de
COMMENT=	Tactical war game in the tradition of Battle Isle

LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
		SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer

USE_BZIP2=	yes
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
USE_GMAKE=	yes

MAN6=	crimson.6

.include <bsd.port.mk>