86bd97e597
- Remove USE_GCC=any because the port builds fine with clang and gcc
16 lines
306 B
Makefile
16 lines
306 B
Makefile
# Created by: jmacd
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xpilot
|
|
PORTVERSION= 4.5.5
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}game/${PORTNAME}-4/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Xpilot(client) and xpilots(server)
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= x11 xext
|
|
USES= imake
|
|
|
|
.include <bsd.port.mk>
|