blob: deadd4746e9319978ffba490eff020c6a352a23b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: gltron
# Version required: 0.46
# Date created: 24 July 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= glTron-0.46
PKGNAME= gltron-0.46
CATEGORIES= games
MASTER_SITES= http://www.ards.net/Andreas/gltron/
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
.for file in CHANGELOG CREDITS README
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gltron
.endfor
.endif
.include <bsd.port.mk>
|