Holotz's Castle is a platform game with high dosis of mistery. A great mistery is hidden beyond the walls of Holotz's Castle. Will you be able to help Ybelle and Ludar to escape alive from the castle? Test your dexterity with this tremendously exciting platform game! WWW: http://www.mainreactor.net/holotzcastle/en/index_en.html PR: ports/91321 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
23 lines
574 B
Makefile
23 lines
574 B
Makefile
# 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.7
|
|
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 dosis of mistery
|
|
|
|
MAKE_ARGS= HC_BASE=${PREFIX}/share/${PORTNAME}/ HC_BIN_DIR=${PREFIX}/bin/
|
|
|
|
USE_SDL= image mixer sdl ttf
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|