1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/tank/Makefile
Jordan K. Hubbard 37f8f86596 NEW PORT: games/tank, a network tank battle game for Mesa/GL
Note: I suffered a temporary brain glitch on the import and called
the vendor tag "XTANK" rather than "TANK".  I'm suspecting that's not
a total catastrophe, but just to note the inconsistency here in the
initial import message.

PR:		5916
Submitted by:	Donald Burr <dburr@POBoxes.com>
1998-03-14 11:41:26 +00:00

32 lines
689 B
Makefile

# New ports collection makefile for: tank
# Version required: 0.4a
# Date created: 4 Mar 1998
# Whom: Donald Burr <dburr@POBoxes.com>
#
# $Id$
#
DISTNAME= tank-0.4a-src
PKGNAME= tank-0.4a
CATEGORIES= games
MASTER_SITES= http://www.info.polymtl.ca/~coyote/tank/
MAINTAINER= dburr@POBoxes.com
LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_GMAKE= YES
ALL_TARGET= linux-mesa-elf
# MAN6= xmame.6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tank ${PREFIX}/bin
${MKDIR} ${PREFIX}/lib/tank
${INSTALL_DATA} ${WRKSRC}/*.tga ${PREFIX}/lib/tank
${INSTALL_DATA} ${WRKSRC}/*.au ${PREFIX}/lib/tank
.include <bsd.port.mk>