mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
ab4c4c3135
kdegames -> games/ kdenetwork -> net/ kdesupport -> converters/ kdeutils -> misc/ (Repository copy already done, dependency path and category name fixups is being done in this commit.) (2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib}) ports. (3) Make package names follow the convention. (4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...". There is no need to specify the full pathname if the target is an executable in the standard path. (Actually, as the same port is specified in LIB_DEPENDS, I think we can completely do away with this line but since Stefan added this explicitly, I assume there is a reason for it and left it alone.) Approved by: se (all but 4)
101 lines
2.1 KiB
Makefile
101 lines
2.1 KiB
Makefile
# $Id: Makefile,v 1.88 1997/10/23 14:54:21 hoek Exp $
|
|
#
|
|
|
|
SUBDIR += acm
|
|
SUBDIR += agm
|
|
SUBDIR += an
|
|
SUBDIR += angband
|
|
SUBDIR += block
|
|
SUBDIR += blue
|
|
SUBDIR += bs
|
|
SUBDIR += cgoban
|
|
SUBDIR += connect4
|
|
SUBDIR += cosmo
|
|
SUBDIR += crossfire
|
|
SUBDIR += dontspace
|
|
SUBDIR += doom
|
|
SUBDIR += empire
|
|
SUBDIR += flying
|
|
SUBDIR += freeciv
|
|
SUBDIR += galaxis
|
|
SUBDIR += gnuchess
|
|
SUBDIR += gnugo
|
|
SUBDIR += gnushogi
|
|
SUBDIR += golddig
|
|
SUBDIR += imaze
|
|
SUBDIR += jetpack
|
|
SUBDIR += kdegames
|
|
SUBDIR += klondike
|
|
SUBDIR += lincity
|
|
SUBDIR += nethack
|
|
SUBDIR += nethack-qt
|
|
SUBDIR += netris
|
|
SUBDIR += oneko
|
|
SUBDIR += oonsoo
|
|
SUBDIR += qcc
|
|
SUBDIR += quakeserver
|
|
SUBDIR += sokoban
|
|
SUBDIR += spider
|
|
SUBDIR += starlanes
|
|
SUBDIR += tksol
|
|
SUBDIR += tvp
|
|
SUBDIR += xasteroids
|
|
SUBDIR += xbat
|
|
SUBDIR += xbattle
|
|
SUBDIR += xbill
|
|
SUBDIR += xbl
|
|
SUBDIR += xblackjack
|
|
SUBDIR += xblast
|
|
SUBDIR += xboard
|
|
SUBDIR += xboing
|
|
SUBDIR += xchomp
|
|
SUBDIR += xcubes
|
|
SUBDIR += xdeblock
|
|
SUBDIR += xdino
|
|
SUBDIR += xemeraldia
|
|
SUBDIR += xevil
|
|
SUBDIR += xeyesplus
|
|
SUBDIR += xfrisk
|
|
SUBDIR += xgalaga
|
|
SUBDIR += xgammon
|
|
SUBDIR += xgolgo
|
|
SUBDIR += xinvaders
|
|
SUBDIR += xjewel
|
|
SUBDIR += xkobo
|
|
SUBDIR += xlife
|
|
SUBDIR += xmahjongg
|
|
SUBDIR += xmille
|
|
SUBDIR += xmine
|
|
SUBDIR += xminehunter
|
|
SUBDIR += xminesweep
|
|
SUBDIR += xmj
|
|
SUBDIR += xmris
|
|
SUBDIR += xneko
|
|
SUBDIR += xonix
|
|
SUBDIR += xpacman
|
|
SUBDIR += xpat2
|
|
SUBDIR += xpilot
|
|
SUBDIR += xpipeman
|
|
SUBDIR += xpuyo
|
|
SUBDIR += xpuzzletama
|
|
SUBDIR += xripple
|
|
SUBDIR += xrisk
|
|
SUBDIR += xroach
|
|
SUBDIR += xrobots
|
|
SUBDIR += xrubik
|
|
SUBDIR += xscrabble
|
|
SUBDIR += xshisen
|
|
SUBDIR += xshogi
|
|
SUBDIR += xskat
|
|
SUBDIR += xsokoban
|
|
SUBDIR += xsol
|
|
SUBDIR += xsoldier
|
|
SUBDIR += xspringies
|
|
SUBDIR += xtic
|
|
SUBDIR += xtriangles
|
|
SUBDIR += yahtzee
|
|
SUBDIR += yamsweeper
|
|
SUBDIR += ztrack
|
|
|
|
.include <bsd.port.subdir.mk>
|