1999-12-25 20:21:14 +01:00
|
|
|
# New ports collection makefile for: x3eyes
|
|
|
|
# Date created: 18 Aug 1999
|
|
|
|
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= x3eyes
|
|
|
|
PORTVERSION= 1.0
|
1999-12-25 20:21:14 +01:00
|
|
|
CATEGORIES= games
|
2005-12-16 13:31:02 +01:00
|
|
|
MASTER_SITES= http://www55.tok2.com/home/hym/pub/X11/
|
2000-04-14 14:28:40 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1999-12-25 20:21:14 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= An xeyes-like game except with 3 eyes
|
1999-12-25 20:21:14 +01:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
MAN1= x3eyes.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/x3eyes
|
1999-12-25 20:21:14 +01:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@( cd ${WRKSRC}; ${CP} x3eyes.1 x3eyes.man )
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|