1998-01-25 23:29:34 +01:00
|
|
|
# New ports collection makefile for: xtris
|
|
|
|
# Date created: 24. Sep 97
|
|
|
|
# Whom: sec@42.org
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-01-25 23:29:34 +01:00
|
|
|
#
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= xtris
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTVERSION= 1.15
|
2008-03-25 23:44:48 +01:00
|
|
|
PORTREVISION= 2
|
2000-01-24 02:35:42 +01:00
|
|
|
CATEGORIES= games ipv6
|
2007-11-13 02:06:32 +01:00
|
|
|
MASTER_SITES= http://www.iagora.com/~espel/xtris/ \
|
|
|
|
ftp://quatramaran.ens.fr/pub/orabidoo/
|
1998-01-25 23:29:34 +01:00
|
|
|
|
2001-05-07 17:12:01 +02:00
|
|
|
PATCH_SITES= ftp://ftp.42.org/pub/orphan/
|
2000-01-24 02:35:42 +01:00
|
|
|
PATCHFILES= xtris-1.15-v6-19991218.diff.gz
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
1998-01-25 23:29:34 +01:00
|
|
|
MAINTAINER= sec@42.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= A multi-player version of a popular game for the X Window system
|
1998-01-25 23:29:34 +01:00
|
|
|
|
|
|
|
RESTRICTED= "Possible trademark infringement"
|
|
|
|
WRKSRC= ${WRKDIR}/xtris
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= x11 xext
|
1998-01-25 23:29:34 +01:00
|
|
|
|
|
|
|
MAN6= xtris.6 xtserv.6 xtbot.6
|
|
|
|
|
2000-01-24 02:35:42 +01:00
|
|
|
MAKE_ENV= IPV6_CFLAGS="-DINET6"
|
|
|
|
|
2007-10-04 01:04:44 +02:00
|
|
|
.include <bsd.port.mk>
|