mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
6e10d4673d
MFH: 2015Q1 PR: 199057 Submitted by: lightside@gmx.com Approved by: sec@42.org (maintainer)
35 lines
852 B
Makefile
35 lines
852 B
Makefile
# Created by: sec@42.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtris
|
|
PORTVERSION= 1.15
|
|
PORTREVISION= 2
|
|
CATEGORIES= games ipv6
|
|
MASTER_SITES= http://ftp.netbsd.org/pub/pkgsrc/distfiles/ \
|
|
http://ftp.uni-erlangen.de/mirrors/gentoo/distfiles/ \
|
|
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= Multi-player version of a popular game for the X Window system
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RESTRICTED= Possible trademark infringement
|
|
WRKSRC= ${WRKDIR}/xtris
|
|
USE_XORG= x11 xext
|
|
|
|
MAKE_ENV= IPV6_CFLAGS="-DINET6"
|
|
|
|
do-install:
|
|
.for i in xtbot xtris xtserv
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${i}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|