aboutsummaryrefslogtreecommitdiffstats
path: root/games/xrally/Makefile
blob: 8a842ee8ea5c5c525c183beb892f8f901760275c (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
# Created by: Edwin Groothuis
# $FreeBSD$

PORTNAME=   xrally
PORTVERSION=    1.1.1
PORTREVISION=   6
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/1.1
DISTNAME=   ${PORTNAME}-1.1

MAINTAINER= edwin@mavetju.org
COMMENT=    XRally is a Linux clone of the classic Rally X arcade game

WRKSRC=     ${WRKDIR}/${PORTNAME}
HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_XORG=   x11 xi xpm
USES=       gmake tar:bzip2
CFLAGS+=    -I${LOCALBASE}/include
LDFLAGS+=   -lpthread -L${LOCALBASE}/lib
MAKE_ENV=   INCLUDES="-I${LOCALBASE}/include"

.include <bsd.port.mk>