From d6486924a160b5b3f6208846942641b7b4a81b42 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 10 Oct 1996 05:12:01 +0000 Subject: rt of xeyes+ -- horrible eyes looking at your mouse cursor Reviewed by: max Submitted by: nakai@mlab.t.u-tokyo.ac.jp --- games/xeyesplus/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 games/xeyesplus/Makefile (limited to 'games/xeyesplus/Makefile') diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile new file mode 100644 index 000000000000..7916441faa6b --- /dev/null +++ b/games/xeyesplus/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xeyes+ +# Version required: 2.01 +# Date created: 20 Oct 1996 +# Whom: Yukihiro Nakai +# +# $Id: $ +# + +DISTNAME= xeyes+2.01 +PKGNAME= xeyes+-2.01 +CATEGORIES+= games x11 + +MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X/contrib/misc/ + +MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +post-install: + @chmod 755 ${PREFIX}/bin/xeyes+ + @chown bin.bin ${PREFIX}/bin/xeyes+ + +.include -- cgit