1998-04-24 04:08:54 +02:00
|
|
|
# New ports collection makefile for: xothello
|
|
|
|
# Date created: 31 March 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-04-24 04:08:54 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xothello
|
|
|
|
PORTVERSION= 0.01
|
1998-07-28 01:25:33 +02:00
|
|
|
CATEGORIES= games
|
2003-10-31 10:36:52 +01:00
|
|
|
# mastersite disappeared in January 2002
|
|
|
|
MASTER_SITES= # http://makosteszta.sote.hu/linux/othello/
|
2000-04-14 14:28:40 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1998-04-24 04:08:54 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2005-05-31 15:16:44 +02:00
|
|
|
DEPRECATED= "master site disappeared"
|
2005-07-30 03:49:34 +02:00
|
|
|
EXPIRATION_DATE=2005-08-31
|
2005-05-31 15:16:44 +02:00
|
|
|
|
2000-03-29 09:19:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= Othello aka Reversi game for X Window
|
1998-04-24 04:08:54 +02:00
|
|
|
|
2002-07-04 11:31:36 +02:00
|
|
|
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
|
1998-04-24 04:08:54 +02:00
|
|
|
|
|
|
|
NO_CDROM= Possible trademark infringement
|
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/xothello
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
1998-04-24 04:08:54 +02:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
@ ${RM} ${WRKSRC}/xothello
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xothello ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|