1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/tank/Makefile
Satoshi Asami 5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00

29 lines
624 B
Makefile

# New ports collection makefile for: tank
# Date created: 4 Mar 1998
# Whom: Donald Burr <dburr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tank
PORTVERSION= 0.4a
CATEGORIES= games
MASTER_SITES= http://step.polymtl.ca/~coyote/tank/
DISTFILES= ${DISTNAME}-src.tar.gz
MAINTAINER= dburr@FreeBSD.org
BROKEN= can\'t find glaux.h
USE_MESA= YES
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>