1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/games/bass/Makefile
Pav Lucistnik 5362e21a0b Add new port - Beneath a Steel Sky (BASS), full version of 1993 adventure
game for DOS and Amiga. Runs under scummvm emulator.

PR:		ports/56338
Submitted by:	Alex Trull <alexander@trull.com>
Approved by:	marcus (backup mentor)
2003-11-16 00:50:19 +00:00

43 lines
966 B
Makefile

# New ports collection makefile for: bass (Beneath a Steel Sky)
# Date created: Tue Sep 2 23:34:32 BST 2003
# Whom: Alex Trull <alexander@trull.com>
#
# $FreeBSD$
#
PORTNAME= bass
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scummvm
DISTNAME= BASS-CD
MAINTAINER= alexander@trull.com
COMMENT= Beneath a Steel Sky: a post-apocalyptic futuristic graphical adventure
RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/sky-cd
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sky.dnr ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sky.dsk ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for docs in readme.txt
@${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
.endfor
.endif
post-install:
@${SED} -e "s:%%DATADIR%%:${DATADIR}:g" pkg-message >${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>