1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/games/xrally/Makefile
John Marino 796464350e games category: Remove $PTHREAD_LIBS
approved by:	PTHREAD blanket
2015-03-25 23:00:50 +00:00

24 lines
552 B
Makefile

# 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>