1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/xataxx/Makefile
1999-08-25 06:06:33 +00:00

33 lines
795 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= andy@icc.surw.chel.su
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>