mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# 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>
|