1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/tank/Makefile

32 lines
741 B
Makefile
Raw Normal View History

# New ports collection makefile for: tank
# Version required: 0.4a
# Date created: 4 Mar 1998
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
1998-10-09 06:07:22 +00:00
# $Id: Makefile,v 1.7 1998/10/01 02:17:47 jseger Exp $
#
DISTNAME= tank-0.4a-src
PKGNAME= tank-0.4a
CATEGORIES= games
1998-08-27 06:09:50 +00:00
MASTER_SITES= http://step.polymtl.ca/~coyote/tank/
MAINTAINER= dburr@FreeBSD.ORG
1998-10-01 02:17:49 +00:00
LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3
1998-10-09 06:07:22 +00:00
BROKEN= can\'t find libaux.h
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>