summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-01-03 09:38:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-01-03 09:38:01 +0000
commit20b9bbed0a7197cfdfeb0f7146d0fa1e48b75e90 (patch)
tree5ac101f6528045a0a8ced55a32d3264fbb9efd00 /games
parentHave manpage go into man6 as the manpage says. (diff)
Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} and
MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
Notes
Notes: svn path=/head/; revision=5186
Diffstat (limited to 'games')
-rw-r--r--games/crossfire-client/Makefile6
-rw-r--r--games/crossfire-server/Makefile6
-rw-r--r--games/crossfire/Makefile6
-rw-r--r--games/golddig/Makefile8
-rw-r--r--games/jetpack/Makefile6
-rw-r--r--games/nethack/Makefile6
-rw-r--r--games/nethack3-tty/Makefile6
-rw-r--r--games/nethack3/Makefile6
-rw-r--r--games/nethack32/Makefile6
-rw-r--r--games/nethack33-nox11/Makefile6
-rw-r--r--games/nethack33/Makefile6
-rw-r--r--games/nethack34-nox11/Makefile6
-rw-r--r--games/nethack34/Makefile6
-rw-r--r--games/qcc/Makefile4
-rw-r--r--games/xasteroids/Makefile4
-rw-r--r--games/xboing/Makefile4
-rw-r--r--games/xchomp/Makefile12
-rw-r--r--games/xcubes/Makefile4
-rw-r--r--games/xdino/Makefile4
-rw-r--r--games/xemeraldia/Makefile8
-rw-r--r--games/xeyesplus/Makefile4
-rw-r--r--games/xinvaders/Makefile6
-rw-r--r--games/xjewel/Makefile10
-rw-r--r--games/xkobo/Makefile7
-rw-r--r--games/xlife/Makefile6
-rw-r--r--games/xmille/Makefile8
-rw-r--r--games/xminesweep/Makefile4
-rw-r--r--games/xmj/Makefile4
-rw-r--r--games/xpilot/Makefile8
-rw-r--r--games/xpipeman/Makefile4
-rw-r--r--games/xpuyo/Makefile4
-rw-r--r--games/xrisk/Makefile4
-rw-r--r--games/xrobots/Makefile4
-rw-r--r--games/xrubik/Makefile7
-rw-r--r--games/xshisen/Makefile9
-rw-r--r--games/xsol/Makefile4
-rw-r--r--games/xtriangles/Makefile4
-rw-r--r--games/yamsweeper/Makefile6
38 files changed, 130 insertions, 93 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile
index a0e5a26dbe0b..53fc4df43ec2 100644
--- a/games/crossfire-client/Makefile
+++ b/games/crossfire-client/Makefile
@@ -3,7 +3,7 @@
# Date created: So 27 Okt 1996 12:25:55 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.7 1996/11/18 11:24:25 asami Exp $
+# $Id: Makefile,v 1.8 1997/01/03 08:49:05 obrien Exp $
#
DISTNAME= crossfire-0.92.8
@@ -60,9 +60,9 @@ post-install:
${CP} -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc
touch ${PREFIX}/crossfire/lib/bookarch
chmod 664 ${PREFIX}/crossfire/lib/bookarch
- chown -R games.games ${CFDIR}
+ /usr/sbin/chown -R games.games ${CFDIR}
chmod 0664 ${PREFIX}/crossfire/lib/highscore
- chown games.games ${PREFIX}/bin/crossfire
+ /usr/sbin/chown games.games ${PREFIX}/bin/crossfire
chmod 6555 ${PREFIX}/bin/crossfire
@echo ""
@echo "======================================================"
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile
index a0e5a26dbe0b..53fc4df43ec2 100644
--- a/games/crossfire-server/Makefile
+++ b/games/crossfire-server/Makefile
@@ -3,7 +3,7 @@
# Date created: So 27 Okt 1996 12:25:55 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.7 1996/11/18 11:24:25 asami Exp $
+# $Id: Makefile,v 1.8 1997/01/03 08:49:05 obrien Exp $
#
DISTNAME= crossfire-0.92.8
@@ -60,9 +60,9 @@ post-install:
${CP} -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc
touch ${PREFIX}/crossfire/lib/bookarch
chmod 664 ${PREFIX}/crossfire/lib/bookarch
- chown -R games.games ${CFDIR}
+ /usr/sbin/chown -R games.games ${CFDIR}
chmod 0664 ${PREFIX}/crossfire/lib/highscore
- chown games.games ${PREFIX}/bin/crossfire
+ /usr/sbin/chown games.games ${PREFIX}/bin/crossfire
chmod 6555 ${PREFIX}/bin/crossfire
@echo ""
@echo "======================================================"
diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile
index a0e5a26dbe0b..53fc4df43ec2 100644
--- a/games/crossfire/Makefile
+++ b/games/crossfire/Makefile
@@ -3,7 +3,7 @@
# Date created: So 27 Okt 1996 12:25:55 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.7 1996/11/18 11:24:25 asami Exp $
+# $Id: Makefile,v 1.8 1997/01/03 08:49:05 obrien Exp $
#
DISTNAME= crossfire-0.92.8
@@ -60,9 +60,9 @@ post-install:
${CP} -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc
touch ${PREFIX}/crossfire/lib/bookarch
chmod 664 ${PREFIX}/crossfire/lib/bookarch
- chown -R games.games ${CFDIR}
+ /usr/sbin/chown -R games.games ${CFDIR}
chmod 0664 ${PREFIX}/crossfire/lib/highscore
- chown games.games ${PREFIX}/bin/crossfire
+ /usr/sbin/chown games.games ${PREFIX}/bin/crossfire
chmod 6555 ${PREFIX}/bin/crossfire
@echo ""
@echo "======================================================"
diff --git a/games/golddig/Makefile b/games/golddig/Makefile
index 43074c7452cd..cc9762cf820c 100644
--- a/games/golddig/Makefile
+++ b/games/golddig/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.5 1996/11/18 11:24:32 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/18 13:58:43 asami Exp $
#
DISTNAME= golddig2
@@ -22,8 +22,8 @@ pre-patch:
done; mv golddig2/* .)
pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib/golddig
- @mkdir -p ${PREFIX}/man/man6
+ @${MKDIR} ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/lib/golddig
+ @${MKDIR} ${PREFIX}/man/man6
.include <bsd.port.mk>
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
index 5bca004308de..86b9524eeff9 100644
--- a/games/jetpack/Makefile
+++ b/games/jetpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.14 1995/05/02 11:30:04 asami Exp $
+# $Id: Makefile,v 1.15 1996/11/18 11:24:42 asami Exp $
#
DISTNAME= jetpack
@@ -18,9 +18,9 @@ USE_IMAKE= yes
MAKE_FLAGS= PREFIX=${PREFIX} -f
post-install:
- @chown games ${PREFIX}/bin/jetpack
+ @/usr/sbin/chown games ${PREFIX}/bin/jetpack
@chmod u+s ${PREFIX}/bin/jetpack
- @chown games ${PREFIX}/lib/X11/jetpack
+ @/usr/sbin/chown games ${PREFIX}/lib/X11/jetpack
@chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
.include <bsd.port.mk>
diff --git a/games/nethack/Makefile b/games/nethack/Makefile
index e730f824c4bc..03b037879557 100644
--- a/games/nethack/Makefile
+++ b/games/nethack/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/11/18 10:23:21 asami Exp $
+# $Id: Makefile,v 1.10 1996/12/23 02:29:13 asami Exp $
#
DISTNAME= nethack-3.2.2
@@ -26,8 +26,8 @@ post-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
- mkdir -p ${PREFIX}/share/doc/nethack
- cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
+ ${MKDIR} ${PREFIX}/share/doc/nethack
+ ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile
index e730f824c4bc..03b037879557 100644
--- a/games/nethack3-tty/Makefile
+++ b/games/nethack3-tty/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/11/18 10:23:21 asami Exp $
+# $Id: Makefile,v 1.10 1996/12/23 02:29:13 asami Exp $
#
DISTNAME= nethack-3.2.2
@@ -26,8 +26,8 @@ post-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
- mkdir -p ${PREFIX}/share/doc/nethack
- cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
+ ${MKDIR} ${PREFIX}/share/doc/nethack
+ ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
diff --git a/games/nethack3/Makefile b/games/nethack3/Makefile
index e730f824c4bc..03b037879557 100644
--- a/games/nethack3/Makefile
+++ b/games/nethack3/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/11/18 10:23:21 asami Exp $
+# $Id: Makefile,v 1.10 1996/12/23 02:29:13 asami Exp $
#
DISTNAME= nethack-3.2.2
@@ -26,8 +26,8 @@ post-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
- mkdir -p ${PREFIX}/share/doc/nethack
- cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
+ ${MKDIR} ${PREFIX}/share/doc/nethack
+ ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile
index e730f824c4bc..03b037879557 100644
--- a/games/nethack32/Makefile
+++ b/games/nethack32/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/11/18 10:23:21 asami Exp $
+# $Id: Makefile,v 1.10 1996/12/23 02:29:13 asami Exp $
#
DISTNAME= nethack-3.2.2
@@ -26,8 +26,8 @@ post-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
- mkdir -p ${PREFIX}/share/doc/nethack
- cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
+ ${MKDIR} ${PREFIX}/share/doc/nethack
+ ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile
index e730f824c4bc..03b037879557 100644
--- a/games/nethack33-nox11/Makefile
+++ b/games/nethack33-nox11/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/11/18 10:23:21 asami Exp $
+# $Id: Makefile,v 1.10 1996/12/23 02:29:13 asami Exp $
#
DISTNAME= nethack-3.2.2
@@ -26,8 +26,8 @@ post-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
- mkdir -p ${PREFIX}/share/doc/nethack
- cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
+ ${MKDIR} ${PREFIX}/share/doc/nethack
+ ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile
index e730f824c4bc..03b037879557 100644
--- a/games/nethack33/Makefile
+++ b/games/nethack33/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/11/18 10:23:21 asami Exp $
+# $Id: Makefile,v 1.10 1996/12/23 02:29:13 asami Exp $
#
DISTNAME= nethack-3.2.2
@@ -26,8 +26,8 @@ post-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
- mkdir -p ${PREFIX}/share/doc/nethack
- cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
+ ${MKDIR} ${PREFIX}/share/doc/nethack
+ ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile
index e730f824c4bc..03b037879557 100644
--- a/games/nethack34-nox11/Makefile
+++ b/games/nethack34-nox11/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/11/18 10:23:21 asami Exp $
+# $Id: Makefile,v 1.10 1996/12/23 02:29:13 asami Exp $
#
DISTNAME= nethack-3.2.2
@@ -26,8 +26,8 @@ post-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
- mkdir -p ${PREFIX}/share/doc/nethack
- cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
+ ${MKDIR} ${PREFIX}/share/doc/nethack
+ ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index e730f824c4bc..03b037879557 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/11/18 10:23:21 asami Exp $
+# $Id: Makefile,v 1.10 1996/12/23 02:29:13 asami Exp $
#
DISTNAME= nethack-3.2.2
@@ -26,8 +26,8 @@ post-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
- mkdir -p ${PREFIX}/share/doc/nethack
- cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
+ ${MKDIR} ${PREFIX}/share/doc/nethack
+ ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
diff --git a/games/qcc/Makefile b/games/qcc/Makefile
index d503c3a6d710..ef199740cf29 100644
--- a/games/qcc/Makefile
+++ b/games/qcc/Makefile
@@ -3,7 +3,7 @@
# Date created: October 25th 1996
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.1.1.1 1996/10/27 05:18:54 jfitz Exp $
+# $Id: Makefile,v 1.2 1996/11/18 11:24:52 asami Exp $
#
DISTNAME= qcc
@@ -18,7 +18,7 @@ MAKEFILE= makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qcc ${PREFIX}/bin
- @ ${MKDIR} -p ${PREFIX}/share/qcc/v101qc
+ @ ${MKDIR} ${PREFIX}/share/qcc/v101qc
${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/qcc
${INSTALL_DATA} ${WRKSRC}/v101qc/* ${PREFIX}/share/qcc/v101qc
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile
index 9a22fa0d1aa7..c4906657cc37 100644
--- a/games/xasteroids/Makefile
+++ b/games/xasteroids/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.5 1995/04/11 00:20:22 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/18 11:25:16 asami Exp $
#
DISTNAME= xasteroids
@@ -12,6 +12,8 @@ CATEGORIES= games
MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/
EXTRACT_SUFX= .sh.Z
+MAINTAINER= swallace@FreeBSD.org
+
USE_IMAKE= yes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
diff --git a/games/xboing/Makefile b/games/xboing/Makefile
index 0ec644bd7cb3..8a10cc3cec1d 100644
--- a/games/xboing/Makefile
+++ b/games/xboing/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 January 1995
# Whom: janek
#
-# $Id: Makefile,v 1.6 1995/04/08 05:06:13 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/18 09:53:13 asami Exp $
DISTNAME= xboing2.3
PKGNAME= xboing-2.3
@@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tar.gz
+MAINTAINER= janek@gaja.ipan.lublin.pl
+
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
diff --git a/games/xchomp/Makefile b/games/xchomp/Makefile
index 9468a17d82c2..a6eaac4fa426 100644
--- a/games/xchomp/Makefile
+++ b/games/xchomp/Makefile
@@ -3,23 +3,27 @@
# Date created: 4 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.5 1995/10/11 00:00:26 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/18 11:25:21 asami Exp $
#
DISTNAME= xchomp-pl1
CATEGORIES= games
-MASTER_SITES= ftp://ftp.uoknor.edu/mirrors/X/R5contrib/
+MASTER_SITES= ftp://ftp.uoknor.edu/mirrors/X/R5contrib/ \
+ ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= ../../R5contrib
#
# Original sources in multi-part compressed shell archive
#
#DISTFILES= part01.Z part02.Z part03.Z part04.Z part05.Z patch1.Z
#MASTER_SITES= ftp://ftp.wustl.edu/usenet/comp.sources.x/volume06
-# Change -DFRAME_DELAY=40000 in patchfile/Imakefile value to adjust
-# speed of play depending on X server.
+MAINTAINER= swallace@FreeBSD.org
WRKSRC= ${WRKDIR}/xchomp
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
+# Change -DFRAME_DELAY=40000 in patchfile/Imakefile value to adjust
+# speed of play depending on X server.
+
.include <bsd.port.mk>
diff --git a/games/xcubes/Makefile b/games/xcubes/Makefile
index 8ee7964c6e04..d1f233d3a70a 100644
--- a/games/xcubes/Makefile
+++ b/games/xcubes/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/11/17 10:53:01 asami Exp $
#
DISTNAME= xcubes
@@ -18,7 +18,7 @@ USE_IMAKE= yes
post-install:
@chmod 755 ${PREFIX}/bin/xcubes
- @chown bin.bin ${PREFIX}/bin/xcubes
+ @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xcubes
@${INSTALL_DATA} ${WRKSRC}/Cubes.ad ${PREFIX}/lib/X11/app-defaults/Cubes
.include <bsd.port.mk>
diff --git a/games/xdino/Makefile b/games/xdino/Makefile
index 43be5a8aea9d..ef9b04a5f61b 100644
--- a/games/xdino/Makefile
+++ b/games/xdino/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/11/16 12:49:18 asami Exp $
#
DISTNAME= xdino
@@ -18,7 +18,7 @@ USE_IMAKE= yes
post-install:
@chmod 755 ${PREFIX}/bin/xdino
- @chown bin.bin ${PREFIX}/bin/xdino
+ @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xdino
@${INSTALL_DATA} ${WRKSRC}/Dino.ad ${PREFIX}/lib/X11/app-defaults/Dino
.include <bsd.port.mk>
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile
index 7cb8006b50ca..290d49ccc183 100644
--- a/games/xemeraldia/Makefile
+++ b/games/xemeraldia/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Mar 1995
# Whom: asami
#
-# $Id: Makefile,v 1.10 1996/11/18 11:25:25 asami Exp $
+# $Id: Makefile,v 1.11 1996/12/17 05:33:18 asami Exp $
#
DISTNAME= xemeraldia-0.3
@@ -21,8 +21,8 @@ do-extract:
if [ ! -f ${DISTNAME}.tar.gz ]; then \
zcat ${DISTFILES} | uudecode; \
fi)
- @rm -rf ${WRKDIR}
- @mkdir -p ${WRKDIR}
+ @${RM} -rf ${WRKDIR}
+ @${MKDIR} ${WRKDIR}
@(cd ${WRKDIR}; tar -xzf \
${DISTDIR}/${DISTNAME}.tar.gz)
@@ -31,6 +31,6 @@ post-install:
chmod 666 ${PREFIX}/lib/X11/.xemeraldia.scores
pre-clean:
- @rm -f ${DISTDIR}/${DISTNAME}.tar.gz
+ @${RM} -f ${DISTDIR}/${DISTNAME}.tar.gz
.include <bsd.port.mk>
diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile
index d4677aeca8f0..724c2e28470e 100644
--- a/games/xeyesplus/Makefile
+++ b/games/xeyesplus/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.2 1996/10/10 05:19:29 max Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:25:30 asami Exp $
#
DISTNAME= xeyes+2.01
@@ -20,6 +20,6 @@ NO_INSTALL_MANPAGES= yes
post-install:
@chmod 755 ${PREFIX}/bin/xeyes+
- @chown bin.bin ${PREFIX}/bin/xeyes+
+ @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xeyes+
.include <bsd.port.mk>
diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile
index 063a1f04d62e..1bb47011b30b 100644
--- a/games/xinvaders/Makefile
+++ b/games/xinvaders/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.8 1996/11/18 10:36:05 asami Exp $
+# $Id: Makefile,v 1.9 1996/12/07 09:28:42 max Exp $
#
DISTNAME= xinvaders
@@ -12,8 +12,10 @@ CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/x11/video
-USE_IMAKE= yes
+MAINTAINER= swallace@FreeBSD.org
NO_CDROM= "don't sell for profit"
+USE_IMAKE= yes
+
.include <bsd.port.mk>
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile
index 2e66f41fe2fb..7d15d6d5bb93 100644
--- a/games/xjewel/Makefile
+++ b/games/xjewel/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.8 1995/05/02 11:42:00 asami Exp $
+# $Id: Makefile,v 1.9 1996/11/18 11:25:34 asami Exp $
#
DISTNAME= xjewel-1.6
@@ -16,10 +16,10 @@ MAINTAINER= jmz@FreeBSD.org
USE_IMAKE= yes
pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib/xjewel.font
- @mkdir -p ${PREFIX}/man/man6
- @(cd ${WRKSRC}/bitmaps/; install -c seven_seg.pcf.Z fonts.dir \
+ @${MKDIR} ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/lib/xjewel.font
+ @${MKDIR} ${PREFIX}/man/man6
+ @(cd ${WRKSRC}/bitmaps/; ${INSTALL_DATA} seven_seg.pcf.Z fonts.dir \
${PREFIX}/lib/xjewel.font)
post-install:
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile
index c5be2eced283..d5f9ae12a25f 100644
--- a/games/xkobo/Makefile
+++ b/games/xkobo/Makefile
@@ -3,12 +3,15 @@
# Date created: 18 Jul 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.4 1996/02/16 10:33:05 asami Exp $
+# $Id: Makefile,v 1.5 1996/11/18 11:25:39 asami Exp $
#
DISTNAME= xkobo-1.7
CATEGORIES= games
-MASTER_SITES= ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
+MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
+ ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
+ ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games
MAINTAINER= jkh@FreeBSD.ORG
diff --git a/games/xlife/Makefile b/games/xlife/Makefile
index 71e65c810de8..00d88a9c01cc 100644
--- a/games/xlife/Makefile
+++ b/games/xlife/Makefile
@@ -3,13 +3,15 @@
# Date created: 15 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.4 1995/04/11 00:20:39 asami Exp $
+# $Id: Makefile,v 1.5 1996/11/18 11:25:44 asami Exp $
#
DISTNAME= xlife
PKGNAME= xlife-3.0
CATEGORIES= games
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11/R5-contrib/
+MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
+ ftp://gatekeeper.dec.com/pub/X11/R5-contrib/
+MASTER_SITE_SUBDIR= ../../R5contrib
EXTRACT_SUFX= .tar.Z
MAINTAINER= asami@FreeBSD.ORG
diff --git a/games/xmille/Makefile b/games/xmille/Makefile
index c5496d1b3e6e..d4fa61fbfa30 100644
--- a/games/xmille/Makefile
+++ b/games/xmille/Makefile
@@ -3,15 +3,19 @@
# Date created: 30 Dec 1994
# Whom: swallace
#
-# $Id: Makefile,v 1.6 1995/10/19 22:11:55 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/18 11:25:57 asami Exp $
#
DISTNAME= xmille
PKGNAME= xmille-2.0
CATEGORIES= games
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/
+MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
+ ftp://gatekeeper.dec.com/pub/X11-contrib/
+MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tar.Z
+MAINTAINER= swallace@FreeBSD.org
+
USE_IMAKE= yes
NO_WRKSUBDIR= yes
diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile
index 377271b70e38..0297ce62eba1 100644
--- a/games/xminesweep/Makefile
+++ b/games/xminesweep/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Januar 1995
# Whom: janek
#
-# $Id: Makefile,v 1.6 1995/04/11 00:20:45 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/18 11:26:07 asami Exp $
#
DISTNAME= xminesweep3.0
@@ -12,6 +12,8 @@ CATEGORIES= games
MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/
EXTRACT_SUFX= .tar.Z
+MAINTAINER= janek@gaja.ipan.lublin.pl
+
USE_IMAKE= yes
.include <bsd.port.mk>
diff --git a/games/xmj/Makefile b/games/xmj/Makefile
index fa5e80ceba2e..558741565a9a 100644
--- a/games/xmj/Makefile
+++ b/games/xmj/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.5 1995/05/13 11:27:56 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/18 11:26:11 asami Exp $
#
DISTNAME= xmj
@@ -11,6 +11,8 @@ PKGNAME= xmj-1.0
CATEGORIES= games
MASTER_SITES= ftp://forte.mathematik.uni-bremen.de/pub/unix/X11/
+MAINTAINER= swallace@FreeBSD.org
+
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile
index c317e002dbe3..576b15419e9b 100644
--- a/games/xpilot/Makefile
+++ b/games/xpilot/Makefile
@@ -3,12 +3,16 @@
# Date created: 18 July 1995
# Whom: jmacd
#
-# $Id: Makefile,v 1.7 1996/11/21 20:23:10 swallace Exp $
+# $Id: Makefile,v 1.8 1996/12/30 21:33:35 max Exp $
#
DISTNAME= xpilot-3.5.1
CATEGORIES= games
-MASTER_SITES= ftp://ftp.cs.uit.no/pub/games/xpilot/
+MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
+ ftp://ftp.cs.uit.no/pub/games/xpilot/
+MASTER_SITE_SUBDIR= games/multiplayer
+
+MAINTAINER= jmacd@FreeBSD.org
USE_IMAKE= yes
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile
index 7bd032fb81f6..928ec1892eed 100644
--- a/games/xpipeman/Makefile
+++ b/games/xpipeman/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.6 1995/05/17 14:48:53 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/18 11:26:38 asami Exp $
#
DISTNAME= xpipeman
@@ -12,6 +12,8 @@ CATEGORIES= games
MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/
EXTRACT_SUFX= .tar.Z
+MAINTAINER= swallace@FreeBSD.org
+
USE_IMAKE= yes
post-install:
diff --git a/games/xpuyo/Makefile b/games/xpuyo/Makefile
index 82ef3a4f8fdd..33bdfd88de23 100644
--- a/games/xpuyo/Makefile
+++ b/games/xpuyo/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1996/11/16 12:24:28 asami Exp $
+# $Id: Makefile,v 1.2 1996/12/08 09:48:54 max Exp $
#
DISTNAME= xpuyo
@@ -21,7 +21,7 @@ RESTRICTED= "The author ashames the quality of this version"
post-install:
@chmod 755 ${PREFIX}/bin/xpuyo
- @chown bin.bin ${PREFIX}/bin/xpuyo
+ @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xpuyo
${MKDIR} ${PREFIX}/share/doc/xpuyo
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/xpuyo
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile
index d463490a9c9d..6ed0aae4195e 100644
--- a/games/xrisk/Makefile
+++ b/games/xrisk/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.8 1996/11/18 11:26:53 asami Exp $
+# $Id: Makefile,v 1.9 1996/12/08 01:44:40 max Exp $
#
DISTNAME= xrisk-2.13
@@ -11,6 +11,8 @@ CATEGORIES= games
MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/
EXTRACT_SUFX= .tar.Z
+MAINTAINER= swallace@FreeBSD.org
+
USE_X11= yes
RESTRICTED= "Possible trademark infringement"
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile
index 148c7790fcfc..c3d93fbdd9e7 100644
--- a/games/xrobots/Makefile
+++ b/games/xrobots/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.6 1995/05/17 14:49:00 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/18 11:27:02 asami Exp $
#
DISTNAME= xrobots
@@ -11,6 +11,8 @@ PKGNAME= xrobots-1.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/games/
+MAINTAINER= swallace@FreeBSD.org
+
USE_IMAKE= yes
post-install:
diff --git a/games/xrubik/Makefile b/games/xrubik/Makefile
index 96c966604aca..74dd36def9fc 100644
--- a/games/xrubik/Makefile
+++ b/games/xrubik/Makefile
@@ -3,13 +3,14 @@
# Date created: 20 October 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.3 1996/10/15 07:30:48 max Exp $
+# $Id: Makefile,v 1.4 1996/11/18 11:27:09 asami Exp $
#
DISTNAME= xrubik
PKGNAME= xrubik-5.3.2
CATEGORIES= games
-MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/pub1/X/contrib/games/puzzles/
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games/puzzles
MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp
@@ -17,7 +18,7 @@ USE_IMAKE= yes
post-install:
@chmod 755 ${PREFIX}/bin/xrubik
- @chown bin.bin ${PREFIX}/bin/xrubik
+ @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xrubik
${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${PREFIX}/lib/X11/app-defaults/Rubik
.include <bsd.port.mk>
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile
index ebcdc70857d6..97009436ea57 100644
--- a/games/xshisen/Makefile
+++ b/games/xshisen/Makefile
@@ -3,12 +3,13 @@
# Date created: 9 Oct 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.2 1996/11/04 12:59:50 jfitz Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:27:14 asami Exp $
#
DISTNAME= xshisen-1.35
CATEGORIES= games
-MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/pub1/X/contrib/games/
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
@@ -18,13 +19,13 @@ IS_INTERACTIVE= YES # Has to create an app-defaults file
USE_X11= YES
GNU_CONFIGURE= YES
#CONFIGURE_ARGS=--enable-japanese=euc #Japanese char set euc, jis sjis
+MAN6= xshisen.6
post-install:
@ strip ${PREFIX}/bin/xshisen
@ /bin/chmod 755 ${PREFIX}/bin/xshisen
- @ /usr/sbin/chown bin.bin ${PREFIX}/bin/xshisen
+ @ /usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshisen
.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man6/xshisen.6
gzip -9nf ${PREFIX}/man/ja_JP.JIS7/man6/xshisen.6
.endif
diff --git a/games/xsol/Makefile b/games/xsol/Makefile
index b67f68d8490a..feb2bed53f7c 100644
--- a/games/xsol/Makefile
+++ b/games/xsol/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.5 1995/04/11 00:20:58 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/18 11:27:23 asami Exp $
#
DISTNAME= xsol-new
@@ -11,6 +11,8 @@ PKGNAME= xsol-2.1.1
CATEGORIES= games
MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/games/
+MAINTAINER= swallace@FreeBSD.org
+
USE_IMAKE= yes
.include <bsd.port.mk>
diff --git a/games/xtriangles/Makefile b/games/xtriangles/Makefile
index bc83c081f7b6..eb64a3b15d95 100644
--- a/games/xtriangles/Makefile
+++ b/games/xtriangles/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/11/16 12:38:30 asami Exp $
#
DISTNAME= xtriangles
@@ -18,7 +18,7 @@ USE_IMAKE= yes
post-install:
@chmod 755 ${PREFIX}/bin/xtriangles
- @chown bin.bin ${PREFIX}/bin/xtriangles
+ @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xtriangles
@${INSTALL_DATA} ${WRKSRC}/Triangles.ad \
${PREFIX}/lib/X11/app-defaults/Triangles
diff --git a/games/yamsweeper/Makefile b/games/yamsweeper/Makefile
index 93811453cd7d..146f59c08a33 100644
--- a/games/yamsweeper/Makefile
+++ b/games/yamsweeper/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 Sep 1996
# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
#
-# $Id: Makefile,v 1.2 1996/09/22 08:55:35 max Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:27:31 asami Exp $
#
DISTNAME= yamsweeper-1.9
@@ -19,7 +19,7 @@ pre-configure:
@cp ${FILESDIR}/Imakefile ${WRKSRC}
post-install:
- @chown bin.bin ${PREFIX}/man/man1/yamsweeper.1.gz
- @chown games.bin ${X11BASE}/lib/X11/app-defaults/Yamsweeper
+ @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/man/man1/yamsweeper.1.gz
+ @/usr/sbin/chown games.${BINGRP} ${X11BASE}/lib/X11/app-defaults/Yamsweeper
.include <bsd.port.mk>