aboutsummaryrefslogtreecommitdiffstats
path: root/games/xgolgo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xgolgo/Makefile')
-rw-r--r--games/xgolgo/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/xgolgo/Makefile b/games/xgolgo/Makefile
new file mode 100644
index 000000000000..383b27a13fc6
--- /dev/null
+++ b/games/xgolgo/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xgolgo
+# Version required: 1.0
+# Date created: 1 July 1997
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= xeyes-g
+PKGNAME= xgolgo-1.0
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.cc.saga-u.ac.jp/pub/X/xeyes/
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+WRKSRC= ${WRKDIR}/xeyes
+USE_IMAKE= yes
+NO_INSTALL_MANPAGES= yes
+
+MAN1= xgolgo.1
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1
+.include <bsd.port.mk>