freebsd-ports/games/bass/Makefile
Lars Engels 2bfc449d71 - Change WWW to the official website
- Use SF macro
- Take maintainership

Noticed by:	 Eugene Sandulenko <sev (AT) scummvm.org>
2008-01-28 22:14:34 +00:00

45 lines
1012 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 <freebsd.alex@trull.org>
#
# $FreeBSD$
#
PORTNAME= bass
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF
MASTER_SITE_SUBDIR= scummvm
DISTNAME= bass-cd-1.2
MAINTAINER= lme@FreeBSD.org
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}/${DISTNAME}
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sky.dnr ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sky.dsk ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sky.cpt ${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>