1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/xothello/Makefile
Matthew Hunt e858e3d625 Import of xothello, an Othello/Reversi game.
PR:		6186
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-04-24 02:08:54 +00:00

30 lines
561 B
Makefile

# New ports collection makefile for: xothello
# Version required: 0.01
# Date created: 31 March 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= xothello
PKGNAME= xothello-0.01
CATEGORIES= games x11
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_X11= yes
pre-build:
@ ${RM} ${WRKSRC}/xothello
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xothello ${PREFIX}/bin
.include <bsd.port.mk>