freebsd-ports/games/x3eyes/Makefile
Steve Price 716766b137 x3eyes version 1.0
An xeyes-like game except with 3 eyes.

PR:		14381
Submitted by:	HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
1999-12-25 19:21:14 +00:00

23 lines
424 B
Makefile

# New ports collection makefile for: x3eyes
# Version required: 1.0
# Date created: 18 Aug 1999
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#
DISTNAME= x3eyes
PKGNAME= x3eyes-1.0
CATEGORIES= games
MASTER_SITES= http://puma.cis.ibaraki.ac.jp/~th/pub/X11/
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
MAN1= x3eyes.1
post-extract:
@( cd ${WRKSRC}; ${CP} x3eyes.1 x3eyes.man )
.include <bsd.port.mk>