1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/xgolgo/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

25 lines
549 B
Makefile

# 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>