1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

29 lines
617 B
Makefile
Raw Normal View History

# New ports collection makefile for: xataxx
# Date created: 4 July 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= xataxx
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:32:26 +00:00
COMMENT= Strategy game of position and movement for X Window System
USE_IMAKE= yes
MAN6= xataxx.6
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/xataxx
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xataxx
.endif
.include <bsd.port.mk>