blob: 00d2ada72e19d086ab03cea5386b8e8bd95c5f7f (
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
|
# New ports collection makefile for: xtris
# Date created: 24. Sep 97
# Whom: sec@42.org
#
# $FreeBSD$
#
PORTNAME= xtris
PORTVERSION= 1.15
PORTREVISION= 2
CATEGORIES= games ipv6
MASTER_SITES= http://www.iagora.com/~espel/xtris/ \
ftp://quatramaran.ens.fr/pub/orabidoo/
PATCH_SITES= ftp://ftp.42.org/pub/orphan/
PATCHFILES= xtris-1.15-v6-19991218.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= sec@42.org
COMMENT= A multi-player version of a popular game for the X Window system
RESTRICTED= "Possible trademark infringement"
WRKSRC= ${WRKDIR}/xtris
USE_XORG= x11 xext
MAN6= xtris.6 xtserv.6 xtbot.6
MAKE_ENV= IPV6_CFLAGS="-DINET6"
.include <bsd.port.mk>
|