aboutsummaryrefslogtreecommitdiff
path: root/games/xgolgo/Makefile
blob: 981dba3a9b078dd0a58ac31d8c0a693f697a286d (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
# New ports collection makefile for:   xgolgo
# Date created:        1 July 1997
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	xgolgo
PORTVERSION=	1.0
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.nemoto.ecei.tohoku.ac.jp/pub/X11/misc/
DISTNAME=	xeyes-g

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Xgolgo watches what you are doing and whether you're hostile or not

WRKSRC=		${WRKDIR}/xeyes
USE_IMAKE=	yes
MAN1=		xgolgo.1

post-patch:
	@${CP} ${WRKSRC}/xeyes.man ${WRKSRC}/xgolgo.man

.include <bsd.port.mk>