summaryrefslogtreecommitdiff
path: root/games/xquarto/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-03-13 09:32:01 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-03-13 09:32:01 +0000
commit1d54d5ca93f9360b0106f1daf5ae0b748954c66c (patch)
treed099d93e8f36f0280a631fff5f680d5fac4dff63 /games/xquarto/Makefile
parentMark as broken. (diff)
Import xquarto port. xquarto is a tricky board game.
PR: 5958 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=10130
Diffstat (limited to 'games/xquarto/Makefile')
-rw-r--r--games/xquarto/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile
new file mode 100644
index 000000000000..25daab19510b
--- /dev/null
+++ b/games/xquarto/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xquarto
+# Version required: 1.0
+# Date created: 9 March 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= xquarto-1.0
+CATEGORIES= games x11
+MASTER_SITES= http://www.math.kth.se/~mjo/games/xquarto/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
+USE_IMAKE= yes
+MAN6= xquarto.6
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/src/xquarto ${PREFIX}/bin
+ @ ${INSTALL_DATA} ${WRKSRC}/src/xquarto.man ${PREFIX}/man/man6/xquarto.6
+
+.include <bsd.port.mk>