mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
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)
|
|
|
|
USES= imake tar:bzip2 xorg
|
|
USE_XORG= x11 xext
|
|
|
|
.include <bsd.port.mk>
|