mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
08ac5318ac
nothing (it was commented out), it could be confusing for people reading the Makefile. (must've been real tired when I send-pr'd this one...) 2. Changed my e-mail address to my swank new @FreeBSD.ORG one. :)
30 lines
720 B
Makefile
30 lines
720 B
Makefile
# New ports collection makefile for: tank
|
|
# Version required: 0.4a
|
|
# Date created: 4 Mar 1998
|
|
# Whom: Donald Burr <dburr@POBoxes.com>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/03/14 11:41:22 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= tank-0.4a-src
|
|
PKGNAME= tank-0.4a
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.info.polymtl.ca/~coyote/tank/
|
|
|
|
MAINTAINER= dburr@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa
|
|
|
|
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>
|