blob: 2c446a71e1dc2e17569fc22cb88488e720a37d7e (
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: xothello
# Date created: 31 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xothello
PORTVERSION= 0.01
CATEGORIES= games
# mastersite disappeared in January 2002
MASTER_SITES= # http://makosteszta.sote.hu/linux/othello/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
DEPRECATED= "master site disappeared"
EXPIRATION_DATE=2005-08-31
MAINTAINER= ports@FreeBSD.org
COMMENT= Othello aka Reversi game for X Window
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
NO_CDROM= Possible trademark infringement
PLIST_FILES= bin/xothello
USE_X_PREFIX= yes
pre-build:
@ ${RM} ${WRKSRC}/xothello
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xothello ${PREFIX}/bin
.include <bsd.port.mk>
|