summaryrefslogtreecommitdiff
path: root/games/xeyesplus/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-10 05:12:01 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-10 05:12:01 +0000
commita1c61bea1d89b9675998c6c64a07aad803c2f846 (patch)
tree6aab60ef3ef93f0b77ce346f1dddc339827b249e /games/xeyesplus/Makefile
parentOh my goodness! Satoshi is finally fed up and decided to "clean up" (diff)
rt of xeyes+ -- horrible eyes looking at your mouse cursor
Reviewed by: max Submitted by: nakai@mlab.t.u-tokyo.ac.jp
Notes
Notes: svn path=/head/; revision=3949
Diffstat (limited to 'games/xeyesplus/Makefile')
-rw-r--r--games/xeyesplus/Makefile26
1 files changed, 26 insertions, 0 deletions
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 <nakai@mlab.t.u-tokyo.ac.jp>
+#
+# $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 <bsd.port.mk>