summaryrefslogtreecommitdiff
path: root/games/holotz-castle/Makefile
blob: 896545da25c1efc49b41aebaedc0a8e178bbc087 (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
# New ports collection makefile for: holotzcastle
# Date created:        4 January 2006
# Whom:                Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
#
# $FreeBSD$
#

PORTNAME=	holotz-castle
PORTVERSION=	1.3.9
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	http://www.mainreactor.net/holotzcastle/download/
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	ppl@nbnet.nb.ca
COMMENT=	A platform game with high doses of mystery

MAKE_ARGS=	HC_BASE=${PREFIX}/share/${PORTNAME}/ HC_BIN_DIR=${PREFIX}/bin/ CXX=${CXX}

USE_GL=		gl
USE_SDL=	image mixer sdl ttf
USE_X_PREFIX=	yes
USE_GMAKE=	yes

BROKEN=		Does not run (No video mode large enough for 676550817x676551540)

.include <bsd.port.mk>