mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
23ecf1e59d
- Remove USE_X_PREFIX PR: 121975 Submitted by: Chess Griffin <chess@chessgriffin.com>
27 lines
528 B
Makefile
27 lines
528 B
Makefile
# 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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>
|