aboutsummaryrefslogtreecommitdiff
path: root/games/phalanx/Makefile
blob: d29465e68d6d8642ba3ba9d3498987fda4b385e3 (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
33
34
35
# New ports collection makefile for:	phalanx
# Date created:				2 May 1999
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=	phalanx
PORTVERSION=	22
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.math.muni.cz/pub/math/people/Dobes/ \
		http://dusan.freeshell.org/phalanx/

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	Xboard-compatible chess playing program

LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

WRKSRC=		${WRKDIR}/Phalanx-XXII
USE_GMAKE=	yes
ALL_TARGET=	# empty
MAKEFILE=	makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/phalanx ${PREFIX}/bin
	@${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/pbook.phalanx ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/sbook.phalanx ${DATADIR}
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>