diff options
author | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
commit | 7ba6e19cd22f3c141e767581375020336beafcc9 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /games | |
parent | c7388ab89db75cc3c8a5a2e5692d8b5f774dcf35 (diff) | |
download | pkgsrc-7ba6e19cd22f3c141e767581375020336beafcc9.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 69 |
1 files changed, 3 insertions, 66 deletions
diff --git a/games/Makefile b/games/Makefile index 7703cc221fc..9b79f5dafd5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,49 +1,34 @@ -# $NetBSD: Makefile,v 1.80 2000/02/19 22:34:56 rh Exp $ +# $NetBSD: Makefile,v 1.81 2000/02/25 01:04:13 wiz Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # SUBDIR += abuse -# SUBDIR += acm -# SUBDIR += agm -# SUBDIR += an SUBDIR += amor SUBDIR += angband-tty SUBDIR += angband-x11 SUBDIR += baduki SUBDIR += battalion SUBDIR += battleball -# SUBDIR += block -# SUBDIR += blue -# SUBDIR += bs SUBDIR += cbzone SUBDIR += cgoban -# SUBDIR += connect4 -# SUBDIR += cosmo SUBDIR += craft SUBDIR += crossfire -# SUBDIR += dontspace -# SUBDIR += doom SUBDIR += dopewars -# SUBDIR += empire SUBDIR += finalbattle -# SUBDIR += flying SUBDIR += freeciv SUBDIR += frotz SUBDIR += galaxa -# SUBDIR += galaxis SUBDIR += gemdropx SUBDIR += gnome-chess SUBDIR += gnome-games SUBDIR += gnuchess SUBDIR += gnugo -# SUBDIR += gnushogi SUBDIR += golddig SUBDIR += icbm3d SUBDIR += imaze SUBDIR += jetpack SUBDIR += kdegames SUBDIR += kdetoys -# SUBDIR += klondike SUBDIR += koth SUBDIR += lincity SUBDIR += maelstrom @@ -55,98 +40,50 @@ SUBDIR += nethack-tty SUBDIR += nethack-x11 SUBDIR += nighthawk -# SUBDIR += netris -# SUBDIR += oneko -# SUBDIR += oonsoo SUBDIR += omega SUBDIR += pacman SUBDIR += plib SUBDIR += pysol -# SUBDIR += qcc # SUBDIR += quake -# SUBDIR += quakedata # SUBDIR += quake6 -# SUBDIR += quakeserver +# SUBDIR += quakedata SUBDIR += rocksndiamonds SUBDIR += rollemup -# SUBDIR += sokoban SUBDIR += spellcast -# SUBDIR += spider -# SUBDIR += starlanes SUBDIR += svb SUBDIR += tanked -# SUBDIR += tksol SUBDIR += wormz SUBDIR += xarchon -# SUBDIR += xasteroids SUBDIR += xbat -# SUBDIR += xbattle SUBDIR += xbill -# SUBDIR += xbl -# SUBDIR += xblackjack SUBDIR += xblast SUBDIR += xboard SUBDIR += xboing SUBDIR += xbomber -# SUBDIR += xchomp SUBDIR += xconq -# SUBDIR += xcubes -# SUBDIR += xdeblock SUBDIR += xdemineur -# SUBDIR += xdino SUBDIR += xdoom SUBDIR += xemeraldia SUBDIR += xevil -# SUBDIR += xeyesplus -# SUBDIR += xfrisk SUBDIR += xgalaga -# SUBDIR += xgammon -# SUBDIR += xgolgo SUBDIR += xgospel -# SUBDIR += xinvaders SUBDIR += xjewel SUBDIR += xjig SUBDIR += xkobo -# SUBDIR += xlife SUBDIR += xmahjongg -# SUBDIR += xmille -# SUBDIR += xmine -# SUBDIR += xminehunter -# SUBDIR += xminesweep -# SUBDIR += xmj SUBDIR += xmris -# SUBDIR += xneko - SUBDIR += xnibbles -# SUBDIR += xonix -# SUBDIR += xpacman -# SUBDIR += xpat2 + SUBDIR += xnibbles SUBDIR += xpilot SUBDIR += xpipeman -# SUBDIR += xpuyo SUBDIR += xpuyopuyo -# SUBDIR += xpuzzletama -# SUBDIR += xripple -# SUBDIR += xrisk SUBDIR += xroach SUBDIR += xroads -# SUBDIR += xrobots -# SUBDIR += xrubik SUBDIR += xscavenger SUBDIR += xscrabble -# SUBDIR += xshisen -# SUBDIR += xshogi SUBDIR += xskat -# SUBDIR += xsokoban -# SUBDIR += xsol SUBDIR += xsoldier -# SUBDIR += xspringies -# SUBDIR += xtic -# SUBDIR += xtriangles SUBDIR += xworm SUBDIR += xzip -# SUBDIR += yahtzee -# SUBDIR += yamsweeper SUBDIR += zombies -# SUBDIR += ztrack .include "../mk/bsd.pkg.subdir.mk" |