1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xtris/Makefile

33 lines
701 B
Makefile
Raw Normal View History

# New ports collection makefile for: xtris
# Date created: 24. Sep 97
# Whom: sec@42.org
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= xtris
PORTVERSION= 1.15
2000-01-24 01:35:42 +00:00
CATEGORIES= games ipv6
MASTER_SITES= http://www.iagora.com/~espel/xtris/
2000-01-24 01:35:42 +00:00
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
2000-01-24 01:35:42 +00:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014
MAKE_ENV= IPV6_CFLAGS="-DINET6"
.endif
.include <bsd.port.post.mk>