summaryrefslogtreecommitdiff
path: root/games/xataxx/Makefile
blob: 73df1c7a57950e0cd46afcb1b3da36cfe0b901ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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>