mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5e5841f2cd
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
29 lines
624 B
Makefile
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>
|