aboutsummaryrefslogtreecommitdiff
path: root/games/x3eyes/Makefile
blob: 45107aa9167a742a74096bf79853f8cc1332b0f8 (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:   x3eyes
# Date created:		18 Aug 1999
# Whom:			HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	x3eyes
PORTVERSION=	1.0
CATEGORIES=	games
MASTER_SITES=	http://www55.tok2.com/home/hym/pub/X11/
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An xeyes-like game except with 3 eyes

DEPRECATED=	distfile disappeared and has no homepage
EXPIRATION_DATE=	2007-01-17

USE_IMAKE=	yes
MAN1=		x3eyes.1
PLIST_FILES=	bin/x3eyes

post-extract:
	@( cd ${WRKSRC}; ${CP} x3eyes.1 x3eyes.man )

.include <bsd.port.mk>