diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /games | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'games')
32 files changed, 69 insertions, 69 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index 4333fe6abd82..5ce72e2dd7e8 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -18,10 +18,10 @@ RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base WRKSRC= ${WRKDIR}/adom ONLY_FOR_ARCHS= i386 -NO_CDROM= Copy of CD must be sent to author +NO_CDROM= Copy of CD must be sent to author -NO_WRKSUBDIR= yes -STRIP= # empty: do not strip linux binary! +NO_WRKSUBDIR= yes +STRIP= # empty: do not strip linux binary! do-patch: do-configure: diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index d4659bfab0ca..1f33ef1159d5 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -7,17 +7,17 @@ PORTNAME= dontspace PORTVERSION= 1.2 -CATEGORIES= games tk82 -MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ +CATEGORIES= games tk82 +MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ -MAINTAINER= johnh@isi.edu +MAINTAINER= johnh@isi.edu RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 -GNU_CONFIGURE= Yes -CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ --mandir=${PREFIX}/man -CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2 -MAN6= dontspace.6 +CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2 +MAN6= dontspace.6 .include <bsd.port.mk> diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index cac89de9f695..63eca5d4ec56 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -9,7 +9,7 @@ PORTNAME= gomoku.app PORTVERSION= 1.1.0 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ -DISTNAME= Gomoku-${PORTVERSION} +DISTNAME= Gomoku-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index 11a8a2510928..0dc563d75062 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -17,7 +17,7 @@ MAINTAINER= markm@FreeBSD.org #FORBIDDEN= "Remotely exploitable buffer overflows." BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes diff --git a/games/ishido/Makefile b/games/ishido/Makefile index 7589671b7be7..a2d59ae0ae65 100644 --- a/games/ishido/Makefile +++ b/games/ishido/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: ishido # Date created: Wed June 24, 1998 # Whom: Steven H. Samorodin (samorodi@NUXI.com) @@ -12,7 +11,7 @@ CATEGORIES= games MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \ ftp://ftp.nuxi.com/pub/misc/ -MAINTAINER= samorodi@NUXI.com +MAINTAINER= samorodi@NUXI.com USE_XLIB= yes MAN6= ishido.6 diff --git a/games/klondike/Makefile b/games/klondike/Makefile index 92fee014df1e..b260e8d4ecb9 100644 --- a/games/klondike/Makefile +++ b/games/klondike/Makefile @@ -7,17 +7,17 @@ PORTNAME= klondike PORTVERSION= 1.9 -CATEGORIES= games tk82 -MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ +CATEGORIES= games tk82 +MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ -MAINTAINER= faber@isi.edu +MAINTAINER= faber@isi.edu -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 -GNU_CONFIGURE= Yes -CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ --mandir=${PREFIX}/man -CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2 -MAN6= klondike.6 +CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2 +MAN6= klondike.6 .include <bsd.port.mk> diff --git a/games/lincity/Makefile b/games/lincity/Makefile index eca9214e5bbb..eaedaec75825 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= lincity +PORTNAME= lincity PORTVERSION= 1.11 CATEGORIES= games MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/linux/games/ diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile index 61b5f7311ea9..fb57f0df682a 100644 --- a/games/linuxdoom/Makefile +++ b/games/linuxdoom/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org BROKEN= "Linux dynamic linker problems" BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base USE_XLIB= yes NO_WRKSUBDIR= yes diff --git a/games/mindfocus/Makefile b/games/mindfocus/Makefile index 76d6a80b0162..0deb456141f5 100644 --- a/games/mindfocus/Makefile +++ b/games/mindfocus/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ixtl@utmc.or.jp USE_IMAKE= yes USE_XPM= yes -RESTRICTED= 'contains commercial character data' +RESTRICTED= 'contains commercial character data' post-install: .for i in mayu.mfc mio.mfc misaki2.mfc mizuka.mfc myu.mfc ryoko.mfc diff --git a/games/omega/Makefile b/games/omega/Makefile index e23d90bb5825..9c10ce113466 100644 --- a/games/omega/Makefile +++ b/games/omega/Makefile @@ -14,11 +14,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} -ALL_TARGET= # empty +ALL_TARGET= # empty MAN6= omega.6 -PORTDOCS= buglist.txt docs/compile.all docs/omega.txt docs/readme.1st \ +PORTDOCS= buglist.txt docs/compile.all docs/omega.txt docs/readme.1st \ docs/readme3 docs/readme4 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/omega ${PREFIX}/bin @${CHOWN} root:games ${PREFIX}/bin/omega diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index a15a0c24f582..6858a33eb7fb 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -22,23 +22,23 @@ BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ ${GL_DEPENDS} -WADFILE= quakesw-1.0.6.tar.gz +WADFILE= quakesw-1.0.6.tar.gz USE_BZIP2= yes USE_GMAKE= yes USE_AUTOCONF= yes USE_XLIB= yes PLIST= ${WRKDIR}/PLIST -AUTOCONF= ${WRKSRC}/bootstrap +AUTOCONF= ${WRKSRC}/bootstrap -BINARIES= quake-x11 quake-sdl qw-client-x11 qw-client-sdl qw-server +BINARIES= quake-x11 quake-sdl qw-client-x11 qw-client-sdl qw-server -CONFIGURE_ARGS= "--with-sdl=${LOCALBASE}" +CONFIGURE_ARGS= "--with-sdl=${LOCALBASE}" CONFIGURE_ENV= "SDL_LIBS=`sdl-config --libs`" \ "SDL_CFLAGS=`sdl-config --cflags`" .if defined(WITH_GLX) GL_DEPENDS= GL.1:${PORTSDIR}/graphics/utah-glx -BINARIES+= quake-gl qw-client-gl +BINARIES+= quake-gl qw-client-gl .else GL_DEPENDS= CONFIGURE_ARGS+=--without-opengl diff --git a/games/sl/Makefile b/games/sl/Makefile index d9ddb2525dca..15500a683941 100644 --- a/games/sl/Makefile +++ b/games/sl/Makefile @@ -12,13 +12,13 @@ MASTER_SITES= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar -MAINTAINER= th@cis.ibaraki.ac.jp +MAINTAINER= th@cis.ibaraki.ac.jp -BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf +BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf -ALL_TARGET= sl -MAN1= sl.1 -MANLANG= ja +ALL_TARGET= sl +MAN1= sl.1 +MANLANG= ja do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sl ${PREFIX}/bin diff --git a/games/tksol/Makefile b/games/tksol/Makefile index 057a6781da45..3bceaecdc706 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= tksol +PORTNAME= tksol PORTVERSION= 1.0 CATEGORIES= games tk82 MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ diff --git a/games/trojka/Makefile b/games/trojka/Makefile index aff44025803b..d8946b9b41b3 100644 --- a/games/trojka/Makefile +++ b/games/trojka/Makefile @@ -6,14 +6,14 @@ # PORTNAME= trojka -PORTVERSION= 1.0 -CATEGORIES= games -MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/ +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/ DISTNAME= ${PORTNAME} -MAINTAINER= e@ik.nu +MAINTAINER= e@ik.nu -MAN6= trojka.6 +MAN6= trojka.6 post-install: ${SED} "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 4c9e0b502b2f..7d89404eab2a 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= xboard +PORTNAME= xboard PORTVERSION= 4.2.0 CATEGORIES= games MASTER_SITES= ftp://ftp.gnu.org/gnu/xboard/ \ @@ -15,7 +15,7 @@ DISTNAME= xboard-4.2.0beta MAINTAINER= xaa+ports@madison-gurkha.com USE_XLIB= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes STRIP= MAN6= xboard.6 cmail.6 zic2xpm.6 diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile index 1d8aa33ad1fc..58dc67899028 100644 --- a/games/xbomb/Makefile +++ b/games/xbomb/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= xbomb +PORTNAME= xbomb PORTVERSION= 2.1a CATEGORIES= games MASTER_SITES= http://www.gedanken.demon.co.uk/download-xbomb/ diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 7b8ca24371b5..2d58ae7ae33d 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/arcade/invaders -DISTNAME= ${PORTNAME} +DISTNAME= ${PORTNAME} MAINTAINER= swallace@FreeBSD.org diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index 537b9f5ea9c2..a6b3dbc360fd 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= xkobo +PORTNAME= xkobo PORTVERSION= 1.11 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 3d14dcfd4faf..2c8e78d134e0 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -11,11 +11,11 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://gatekeeper.dec.com/pub/X11-contrib/ MASTER_SITE_SUBDIR= games -DISTFILES= xmille.tar.Z +DISTFILES= xmille.tar.Z MAINTAINER= swallace@FreeBSD.org -USE_IMAKE= yes +USE_IMAKE= yes NO_WRKSUBDIR= yes MAN1= xmille.1 diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 1beb59c91129..a894c612d31b 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -15,9 +15,9 @@ DISTNAME= ${PKGNAME}-Xaw MAINTAINER= joerg@FreeBSD.org -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d -USE_IMAKE= yes +USE_IMAKE= yes MAN6= xmine.6 MANCOMPRESSED= no diff --git a/games/xmj/Makefile b/games/xmj/Makefile index fa01aab12201..bf96425ebdb2 100644 --- a/games/xmj/Makefile +++ b/games/xmj/Makefile @@ -9,7 +9,7 @@ PORTNAME= xmj PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ftp://forte.mathematik.uni-bremen.de/pub/comp/X11/ -DISTNAME= ${PORTNAME} +DISTNAME= ${PORTNAME} MAINTAINER= swallace@FreeBSD.org diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 73cb3ece67de..d92798e84c79 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jmz@FreeBSD.org USE_GMAKE= yes -USE_IMAKE= yes +USE_IMAKE= yes MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f ALL_TARGET= xmris MAN6= xmred.6 xmris.6 xmsit.6 diff --git a/games/xonix/Makefile b/games/xonix/Makefile index 661190203783..cc11b1a137f7 100644 --- a/games/xonix/Makefile +++ b/games/xonix/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ MAINTAINER= joerg@FreeBSD.org -USE_IMAKE= yes +USE_IMAKE= yes USE_XPM= yes MAN1= xonix.1 diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index bb8e9278a692..ca049a5ecda1 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -9,13 +9,13 @@ PORTNAME= xpacman PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/ -DISTNAME= pacman10 +DISTNAME= pacman10 MAINTAINER= joerg@FreeBSD.org NO_WRKSUBDIR= Does not unpack into subdir. USE_ZIP= yes -USE_IMAKE= yes +USE_IMAKE= yes MAN1= pacman.1 .include <bsd.port.mk> diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 46b0a10762b7..4f39b7265c76 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= xpilot +PORTNAME= xpilot PORTVERSION= 4.2.1 CATEGORIES= games MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ \ diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index d91ffd803909..e85ad9340ae0 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ # -PORTNAME= xpipeman +PORTNAME= xpipeman PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy -DISTNAME= ${PORTNAME} +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= jseger@FreeBSD.org diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index 01142d1edece..343b095c0987 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= xrobots +PORTNAME= xrobots PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/Games/Arcade/xrobots-1.0/ -DISTNAME= ${PKGNAME}-ss-10.20 +DISTNAME= ${PKGNAME}-ss-10.20 MAINTAINER= jseger@FreeBSD.org diff --git a/games/xsok/Makefile b/games/xsok/Makefile index 8bcd4c61d367..0be868afc816 100644 --- a/games/xsok/Makefile +++ b/games/xsok/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= xsok +PORTNAME= xsok PORTVERSION= 1.02 CATEGORIES= games MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ \ diff --git a/games/xsol/Makefile b/games/xsol/Makefile index 3e43d83f0891..2caa58597172 100644 --- a/games/xsol/Makefile +++ b/games/xsol/Makefile @@ -11,11 +11,11 @@ CATEGORIES= games MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ http://ftp.tu-clausthal.de/pub/unix.new/games/ \ ftp://ftp.tu-clausthal.de/pub/unix.new/games/ -DISTNAME= xsol-new +DISTNAME= xsol-new MAINTAINER= swallace@FreeBSD.org -USE_IMAKE= yes +USE_IMAKE= yes MAN6= xsol.6 .include <bsd.port.mk> diff --git a/games/xtic/Makefile b/games/xtic/Makefile index dbb9e9b86d91..8b576bd8abbe 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org -USE_IMAKE= yes +USE_IMAKE= yes USE_XPM= yes MAN1= xtic.1 diff --git a/games/xtris/Makefile b/games/xtris/Makefile index 7510cabbe850..45a03b8e9c6a 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= xtris +PORTNAME= xtris PORTVERSION= 1.15 CATEGORIES= games ipv6 MASTER_SITES= http://www.iagora.com/~espel/xtris/ diff --git a/games/zangband/Makefile b/games/zangband/Makefile index 262998de4502..fd7538f524a9 100644 --- a/games/zangband/Makefile +++ b/games/zangband/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://clockwork.dementia.org/angband/Variant/ZAngband/ \ ${JA_MASTER_SITE} DISTFILES= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip \ ${JA_DISTFILE} -DIST_SUBDIR= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip MAINTAINER= makoto@pinpott.spnet.ne.jp @@ -41,7 +41,7 @@ MAKE_ARGS+= ANGBANDLIB=${PREFIX}/${ANGBANDLIB} ANGBANDLIB?= lib/${PORTNAME} ANGBANDBIN?= bin/${PORTNAME} -E_VERSION= ${PORTVERSION:S/${JA_VERSION}//} +E_VERSION= ${PORTVERSION:S/${JA_VERSION}//} .if defined(JAPANESE) PATCH_VERSION?= 000922 |