summaryrefslogtreecommitdiff
path: root/games/xmastermind/Makefile
blob: bb9a2597a26d5977b7e50b3944df0f206cd64f0e (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
# New ports collection makefile for:	xmastermind
# Version required:			0.1
# Date created:				23 March 1998
# Whom:					Andrey Zakhvatov
#
# $Id: Makefile,v 1.7 1999/01/07 08:19:33 simokawa Exp $
#

DISTNAME=		xmastermind-0.1
CATEGORIES=		games
MASTER_SITES=		${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	games/strategy

MAINTAINER=		andy@icc.surw.chel.su

LIB_DEPENDS=		xforms.0:${PORTSDIR}/x11-toolkits/xforms

USE_X_PREFIX=		yes

do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/xmastermind ${PREFIX}/bin
	@ ${MKDIR} ${PREFIX}/share/doc/xmastermind
.for file in BUGS README.for.developers README.for.users
	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xmastermind
.endfor

.include <bsd.port.mk>