2006-01-04 23:14:27 +01:00
|
|
|
# New ports collection makefile for: holotzcastle
|
|
|
|
# Date created: 4 January 2006
|
|
|
|
# Whom: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= holotz-castle
|
2009-03-23 17:49:27 +01:00
|
|
|
PORTVERSION= 1.3.13
|
2010-08-11 08:57:34 +02:00
|
|
|
PORTREVISION= 5
|
2006-01-04 23:14:27 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.mainreactor.net/holotzcastle/download/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= ppl@nbnet.nb.ca
|
2006-01-05 06:18:34 +01:00
|
|
|
COMMENT= A platform game with high doses of mystery
|
2006-01-04 23:14:27 +01:00
|
|
|
|
2008-09-07 00:36:25 +02:00
|
|
|
MAKE_ARGS= HC_BASE=${PREFIX}/share/${PORTNAME}/ HC_BIN_DIR=${PREFIX}/bin/
|
2009-11-20 00:41:55 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2006-01-04 23:14:27 +01:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
USE_GL= gl
|
2006-01-04 23:14:27 +01:00
|
|
|
USE_SDL= image mixer sdl ttf
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-11-28 09:04:42 +01:00
|
|
|
.include <bsd.port.mk>
|