mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
40 lines
913 B
Makefile
40 lines
913 B
Makefile
#
|
|
# New ports collection makefile for: xrally
|
|
# Date created: 86 May 2005
|
|
# Whom: Edwin Groothuis
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xrally
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= xrally
|
|
DISTNAME= ${PORTNAME}-1.1
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= XRally is a Linux clone of the classic Rally X arcade game
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_GCC= 2.95
|
|
PTHREAD_LIBS= -lc_r
|
|
HAS_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_XLIB= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \
|
|
CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
|
|
MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
|
CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \
|
|
INCLUDES="-I${X11BASE}/include"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} > 700000
|
|
BROKEN= Doesn't work (yet?) on 7.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|