summaryrefslogtreecommitdiffstats
path: root/games/xmine
Commit message (Collapse)AuthorAgeFilesLines
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-091-0/+1
| | | | area on the local ports tree.
* Remove obsolete `Version required' lines.knu2000-04-141-1/+0
|
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-2/+3
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Don't XawAsciiSourceFreeString() the value previously obtained withjoerg2000-02-192-0/+160
| | | | | | | | | | a XawDialogGetValueString(); this is apparently no longer permissible (the docs say it gets automatically freed by XawDialogGetValueString()). PR: ports/12490 While i was at it, i also added WM_DELETE_WINDOW hooks so all the toplevels can be deleted by usual window manager actions.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Remove bad MASTER_SITEs and add more good ones.jseger1998-10-031-2/+3
|
* Remove regexp support for Xaw3d since it can now be built insteve1998-09-211-2/+2
| | | | an ELF world.
* These ports install uncompressed manpages even though USE_IMAKE isasami1998-08-251-1/+2
| | | | | | set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours).
* Remove manpages defined in MAN? macros in games' Makefiles.asami1998-08-131-1/+0
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-2/+2
|
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-301-2/+2
|
* Have manpage installed in man6 where games belong.obrien1997-01-034-18/+22
| | | | and some /usr/local hardcodings --> ${PREFIX}
* Trim down excessively long DESCR files in ports i either own, or wherejoerg1996-12-221-31/+1
| | | | | | i'm somehow related to (hpscan, that is). Requested by: asmi (long ago)
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-4/+4
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+3
|
* freefall.cdrom.com -> freefall.freebsd.orgasami1996-06-031-2/+2
|
* Add freefall's LOCAL_PORTS as master site. We are the first sitejoerg1995-04-171-1/+2
| | | | where it appeared.
* And here comes the next round of Makefile updates, for games. Folks,asami1995-04-111-3/+6
| | | | | | 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....
* Claim my ports, and add the MAINTAINER entry.joerg1995-04-011-1/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.ats1995-03-201-1/+1
|
* Converted Makefiles as much as I could.asami1995-02-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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!
* Add a missing ${PORTSDIR} in the DEPENDS line.ats1995-01-211-2/+2
|
* Add checksum files to these new portsgpalmer1995-01-051-0/+1
|
* added "INSTALL_MANPAGES= yes" to install manpagesswallace1994-12-311-1/+2
|
* The new-style port for Paul Falstad's xminesweeper, herejoerg1994-12-266-0/+141
my Xaw-only version.
OpenPOWER on IntegriCloud