aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/Makefile
blob: 107624a83adcb80fb42d5db9a6b541ab26278af7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# Ports collection makefile for:	scorched3d
# Date created:				Jan 5, 2003
# Whom:					mdodd
#
# $FreeBSD$

PORTNAME=	scorched3d
PORTVERSION=	0.32.0
CATEGORIES=	games
MASTER_SITES=	http://users.pandora.be/redzebra/
PKGNAMESUFFIX=	devel
DISTNAME=	scorched3d-${PORTVERSION}

PATCH_SITES=	ftp://ftp.jurai.net/users/winter/patches/
PATCHFILES=	scorched3d-0.32.0-FreeBSD.patch.0.gz

MAINTAINER=	mdodd@FreeBSD.org
COMMENT=	Scorched is a game based loosely on the classic DOS game

LIB_DEPENDS=	SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
		SDL_image.10:${PORTSDIR}/graphics/sdl_image

SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config

USE_MESA=	yes
HAS_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS=		--prefix=${PREFIX}/games
CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
			SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
MAKE_ENV=		SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"

pre-install:
	@mkdir -p ${PREFIX}/games
post-install:
	@ln -fs ${PREFIX}/games/scorched3d/scorched3d ${PREFIX}/bin/scorched3d

.include <bsd.port.mk>