aboutsummaryrefslogtreecommitdiffstats
path: root/games/xeji/Makefile
blob: 13e79d6f09343838b526dc55d0789f7479bb9231 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    xeji
# Date created:     10 Aug 1999
# Whom:         HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   xeji
PORTVERSION=    1.2
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   http://www55.tok2.com/home/hym/pub/X11/
DISTNAME=   ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX=   .tar.Z

MAINTAINER= ports@FreeBSD.org
COMMENT=    An old man watching your mouse cursor

PLIST_FILES=    bin/xeji
USE_IMAKE=  yes
USE_XPM=    yes
NO_INSTALL_MANPAGES=    yes

WRKSRC=     ${WRKDIR}/xeji

.include <bsd.port.mk>