freebsd-ports/games/x3eyes/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

23 lines
419 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/~th/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>