c9ea361463
on sdl12-1.2.5
35 lines
724 B
Makefile
35 lines
724 B
Makefile
# New ports collection makefile for: abuse
|
|
# Date created: 11 May 2002
|
|
# Whom: des
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= abuse
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/
|
|
DISTFILES= abuse_datafiles.tar.gz
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The classic 2D action game Abuse
|
|
|
|
RUN_DEPENDS= abuse.sdl:${PORTSDIR}/games/abuse_sdl
|
|
|
|
NO_BUILD= YES
|
|
|
|
do-configure:
|
|
${SED} -e 's,%%DATADIR%%,${DATADIR},' \
|
|
${FILESDIR}/abuse.sh >${WRKDIR}/abuse
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/abuse ${PREFIX}/bin
|
|
${MKDIR} ${DATADIR}
|
|
.for DISTFILE in ${DISTFILES}
|
|
${TAR} zxf ${DISTDIR}/${DISTFILE} -C ${DATADIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|