1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/games/crimson/Makefile
Ying-Chieh Liao 40d2a273eb fix configure
Reported by:	bento, kris
2002-05-23 02:26:36 +00:00

28 lines
604 B
Makefile

# New ports collection makefile for: crimson
# Date created: 3 May 2001
# Whom: Jan Jungnickel <jan@jungnickel.com>
#
# $FreeBSD$
PORTNAME= crimson
PORTVERSION= 0.2.3
CATEGORIES= games
MASTER_SITES= http://www.lanipage.de/jens/crimson/
PKGNAMESUFFIX= -fields
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jan@jungnickel.com
LIB_DEPENDS= SDL-1.1.4:${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>