1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/tank/Makefile
Donald Burr 08ac5318ac 1. Removed spurious (but commented-out) MAN6 entry -- though this does
nothing (it was commented out), it could be confusing for people reading
    the Makefile.  (must've been real tired when I send-pr'd this one...)
2.  Changed my e-mail address to my swank new @FreeBSD.ORG one. :)
1998-05-15 15:01:10 +00:00

30 lines
720 B
Makefile

# New ports collection makefile for: tank
# Version required: 0.4a
# Date created: 4 Mar 1998
# Whom: Donald Burr <dburr@POBoxes.com>
#
# $Id: Makefile,v 1.1.1.1 1998/03/14 11:41:22 jkh Exp $
#
DISTNAME= tank-0.4a-src
PKGNAME= tank-0.4a
CATEGORIES= games
MASTER_SITES= http://www.info.polymtl.ca/~coyote/tank/
MAINTAINER= dburr@FreeBSD.ORG
LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_GMAKE= YES
ALL_TARGET= linux-mesa-elf
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>