mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
e5f88d9b15
anything... see Gish is a ball of tar. A Sunday stroll with his lady friend Brea goes awry when a shadowy figure emerges from an open man hole and pulls Brea into the ground below. Following Brea's calls for help Gish suddenly finds himself in the subterranean sewers of Dross, a long forgotten city filled with twisting corridors, evil traps and some of the most demented creatures imaginable." This is the demo version of the game. Visit the website to buy the full version. WWW: http://www.chroniclogic.com/index.htm?gish.htm PR: ports/103005 Submitted by: Jona Joachim <walkingshadow at grummel.net>
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# New ports collection makefile for: gish-demo
|
|
# Date created: 04 September 2006
|
|
# Whom: Jona Joachim <walkingshadow@grummel.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gish-demo
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= games linux
|
|
MASTER_SITES= http://s159260531.onlinehome.us/demos/
|
|
DISTNAME= gishdemo
|
|
|
|
MAINTAINER= walkingshadow@grummel.net
|
|
COMMENT= A platform game with a gelatinous 12-pound ball of tar named Gish (Demo version)
|
|
|
|
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libvorbis.so.0:${PORTSDIR}/audio/linux-libvorbis \
|
|
${LINUXBASE}/usr/lib/libopenal.so.0:${PORTSDIR}/audio/linux-openal \
|
|
${LINUXBASE}/usr/lib/libalut.so.0:${PORTSDIR}/audio/linux-freealut \
|
|
${LINUXBASE}/usr/X11R6/lib/libGL.so.1.2:${PORTSDIR}/graphics/linux_dri
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
ONLY_FOR_ARCHS_REASON= is an i386 Linux binary
|
|
USE_LINUX= yes
|
|
NO_BUILD= yes
|
|
DATADIR= ${PREFIX}/lib/${PORTNAME}
|
|
SUB_FILES= rungish.sh
|
|
SUB_LIST= LINUXBASE=${LINUXBASE}
|
|
|
|
do-install:
|
|
${MKDIR} ${DATADIR}
|
|
${CP} -R ${WRKSRC}/* ${DATADIR}
|
|
${BRANDELF} -t Linux ${DATADIR}/gish
|
|
${INSTALL_SCRIPT} ${WRKDIR}/rungish.sh ${PREFIX}/bin/gish
|
|
|
|
.include <bsd.port.mk>
|