3c5a29be3d
- Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version.
25 lines
607 B
Makefile
25 lines
607 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.13
|
|
PORTREVISION= 5
|
|
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/
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USE_GL= gl
|
|
USE_SDL= image mixer sdl ttf
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|