mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
b4d2ac42d7
- Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
34 lines
812 B
Makefile
34 lines
812 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://step.polymtl.ca/~coyote/tank/
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
|
|
MAINTAINER= erik@smluc.org
|
|
COMMENT= A 3-D network tank game that uses OpenGL/Mesa
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/libaux.a:${PORTSDIR}/graphics/libaux
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
|
|
ALL_TARGET= linux-mesa-elf
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tank ${PREFIX}/bin
|
|
${MKDIR} ${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.tga ${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.au ${DATADIR}
|
|
|
|
.include <bsd.port.post.mk>
|