bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
16 lines
301 B
Makefile
16 lines
301 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_XORG= x11 xext
|
|
USES= imake tar:bzip2
|
|
|
|
.include <bsd.port.mk>
|