freebsd-ports/games/gish-demo/Makefile
Tijl Coosemans aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00

31 lines
903 B
Makefile

# Created by: Jona Joachim <walkingshadow@grummel.net>
# $FreeBSD$
PORTNAME= gish-demo
PORTVERSION= 1.60
PORTREVISION= 1
CATEGORIES= games linux
MASTER_SITES= http://s159260531.onlinehome.us/demos/
DISTNAME= gishdemo
MAINTAINER= mva@FreeBSD.org
COMMENT= Platform game with a gelatinous 12-pound ball of tar (Demo version)
RESTRICTED= (c) Copyright 2004 Chronic Logic All rights reserved
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= is an i386 Linux binary
USES= linux
USE_LINUX= libvorbis openal-soft
NO_BUILD= yes
DATADIR= ${PREFIX}/lib/${PORTNAME}
SUB_FILES= rungish.sh
SUB_LIST= LINUXBASE=${LINUXBASE}
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${CP} -R ${WRKSRC}/* ${STAGEDIR}${DATADIR}
${BRANDELF} -t Linux ${STAGEDIR}${DATADIR}/gishdemo
${BRANDELF} -t Linux ${STAGEDIR}${DATADIR}/gishdemo
${INSTALL_SCRIPT} ${WRKDIR}/rungish.sh ${STAGEDIR}${PREFIX}/bin/gish
.include <bsd.port.mk>