blob: b6989970751b46740123af361dbef750d642a227 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xpilot
# Version required: 3.6.1
# Date created: 18 July 1995
# Whom: jmacd
#
# $Id: Makefile,v 1.15 1999/04/11 22:28:01 jseger Exp $
#
DISTNAME= xpilot-4.1.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/multiplayer
MAINTAINER= sheldonh@FreeBSD.org
USE_IMAKE= yes
MAN6= xpilot.6 xpilots.6 xp-replay.6
.include <bsd.port.mk>
|