1998-08-24 01:51:30 +00:00
|
|
|
# New ports collection makefile for: xataxx
|
|
|
|
# Date created: 4 July 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1998-08-24 01:51:30 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= xataxx
|
|
|
|
PORTVERSION= 1.0
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
1998-11-21 07:27:41 +00:00
|
|
|
CATEGORIES= games
|
2001-09-23 19:50:42 +00:00
|
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
2000-04-14 12:28:40 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
1998-08-24 01:51:30 +00:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= Strategy game of position and movement for X Window System
|
1998-08-24 01:51:30 +00:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
MAN6= xataxx.6
|
|
|
|
|
2000-10-14 19:45:45 +00:00
|
|
|
post-install:
|
1998-08-24 01:51:30 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-04-01 00:56:18 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xataxx
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xataxx
|
1998-08-24 01:51:30 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|