summaryrefslogtreecommitdiff
path: root/games/xvier/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-03-27 14:07:10 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-03-27 14:07:10 +0000
commit2c6316488863eac65d97aa34fc27b9115e1dc340 (patch)
tree7dd15a2a685b96245ab103655380db73295d0569 /games/xvier/Makefile
parentActivate nbench. (diff)
Import xvier port. xvier is a four-in-a-row type game.
PR: 6049 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=10333
Diffstat (limited to 'games/xvier/Makefile')
-rw-r--r--games/xvier/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/games/xvier/Makefile b/games/xvier/Makefile
new file mode 100644
index 000000000000..1d2b8e330f00
--- /dev/null
+++ b/games/xvier/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xvier
+# Version required: 1.0
+# Date created: 17 March 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= xvier
+PKGNAME= xvier-1.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= games/strategy
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= andy@icc.surw.chel.su
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+USE_IMAKE= yes
+
+MAN6= xvier.6
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xvier ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xvier_prog ${PREFIX}/libexec
+ @ ${INSTALL_DATA} ${WRKSRC}/xvier.man ${PREFIX}/man/man6/xvier.6
+ @ ${MKDIR} ${PREFIX}/share/doc/xvier
+ @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xvier
+
+.include <bsd.port.mk>