forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
301 B
Makefile
15 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>
|