1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xataxx/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

34 lines
822 B
Makefile

# New ports collection makefile for: xataxx
# Date created: 4 July 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xataxx
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
ftp://ftp.freesoftware.com/pub/X11/R5contrib/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
MAN6= xataxx.6
MANCOMPRESSED= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xataxx ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/xataxx.man ${PREFIX}/man/man6/xataxx.6
@${MKDIR} ${PREFIX}/share/xataxx
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/xataxx
.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>