2001-05-20 05:01:01 +02:00
|
|
|
# New ports collection makefile for: crimson
|
|
|
|
# Date created: 3 May 2001
|
|
|
|
# Whom: Jan Jungnickel <jan@jungnickel.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= crimson
|
2003-01-02 17:01:14 +01:00
|
|
|
PORTVERSION= 0.2.8
|
2001-05-20 05:01:01 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.lanipage.de/jens/crimson/
|
2001-11-06 21:33:13 +01:00
|
|
|
PKGNAMESUFFIX= -fields
|
2001-05-20 05:01:01 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2002-06-23 06:48:04 +02:00
|
|
|
MAINTAINER= Jan.Stocker@t-online.de
|
2001-05-20 05:01:01 +02:00
|
|
|
|
2003-01-02 16:06:10 +01:00
|
|
|
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
|
2002-05-21 09:52:47 +02:00
|
|
|
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
|
2001-05-20 05:01:01 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2002-05-21 09:52:47 +02:00
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
2002-01-17 09:20:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-05-23 04:26:36 +02:00
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
2001-05-20 05:01:01 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2002-05-21 09:52:47 +02:00
|
|
|
MAN6= crimson.6
|
|
|
|
|
2001-05-20 05:01:01 +02:00
|
|
|
.include <bsd.port.mk>
|