summaryrefslogtreecommitdiff
path: root/games/xskewb/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-04-02 03:56:43 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-04-02 03:56:43 +0000
commite49f9e50dd0bcd4dac966724bd89a5774a4b7777 (patch)
treeae66d971fdfca6388840345373f5da8e351120eb /games/xskewb/Makefile
parentUpgrade to 3.14 (diff)
Another Rubik's Cube-style puzzle. Uses 5 diamands, including one
distinct diamond per side. Rather difficult to follow the movement of diamonds around the sides, though... PR: ports/6159 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=10390
Diffstat (limited to 'games/xskewb/Makefile')
-rw-r--r--games/xskewb/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/xskewb/Makefile b/games/xskewb/Makefile
new file mode 100644
index 000000000000..47a001335eaa
--- /dev/null
+++ b/games/xskewb/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xskewb
+# Version required: 5.4.3
+# Date created: 25 March 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= xskewb-5.4.3
+CATEGORIES= games x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games/xpuzzles
+
+MAINTAINER= andy@icc.surw.chel.su
+
+WRKSRC= ${WRKDIR}/xskewb
+USE_IMAKE= yes
+MAN1= xskewb.1
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${PREFIX}/bin
+ @ ${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${PREFIX}/lib/X11/app-defaults/Skewb
+ @ ${INSTALL_MAN} ${WRKSRC}/xskewb.man ${PREFIX}/man/man1/xskewb.1
+
+.include <bsd.port.mk>