mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c3a4a9ce84
An xeyes-like game except with an old man watching you mouse cursor. PR: 14244 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
25 lines
473 B
Makefile
25 lines
473 B
Makefile
# New ports collection makefile for: xeji
|
|
# Version required: 1.2
|
|
# Date created: 10 Aug 1999
|
|
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xeji1.2
|
|
PKGNAME= xeji-1.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= th@cis.ibaraki.ac.jp
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
WRKSRC= ${WRKDIR}/xeji
|
|
|
|
.include <bsd.port.mk>
|