Commit graph

1253 commits

Author SHA1 Message Date
jlam
13cc963ef4 buildlink1 -> buildlink2 2002-09-24 08:33:07 +00:00
jlam
92ebb05c2c buildink1 -> buildlink2 2002-09-23 10:33:29 +00:00
jlam
c865861ed5 buildlink1 -> buildlink2 2002-09-23 10:31:25 +00:00
jlam
e11234801c buildlink1 -> buildlink2 2002-09-23 10:21:19 +00:00
jlam
86f38a9ffb Trivially use buildlink2. 2002-09-23 10:20:41 +00:00
jlam
dbf69a63ef buildlink1 -> buildlink2 2002-09-23 10:20:06 +00:00
jlam
1ad2c194a1 buildlink1 -> buildlink2 2002-09-23 10:10:51 +00:00
jlam
bc7632f409 buildlink1 -> buildlink2 2002-09-23 09:54:03 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
jlam
0dd96b4a7c Install documentation for clanbomber. 2002-09-21 13:23:34 +00:00
jlam
4b671f30ec buildlink1 -> buildlink2 2002-09-21 13:07:03 +00:00
jlam
83d7973993 * buildlink1 -> buildlink2
* include ossaudio.buildlink2.mk since fkiss links against libossaudio.*
* remove dependency on autoconf/automake.
2002-09-21 12:55:07 +00:00
jlam
635e71e9e4 buildlink1 -> buildlink2 2002-09-21 12:31:23 +00:00
simonb
f70634ccd2 Oops, forgot to add a patch with the previous change to install the
documentation; problem noticed by Cory Bajus in private mail.
2002-09-21 04:24:03 +00:00
jlam
594e887946 buildlink1 -> buildlink2 2002-09-20 21:24:48 +00:00
jlam
a6d9e3b189 buildlink1 -> buildlink2 2002-09-20 21:13:39 +00:00
jlam
e7fc93736f buildlink1 -> buildlink2 2002-09-20 11:48:18 +00:00
jlam
38568bbea1 buildlink1 -> buildlink2 2002-09-20 08:16:50 +00:00
jlam
52f33bc093 buildlink1 -> buildlink2 2002-09-20 04:48:15 +00:00
wiz
e04dd1481a Update to 0.0.5, converted to buildlink2.
Changes: security fix, but we didn't suid the binary anyway.
2002-09-12 13:30:28 +00:00
wiz
6ac47f670a Add and enable scummvm. 2002-09-12 00:41:01 +00:00
wiz
c5af3db6dc Initial import of scummvm, a game engine for lucasfilm games (without
the data files). Package provided by Adam Ciarcinski, cleaned up and
buildlink2ed by me.
2002-09-12 00:38:30 +00:00
wiz
e8105997aa Add and enable mirrormagic-sdl. 2002-09-12 00:22:23 +00:00
wiz
417981f7fa Add CONFLICT with mirrormagic-sdl. 2002-09-12 00:21:35 +00:00
wiz
ef848d2289 Initial import of mirrormagic-sdl, the SDL port of mirrormagic.
Package provided by Adam Ciarcinski, with cleanup and buildlink2ing by me.
2002-09-12 00:18:26 +00:00
wiz
29cd175204 Update to 2.0.1, provided by Adam Ciarcinski, with minor fixes.
Changes:
	- icon for Windows executable added
	- bug when selecting default level series fixed
	- new IFF style file format for level files
	- fullscreen mode now works with Windows (workaround for bug in SDL)
	- /dev/dsp support for NetBSD added (thanks to Krister Walfridsson)
	- file permissions when saving files and creating directories changed
	- some small sound bugs fixed
2002-09-11 23:43:41 +00:00
jlam
b4b3714869 This package uses X11. 2002-09-11 11:14:48 +00:00
jlam
6c0f869b6f Update games/xboard to 4.2.6. Changes from version 4.2.3 include bug
fixes in the UI, to properly charge time to the correct player, to play
variants on ICC, and Zippy fixes.  We also convert from buildlink1 to
buildlink2.
2002-09-11 11:13:02 +00:00
jlam
709fc4ab28 Update games/crafty to 18.15. Changes from version 18.13 include:
18.14   Minor bug in ResignOrDraw() code caused Crafty to not offer draws
        although it would accept them when appropriate.  Rook vs Minor
        is now evaluated as "neither side can win" an oversight in the
        EvaluateWinner() code.  minor bug in ResignOrDraw() would fail to
        offer draws due to the +0.01/-0.01 draw scores returned by the
        EGTB probe code.

18.15   change in endgame draw recognition to handle the case where one
        side appears to be in a lost ending but is stalemated.  the code
        now evaluates such positions as "DrawScore()" instead.  the code
        to accept/decline draws has been modified.  when a draw offer is
        received, a global variable "draw_offer_pending" is set to 1.
        when the search for a move for crafty terminates, crafty then
        uses this value to decide whether to accept or decline the draw.
        this means that the accept/decline won't happen until _after_ the
        search has a chance to see if something good is happening that
        should cause the draw to be declined, closing a timing hole that
        used to exist that let a few "suspects" get away with draws that
        should not have happened (ie crafty has - scores for a long time,
        the opponent suddenly fails low and sees he is losing and offers
        a draw quickly.  Crafty would accept before doing a search and
        noticing that it was suddenly winning.)  minor evaluation change
        to notice that K+B+right RP vs K+B is not necessarily won if the
        weaker side has a bishop of the right color.
2002-09-11 10:52:09 +00:00
wiz
143f87dee0 regen. 2002-09-11 10:16:50 +00:00
wiz
bf4a154efd Update to 2.3.3.
Changes:
2.3.3:
- added winning themes AbsoluteB, Oz, Moiree from theming contest and
  the previous default theme has been renamed to Classic (02/09/10 M.S.)
- fixed a bug that crashed LBreakout when there where two alternating
  players left in the last level and one finished it (02/09/05 M.S.)
- modifications to make LBreakout run on FreeBSD (02/09/05 S.M.)
- option to display balls above debris and explosions (02/09/05 J.S.)
- input bug fixes for win32 (02/09/05 L.R.)
- blinking cursor for editable menu items to distinguish them from
  switches (02/09/05 L.R.)

2.3.2:
- added all existing levelsets (27 sets, ~440 levels) (02/08/16 L.R.)
- quick help can be opened in game by pressing F1 or 'h' (02/08/16 M.S.)
- the 'select theme' hint bubble will show information on a theme (author,
  version, description) if it provides an ABOUT file (02/08/16 M.S.)
- menu graphics and sounds are now themeable (02/08/16 M.S.)
- added information about version and author of levelset to the hint
  bubble in the menu (02/08/16 M.S.)
- menu item added to modify challengers game port (02/08/16 M.S.)
- ip buffers resized to cover AF_INET6 addresses (02/08/16 M.S.)
- bugfix in net talk (02/08/15 M.S.)
- levelsets MP_Arenas and MP_Snapshots now have the correct contents
  (02/08/14 M.S.)

2.3.1:
- multiplayer levelsets MP_Arenas and MP_Snapshots are now installed
  correctly (02/08/14 M.S.)
- configure option --disable-network now works correctly (02/08/14 M.S.)
- if your challenge is invalid an error message is displayed
  (02/08/14 M.S.)

2.3:
- no warnings when loading a theme (02/08/13 M.S.)
- two network levelsets MP_Arenas (deathmatch) and MP_Snapshots (normal)
  added (02/08/13 M.S.)
- added version for levelsets (02/08/13 M.S.)
- added commands '/version', '/idletime' and '/userlimit (02/08/12 M.S.)
- 'turbo' key that temporarily doubles the paddle speed added
  (02/08/10 D.B.)
- command '/transfer' implemented (02/08/10 M.S.)
- bonus info displayed at the right side of the screen is now optional
  (02/08/10 M.S.)
- chatroom commands implemented (02/08/09 M.S.)
- chatroom channels implemented (02/08/08 M.S.)
- added configure option --disable-network (02/08/06 M.S.)
- network statistics implemented (02/08/06 M.S.)
- bugfix for networked weapon fire (02/08/06 M.S.)
- PNG loading routine updated (02/08/06 M.S.)
- fixed an aweful lot of bugs in normal network game (02/08/05 M.S.)
- implemented info about running games to chatroom (02/08/05 M.S.)
- users are properly unlinked after playing a network game (02/08/05 M.S.)
- pause chatroom implemented (02/08/04 M.S.)
- normal networking implemented /02/08/04 M.S.)
- network bugfixes (02/08/03 M.S.)
- screen is grayed for paused games (02/08/02 M.S.)
- deathmatch networking implemented (02/08/02 M.S.)
- bugfix for shooting bricks (02/08/02 M.S.)
- welcome message when entering chatroom and the user name is colored white
  (02/08/02 M.S.)
- score modification for difficulty level is directly added (02/07/31 M.S.)
- each level gets a background assigned instead of simply changing
  the background when the player changes (02/07/31 M.S.)
- plain text config (02/07/31 M.S.)
- restored compatibility with old layout (02/07/31 M.S.)
- for win32: (02/07/18 L.R.)
  - edit bug fixed
  - installation details added to README
  - muched improved installation system
  - files are always opened in binary mode
- added missing screen.jpg in the docs (02/07/18 L.R.)
- implemented network enviroment with chatroom
- implemented second fire key
- added check for libz to configure as this is required for PNG
- option to modify audio buffer size to fix sound problems
2002-09-11 10:16:19 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
zuntum
b09fe4bbe5 Update prboom to version 2.2.3
Changes from v2.2.2 to v2.2.3
- improved mouse handling
- intermission demo sync bug fixed
- framebuffer update fixes (solves flicker on fbcon)
- -forceoldbsp allowed in non-GL version, and saved in demos
- fix player colours in multiplayer demos
- apply workarounds for buggy pwads even during demo playback
- fix numpad 5 key
- allow compilation on systems where SDL is built without joystick support
- fix comp_skymap
- using anisotropic filtering when the OpenGL extension is available
- using paletted textures when the OpenGL extension is available
- added gl_use_paletted_texture option to glboom configuration file
- using shared texture palette when the OpenGL extension is available
- added gl_use_shared_texture_palette option to glboom configuration file
2002-09-06 16:01:38 +00:00
wiz
1b5a2d1d37 Convert to buildlink2. 2002-09-06 12:09:08 +00:00
wiz
e45699230d regen (removing patch-al -- forgotten cvs add?) 2002-09-01 23:24:13 +00:00
hubertf
7bed43a6a2 Distfiles aren't available any longer on the KDE ftp site, so let's
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-09-01 04:26:09 +00:00
wiz
55d299edab Update to 0.1.15 (bugfix release).
Convert to buildlink2.
2002-08-31 13:33:02 +00:00
wiz
e33f5d0310 Scores file has to be removed manually. 2002-08-30 23:28:49 +00:00
fredb
5aa286370a Fix ${PKGLOCALEDIR} handling. 2002-08-30 23:26:43 +00:00
wiz
f14cdb14dd Update to 3.0.1:
- Optional "Time Limit" per move.
- Removed world writable score file.
Also, convert to buildlink2.
2002-08-30 23:16:27 +00:00
wiz
80998cee18 Update to 1.9.7, now with theme support, keyboard support, and some
other changes.
2002-08-30 22:55:59 +00:00
wiz
66f91da0fd Remove (buildlink2 merge). 2002-08-29 10:02:36 +00:00
jlam
edc8eb4124 buildlink1 -> buildlink2 2002-08-28 07:58:51 +00:00
skrll
401b5cebdd Update to KDE 3.0.3.
While I'm here do the a.out dance for kuickshow and a couple of other
minor clean ups.

Changes are:

kdelibs
	kprocess / kprocctrl: fix problem with hanging kdevelop.
	Javascript (core): more robust stack overflow check
	Javascript (html): allow to set a JS (non-CSS) property to a style object
	Javascript (html): improved result of navigator.platform using uname()
	Javascript (html): more aggressive garbage collection on clear, fixing many
		crashes
	Javascript (html): global object (window) has a correct object prototype now
	khtml: several crashes and bugs fixed
	kssl: Always verify the basic constraints on certificates (SECURITY)
	kdefx: Make the blending routine used by transparent menus work properly on
		big-endian platforms
	kdeui: Fix KDialog::setPlainCaption()

kdebase
	Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole).
	Kicker: Quick browser escapes ampersand characters in file names.
	Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt".
	Konsole: Fixed crashes at startup related to broken font installations.
	Konsole: Fixed crashes when selecting in history buffer.
	krdb: Smarter handling of multiple and symlinked KDE and Qt installs when
		exporting plugin path to Qt.

kdenetwork
	KMail: allow an ampersand as last char of an URL.
	KMail: Don't crash when custom drafts or sent-mail folders have been deleted or
		renamed.
	KMail: Fix auto charset detection for empty strings.
	KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys.
	KMail: Make custom (global) Bcc headers work correctly with encryption and
		distribution list expansion.

kdepim
	KAlarm: Fix session restoration often not occurring at login.
	KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm.
	KAlarm: Make Close button on message window not the default button to reduce
		chance of accidental acknowledgement.
	KAlarm: Make Help button in configuration dialog display KAlarm handbook.
	KNotes: Compile fix for Qt 3.0.5
	KOrganizer: Fixed context menu of todo list/view and event list which
		disappeared when using Qt 3.0.5
2002-08-28 07:15:25 +00:00
jlam
7353e70195 buidlink1 -> buildlink2 2002-08-27 19:09:12 +00:00
jlam
183cb73c96 buildlink1 -> buildlink2 2002-08-27 18:52:18 +00:00
jlam
3610ed98b1 buildlink1 -> buildlink2 2002-08-27 18:41:11 +00:00
mycroft
cb99b77e5e Fix ridiculously stupid unaligned accesses. 2002-08-22 05:29:50 +00:00
mycroft
4164402d80 Fix more obvious word size cruft. 2002-08-22 05:08:30 +00:00
mycroft
1c5bda26b8 Deal with some obvious pointer size issues that prevent xdoom even loading the
WAD file on LP64.  Whether it works beyond that point now, I don't know.
2002-08-22 04:18:43 +00:00
simonb
91bd8ef15f Install the man page and other miscellaneous documention. 2002-08-21 06:25:10 +00:00
mycroft
033f54d108 Crank PKGREVISION. 2002-08-19 15:02:50 +00:00
mycroft
1164a93eb1 Fix the special-case do-build target to respect MAKE_ENV. 2002-08-19 15:00:48 +00:00
mycroft
cb7b5f2c89 Fix the WAD version number printf(), which is very obviously broken. 2002-08-19 14:49:47 +00:00
jschauma
82f26389a3 Beautify: correct tab-stops. 2002-08-16 02:50:02 +00:00
tron
98bac6da2a Fix C++ sloppiness to make this build with g++ 2.95.3. 2002-08-14 16:18:40 +00:00
dmcmahill
9629b6e942 add some defines to CFLAGS to use stdarg.h. Fixes recently noted build
problems on alpha.
2002-08-13 01:51:25 +00:00
dmcmahill
9fa64dec3b use BUILDLINK_DIR instead of BUILDLINK_X11_DIR for the xpm location.
Fixes build on non-XF4 machines.  Thanks to jlam for the suggestion.
2002-08-10 02:27:46 +00:00
jlam
d88554c247 Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of
shell wildcards intended to match against ${MACHINE_PLATFORM}.  These
variables are used to note those platforms that have the named packages in
the base system but are incompatible in some way from the pkgsrc version
of the same package.  Change INCOMPAT_CURSES to have the same sematics as
above.  These variables allow much greater precision in specifying which
platforms have broken (for the purposes of pkgsrc) versions of software in
the base system that must be ignored.

The buildlink.mk files for these packages define private _INCOMPAT_*
versions of these variables, and they contain the default lists of
platforms that are known to have incompatible software bits.

This addresses pkg/17775 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.
2002-08-07 06:10:32 +00:00
hubertf
d1af963878 trim 2002-08-05 01:44:01 +00:00
jschauma
81db7a193e Remove patches that are no longer needed after most recent update. 2002-08-01 14:08:30 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
blymn
b8094222a3 Fix for PR 17741, m_swap.h needs to have sys/endian.h included to
correctly determine the endian of the host machine.
2002-07-29 11:09:50 +00:00
jschauma
c2d6993501 Update angbadn-x11 to 3.0.1 as suggested in PR pkg/17605. Some modifications
to the suggested Makefile by myself.

Our previous version was 2.8.3, so the list of changes is rather extensive.
A complete list is available on the packages homepage.

Highlights include (as far as I can tell, not being a user of this package):
- the usual feature enhancements and bug-fixes
- randomized character generation
- improved monster AI
- color coded messages and more sound events
- lots of environmental, monster and player changes
- new MASTER_SITE
- new HOMEPAGE
2002-07-26 22:06:46 +00:00
martti
38b6ada855 Add dependency to pthread. 2002-07-25 07:05:15 +00:00
zuntum
a25ca1174d Update prboom to version 2.2.2
Changes from v2.2.1 to v2.2.2
- more demo sync problems for original Doom and Boom fixed
- added changeable samplerate for soundmixing
- added fullscreen/window toggle in option menu
- added double buffering
- floor rendering made more accurate
- Win32 config file handling fixed
- fix endian conversion problem on Linux/PPC
2002-07-20 12:56:45 +00:00
wiz
24c96ec1ff Update to 1.9.12 (old distfile not available any longer).
Changes:
Added patches submitted by Jeremy Cooper to record window size and
fix an IGS bug.
2002-07-19 13:40:14 +00:00
rh
249b315082 Patch scrollkeeper_localstatedir to make it point to the correct location
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
2002-07-17 22:21:37 +00:00
wiz
12fe0a2d5b Give this a chance of working on xpkgwedged systems.
Not on 1.6 or -current, though, since it has C++ bugs that need fixing.
2002-07-17 18:22:23 +00:00
rh
41b62c0a95 Set localstatedir so the scrollkeeper database gets updated correctly
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
2002-07-17 13:11:44 +00:00
skrll
687d6d1cb4 Update to KDE 3.0.2
Also, allow the arts SSE detection code to run on modern NetBSD systems.

Changes are:
arts
	Again Build fixes.
	Realtime priority configuration fix

kdelibs
	dcop: Make it possible to disable the Qt bridge.
	make sure tooltip effects can be configured.
	kbuildsycoca: avoid crash on unreadable directories.
	kdockwidget: fixing reading of configuration.
	kedittoolbar: fix leak.
	khtml: many fixes.
	kded: signal handling fixes.
	kio-http slave: fixes related to form posts and cache handling.
	kjs: added max recursion limit.
	kjs: leak and compatibility fixes.

kdebase
	kicker: &-escaping fix
	audiocd: fix cddb computation
	thumbnail previewer: calculate the number of bytes to read instead
	    of hardcoding it.
2002-07-17 07:54:03 +00:00
agc
b250653f67 At least let this package compile... 2002-07-16 14:26:20 +00:00
agc
6d1ea974ff Make this package compile 2002-07-16 13:50:57 +00:00
agc
1cf8f8d4f2 Make this package compile 2002-07-16 13:39:03 +00:00
wiz
13ee285cab Add sound support, as proposed in pkg/13899 by rxg.
Bump to 2.4nb1.
Add MESSAGE explaining that with XFree86-4.x.x, you probably need
to start xboing with -usedefcmap. Thanks to uwe for finding that out!
2002-07-15 09:01:42 +00:00
rh
c325ab61f5 Add and enable fkiss 2002-07-14 09:41:11 +00:00
rh
cb23e8ceec Initial import of fkiss-0.32, a kisekae viewer provided by Ben Collver
<collver@linuxfreemail.com>

This closes PR pkg/14452
2002-07-14 09:40:30 +00:00
rh
dc5d1aaff8 Update gnome-games to 1.4.0.4. Changes are bugfixes only. Most notably,
this package now fetches its missing HTML documentation (created using
db2html, which is available on RedHat Linux only) from MASTER_SITE_LOCAL.

This closes Havard's PR pkg/16699.
2002-07-14 00:12:40 +00:00
wiz
e68150649d Update to 4.5.3 because of security problems in server from versions <4.5.1,
as reported on tech-pkg by Richard Rauch.
Changes: lots of new features, misc. fixes and a security fix in the server.
Details in doc/ChangeLog in the tarball.
2002-07-12 13:48:08 +00:00
wiz
00768202f3 Add USE_BUILDLINK_ONLY to avoid stumbling over installed ncurses
headers.
2002-07-11 17:07:19 +00:00
wiz
c8e8e4a1cc Add and enable maelstrom-sdl; rename maelstrom to maelstrom-x11.
Remove old maelstrom dir.
2002-07-11 13:29:46 +00:00
wiz
6d5dc9656f Re-import of maelstrom as maelstrom-x11 to better show which version it is;
also, the SDL version seems to be the only one that's under development
right now. Requested in pkg/15583 by Ben Wong.
2002-07-11 13:26:12 +00:00
wiz
5b89a9f6ab Initial import of maelstrom-sdl, the SDL port of Maelstrom,
provided by Ben Wong in pkg/15582.
Maelstrom is a port of the original shareware game for the Macintosh.
It is a fast-action, high resolution (640x480) asteroids-like game,
with detailed graphics and original sounds.

This version uses the SDL (Simple DirectMedia Layer) which provides
faster graphics and better sound than the old X11 version for NetBSD.
SDL also allows the screen resolution to be changed to 640x480 when
Maelstrom is run in full-screen mode.
2002-07-11 13:21:27 +00:00
wiz
163c1b4dc7 Add and enable glickomania. 2002-07-08 00:47:12 +00:00
wiz
e673e2dc40 Initial import of glickomania-1.0:
Gnome clickomania, or glickomania, is a simple, but dangerously
addictive puzzle. The objective is to clear the board of all tiles
by removing groups of identical adjacent tiles. Tiles fall downwards
to fill empty gaps, and from right to left to fill empty columns.
A slight variation of clickomania is known as "the same game" and
it has been implemented in KDE (ksame), Gnome (gsame), and most
handhelds. The most significant difference is in the scoring: in
clickomania the goal is to clear the board, whereas in "same" the
objective is to remove as large groups as possible.

Glickomania can be very challenging, but this implementation is
designed to be relaxing: there is no clock and the user has unlimited
undo and redo. Contrary to all other implementations I know of,
glickomania ensures all problems presented to the player are indeed
solvable.
2002-07-08 00:44:43 +00:00
wiz
47d1c0f887 Add RCS Id. 2002-07-02 12:42:52 +00:00
agc
e44c78cae7 Deprecate IS_INTERACTIVE
Mark this package with an interactive build stage
2002-07-02 11:34:03 +00:00
jdolecek
8a0ac60e92 kmahjogg: fix one place where memory was read after it was freed; this
previously crashed with MALLOC_OPTIONS=J
2002-06-30 21:31:24 +00:00
kristerw
ee74f12239 Correct sound support. Patch provided by David Griffith.
Solves PR 14061.
2002-06-29 01:48:52 +00:00
agc
17c78c9b5f Make this compile on 1.6 and above 2002-06-28 16:03:02 +00:00
agc
3a5e8ec836 Strongly buildlink this package. 2002-06-28 14:54:18 +00:00
agc
d052b13774 Make this package compile 2002-06-28 09:07:12 +00:00
tron
1dc6f6e304 I don't maintain this package any more. 2002-06-27 20:18:41 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
jlam
0c6c7bc89b Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround. 2002-06-23 03:54:30 +00:00
jlam
eaff811989 Package Makefiles should _never_ refer to its installation location as
"${LOCALBASE}".
2002-06-23 03:49:46 +00:00
wiz
0111c03f66 Add and enable adom. 2002-06-16 21:29:56 +00:00
wiz
e4e13c095d Initial import of adom, provided by Sergey Svishchev in pkg/17288.
Ancient Domains of Mystery (ADOM for short) is a rogue-like game
which means that it is a single-user game featuring the exploration of
a dungeon complex.  You control a fictional character described by
race, class, attributes, skills, and equipment.  This fictional
character is trying to achieve a specific goal (see below) and succeed
in a difficult quest.  To fulfill the quest, you have to explore
previously undiscovered tunnels and dungeons, fight hideous monsters,
uncover long forgotten secrets, and find treasures of all kind.
2002-06-16 21:26:21 +00:00
wiz
be9c0bdb4f Add a paragraph about the need for hardware accelerated cards (copied from
quake3arena-demo/DESCR) [by cjs].
2002-06-10 11:16:11 +00:00
wiz
880d5da385 Grammar fixes, and |fmt. 2002-06-10 11:14:09 +00:00