blob: 36a34bc939f3876ee13fcd234db3b0d4d3e5df3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xtris
# Version required: 1.15
# Date created: 24. Sep 97
# Whom: sec@42.org
#
# $FreeBSD$
#
DISTNAME= xtris-1.15
CATEGORIES= games
MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/xtris/
MAINTAINER= sec@42.org
RESTRICTED= "Possible trademark infringement"
WRKSRC= ${WRKDIR}/xtris
USE_X_PREFIX= yes
MAN6= xtris.6 xtserv.6 xtbot.6
.include <bsd.port.mk>
|