aboutsummaryrefslogtreecommitdiffstats
path: root/games/glmaze/Makefile
blob: 5c4e35b648defde9c5d056bd25d522d609ae8e93 (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
# Ports collection Makefile for:    glmaze
# Date created:             5 June 2003
# Whom:                 Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   glmaze
PORTVERSION=    1.1a
PORTREVISION=   6
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Multiplayer OpenGL Maze Game

USE_GL=     gl
USE_SDL=    mixer sdl
WRKSRC=     ${WRKDIR}/${PORTNAME}

MAN1=       glmaze.1

post-patch:
    @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/shot.c

.include <bsd.port.mk>