mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
808d7619f9
not drive into a wall. PR: 12788 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
32 lines
672 B
Makefile
32 lines
672 B
Makefile
# New ports collection makefile for: gltron
|
|
# Version required: 0.32
|
|
# Date created: 24 July 1999
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= glTron-0.32
|
|
PKGNAME= gltron-0.32
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.ards.net/Andreas/
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \
|
|
MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \
|
|
glut.3:${PORTSDIR}/graphics/Mesa3
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/gltron ${PREFIX}/bin
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${MKDIR} ${PREFIX}/share/doc/gltron
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gltron
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|