freebsd-ports/games/xtris/Makefile

31 lines
687 B
Makefile
Raw Normal View History

# New ports collection makefile for: xtris
# Date created: 24. Sep 97
# Whom: sec@42.org
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= xtris
PORTVERSION= 1.15
PORTREVISION= 2
2000-01-24 02:35:42 +01:00
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/
2000-01-24 02:35:42 +01:00
PATCHFILES= xtris-1.15-v6-19991218.diff.gz
PATCH_DIST_STRIP= -p1
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
RESTRICTED= "Possible trademark infringement"
WRKSRC= ${WRKDIR}/xtris
USE_XORG= x11 xext
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>