summaryrefslogtreecommitdiff
path: root/games/xpuyo/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-16 12:24:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-16 12:24:29 +0000
commit5fb18d0a1fbe4cf4253758993c0733af136780c0 (patch)
treeede6bd3a23b8be1f128cc8741a8567930bfeecff /games/xpuyo/Makefile
parentUpdated from lyx-0.10.6 to lyx-0.10.7 (diff)
Cute little blob-merging game. Set to RESTRICTED because the
author is ashamed of the quality. Drat. Closes PR ports/2027. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Notes
Notes: svn path=/head/; revision=4516
Diffstat (limited to 'games/xpuyo/Makefile')
-rw-r--r--games/xpuyo/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/games/xpuyo/Makefile b/games/xpuyo/Makefile
new file mode 100644
index 000000000000..3eef71f2a71d
--- /dev/null
+++ b/games/xpuyo/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: xpuyo
+# Version required: 0.0
+# Date created: 12 October 1996
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= xpuyo
+PKGNAME= xpuyo-0.0
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.huee.hokudai.ac.jp/pub/games/
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+USE_IMAKE= yes
+XMKMF= xmkmf
+NO_INSTALL_MANPAGES=yes
+
+RESTRICTED= the author ashames the quality of this version
+
+post-install:
+ @chmod 755 ${PREFIX}/bin/xpuyo
+ @chown bin.bin ${PREFIX}/bin/xpuyo
+ ${MKDIR} ${PREFIX}/share/doc/xpuyo
+ ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/xpuyo
+
+.include <bsd.port.mk>