freebsd-ports/games/x3eyes/Makefile
Patrick Li 86c3899635 Fix MASTER_SITES
PR:		36481
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-03-29 13:50:57 +00:00

23 lines
415 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://puma.cis.ibaraki.ac.jp/pub/X11/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
MAN1= x3eyes.1
post-extract:
@( cd ${WRKSRC}; ${CP} x3eyes.1 x3eyes.man )
.include <bsd.port.mk>