summaryrefslogtreecommitdiff
path: root/games/xothello/Makefile
blob: 50e945d324abbeda0abe8a622a8c3fdb447d65f0 (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
# New ports collection makefile for:	xothello
# Version required:			0.01
# Date created:				31 March 1998
# Whom:					Andrey Zakhvatov
#
# $Id: Makefile,v 1.2 1998/07/27 23:25:15 asami Exp $
#

DISTNAME=	xothello
PKGNAME=	xothello-0.01
CATEGORIES=	games
MASTER_SITES=	http://makosteszta.sote.hu/linux/othello/
EXTRACT_SUFX=	.tgz

MAINTAINER=	andy@icc.surw.chel.su

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

NO_CDROM=	Possible trademark infringement

USE_X_PREFIX=	yes

pre-build:
	@ ${RM} ${WRKSRC}/xothello

do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/xothello ${PREFIX}/bin

.include <bsd.port.mk>