aboutsummaryrefslogtreecommitdiffstats
path: root/games/xeyesplus/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-10-10 13:12:01 +0800
committermax <max@FreeBSD.org>1996-10-10 13:12:01 +0800
commitd6486924a160b5b3f6208846942641b7b4a81b42 (patch)
tree7e17bff57a5b2f8525f3abf7d6f77df95e5167b8 /games/xeyesplus/Makefile
parent5328abd45bbedaafae756eb127c3aed99a973118 (diff)
downloadfreebsd-ports-gnome-d6486924a160b5b3f6208846942641b7b4a81b42.tar.gz
freebsd-ports-gnome-d6486924a160b5b3f6208846942641b7b4a81b42.tar.zst
freebsd-ports-gnome-d6486924a160b5b3f6208846942641b7b4a81b42.zip
rt of xeyes+ -- horrible eyes looking at your mouse cursor
Reviewed by: max Submitted by: nakai@mlab.t.u-tokyo.ac.jp
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>