freebsd-ports/games/x3eyes/Makefile
Tim Bishop 9d850bfbfb - Fix MASTER_SITES; was unfetchable since 2004
PR:		90458
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	clement (mentor)
2005-12-16 12:31:02 +00:00

25 lines
487 B
Makefile

# 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
USE_IMAKE= yes
MAN1= x3eyes.1
PLIST_FILES= bin/x3eyes
post-extract:
@( cd ${WRKSRC}; ${CP} x3eyes.1 x3eyes.man )
.include <bsd.port.mk>