summaryrefslogtreecommitdiff
path: root/games/xtris/Makefile
blob: 7510cabbe8501ab9b147aaa44dc21336a9306254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    xtris
# Date created:         24. Sep 97
# Whom:                 sec@42.org
#
# $FreeBSD$
#

PORTNAME=       xtris
PORTVERSION=	1.15
CATEGORIES=	games ipv6
MASTER_SITES=	http://www.iagora.com/~espel/xtris/

PATCH_SITES=	ftp://ftp2.v6.linux.or.jp/pub/Linux/IPv6-2/xtris/ \
		http://ftp2.v6.linux.or.jp/pub/Linux/IPv6-2/xtris/
PATCHFILES=	xtris-1.15-v6-19991218.diff.gz
PATCH_DIST_STRIP=	-p1

MAINTAINER=	sec@42.org

RESTRICTED=	"Possible trademark infringement"
WRKSRC=		${WRKDIR}/xtris

USE_X_PREFIX=	yes
MAN6=		xtris.6 xtserv.6 xtbot.6

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 400014
MAKE_ENV=	IPV6_CFLAGS="-DINET6"
.endif

.include <bsd.port.post.mk>