1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xataxx/Makefile
Kris Kennaway 027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00

33 lines
791 B
Makefile

# New ports collection makefile for: xataxx
# Version required: 1.0
# Date created: 4 July 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= xataxx
PKGNAME= xataxx-1.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/
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>