aboutsummaryrefslogtreecommitdiff
path: root/games/xmris
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-282-4/+3
| | | | Notes: svn path=/head/; revision=13500
* Something has changed around the "all" target in XFree86-3.3...I don'tSatoshi Asami1997-06-121-1/+2
| | | | | | | | | know what, but instead of trying to sort out the five hundred "all" targets in this port's Makefile, simply define ALL_TARGET=xmris to sidestep the problem. Notes: svn path=/head/; revision=6880
* Use ${MASTER_SITE_XCONTRIB}. The old one didn't work anyway (missing "/").Satoshi Asami1996-12-061-2/+3
| | | | Notes: svn path=/head/; revision=4844
* Upgrade to version 4.04Steven Wallace1996-12-064-12/+15
| | | | Notes: svn path=/head/; revision=4819
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-131-7/+0
| | | | | | | Reported by: jkh Notes: svn path=/head/; revision=2415
* Shorten the COMMENT lineJean-Marc Zucconi1995-10-251-1/+1
| | | | Notes: svn path=/head/; revision=2361
* And here comes the next round of Makefile updates, for games. Folks,Satoshi Asami1995-04-111-3/+13
| | | | | | | | | there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks.... Notes: svn path=/head/; revision=1325
* Change the app. defaults so that the game plays fasterJean-Marc Zucconi1995-04-061-0/+19
| | | | Notes: svn path=/head/; revision=1301
* Add the MAINTAINER lineJean-Marc Zucconi1995-04-061-0/+1
| | | | Notes: svn path=/head/; revision=1300
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Delete a second cd ${X11BASE}. Luckily it is not needed here, because theAndreas Schulz1995-03-201-1/+0
| | | | | | | substitution only works the first time. Notes: svn path=/head/; revision=1164
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.Andreas Schulz1995-03-201-2/+2
| | | | Notes: svn path=/head/; revision=1159
* Always use ${PREFIX}/lib/X11/app-defaults/ for app. defaultsJean-Marc Zucconi1995-03-051-0/+1
| | | | Notes: svn path=/head/; revision=1090
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Change working directory to /usr/X11R6.Steven Wallace1995-01-021-5/+5
| | | | | | | Add .gz suffix to manpages. Notes: svn path=/head/; revision=661
* Add INSTALL_MANPAGES= yes.Steven Wallace1995-01-021-1/+2
| | | | Notes: svn path=/head/; revision=660
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Don't test if X is running. This was not necessary to build xmris.Jean-Marc Zucconi1994-12-121-7/+0
| | | | Notes: svn path=/head/; revision=563
* removed IS_INTERACTIVE and pre-intsall target. They are no longer necessary.Jean-Marc Zucconi1994-12-121-4/+0
| | | | Notes: svn path=/head/; revision=562
* Add the IS_INTERACTIVE flag to stop it hosing batch builds whenGary Palmer1994-12-081-0/+1
| | | | | | | you aren't running X11. Non-ideal solution to non-ideal world. Notes: svn path=/head/; revision=545
* Deal with a sys_errlist[] thing that got in here somehow..Jordan K. Hubbard1994-11-081-0/+12
| | | | Notes: svn path=/head/; revision=341
* Jean-Marc Zucconi's updates from October 6th.Jordan K. Hubbard1994-10-081-1/+1
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=208
* These are my changes to support the new argument-less configure scripts.Jordan K. Hubbard1994-10-041-5/+5
| | | | Notes: svn path=/head/; revision=170
* Latest changes from Jean-MarcJordan K. Hubbard1994-09-234-5/+8
| | | | | | | Submitted by: Jean-Marc Zucconi Notes: svn path=/head/; revision=112
* Switch from numeric to ascii mode specs in order to avoid wipingJordan K. Hubbard1994-09-211-4/+2
| | | | | | | directory execute bits. Notes: svn path=/head/; revision=107
* Jean-Marc Zucconi's port of xmris - an X11 based arcade game.Jordan K. Hubbard1994-09-215-0/+56
Submitted by: Jean-Marc Zucconi Notes: svn path=/head/; revision=106