mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
32 lines
697 B
Makefile
32 lines
697 B
Makefile
# New ports collection makefile for: tank
|
|
# Version required: 0.4a
|
|
# Date created: 4 Mar 1998
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= tank-0.4a-src
|
|
PKGNAME= tank-0.4a
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://step.polymtl.ca/~coyote/tank/
|
|
|
|
MAINTAINER= dburr@FreeBSD.org
|
|
|
|
LIB_DEPENDS= MesaGL.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>
|