mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
32 lines
679 B
Makefile
32 lines
679 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/
|
|
DISTNAME= ${PKGNAME}-src
|
|
|
|
MAINTAINER= dburr@FreeBSD.org
|
|
|
|
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
|
|
|
|
BROKEN= can\'t find glaux.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>
|