mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
23 lines
527 B
Makefile
23 lines
527 B
Makefile
# Created by: Edwin Groothuis
|
|
|
|
PORTNAME= xrally
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1
|
|
DISTNAME= ${PORTNAME}-1.1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Clone of the classic Rally X arcade game
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
USES= gmake tar:bzip2 xorg
|
|
USE_XORG= x11 xi xpm
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
|
|
MAKE_ENV= INCLUDES="-I${LOCALBASE}/include"
|
|
|
|
.include <bsd.port.mk>
|