summaryrefslogtreecommitdiff
path: root/games (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No trailing slash necessary for MASTER_SITE_SUBDIR. Set USE_X11 insteadSatoshi Asami1997-01-101-3/+3
| | | | | | | of saying PREFIX=${X11BASE}. Notes: svn path=/head/; revision=5300
* Activate xminehunter.Thomas Gellekum1997-01-101-1/+2
| | | | Notes: svn path=/head/; revision=5297
* Import of xminehunter, yet another minesweeper game.Thomas Gellekum1997-01-106-0/+50
| | | | | | | Uses Motif, and almost works with the latest lesstif-current. Notes: svn path=/head/; revision=5296
* Remove myself as MAINTAINER from a number of ports I no longerJordan K. Hubbard1997-01-061-3/+1
| | | | | | | | have time to properly maintain. This will cause the position to revert to ports. Notes: svn path=/head/; revision=5235
* Delete extra ${MASTER_SITE_XCONTRIB} David forgot to erase. :)Satoshi Asami1997-01-031-2/+1
| | | | Notes: svn path=/head/; revision=5196
* Have manpage installed in man6 where games belong.David E. O'Brien1997-01-0315-158/+174
| | | | | | | and some /usr/local hardcodings --> ${PREFIX} Notes: svn path=/head/; revision=5191
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andDavid E. O'Brien1997-01-0338-93/+130
| | | | | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR} Notes: svn path=/head/; revision=5186
* Have manpage go into man6 as the manpage says.David E. O'Brien1997-01-033-84/+56
| | | | | | | Remove hardcodings of /usr/local and /usr/X11R6 Notes: svn path=/head/; revision=5185
* Variable reordering to standards.David E. O'Brien1997-01-033-45/+42
| | | | Notes: svn path=/head/; revision=5184
* Activate xgammon.Thomas Gellekum1997-01-031-1/+2
| | | | Notes: svn path=/head/; revision=5183
* Import of xgammon, a backgammon game for X11.Thomas Gellekum1997-01-0310-0/+197
| | | | | | | | The do-extract rule is extremely ugly; I just don't want to write a general tool for RedHats rpm format... Notes: svn path=/head/; revision=5182
* Install manpage in man6 as the man page header says it is.David E. O'Brien1997-01-032-3/+6
| | | | Notes: svn path=/head/; revision=5181
* Activate gnugo.Thomas Gellekum1997-01-021-1/+2
| | | | Notes: svn path=/head/; revision=5162
* Import of gnugo, the game of go with a text screen interface.Thomas Gellekum1997-01-025-0/+36
| | | | | | | | | Closes PR 2314. Submitted by: jseger@scds.com Notes: svn path=/head/; revision=5161
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-12-302-4/+4
| | | | Notes: svn path=/head/; revision=5139
* The distfile has been changed.Masafumi Max NAKANE1996-12-301-1/+1
| | | | | | | Pointed-out by: John-Mark Gurney <jmg@nike.efn.org> Notes: svn path=/head/; revision=5135
* Moved the @exec mkdir ... line so that it won't fail toMasafumi Max NAKANE1996-12-278-8/+8
| | | | | | | mkdir lib/nethackdir/save when you do pkg_add this package for the first time. Notes: svn path=/head/; revision=5107
* Update to 3.2.2.Satoshi Asami1996-12-2316-56/+48
| | | | | | | Notified by: andreas Notes: svn path=/head/; revision=5062
* Trim down excessively long DESCR files in ports i either own, or whereJoerg Wunsch1996-12-222-48/+2
| | | | | | | | | i'm somehow related to (hpscan, that is). Requested by: asmi (long ago) Notes: svn path=/head/; revision=5057
* BUILD_DEPENDS on ld.so;Eric L. Hernes1996-12-194-4/+6
| | | | | | | | modload the linuxulator if we can't run the linux binary in the build process. Notes: svn path=/head/; revision=5039
* Add $Id$.Satoshi Asami1996-12-191-0/+1
| | | | Notes: svn path=/head/; revision=5033
* Upgrade to unofficial 1.2, now includes "BSD Daemon" mode (-bsd).Satoshi Asami1996-12-182-8/+9
| | | | | | | Submitted by: candy@fct.kgc.co.jp Notes: svn path=/head/; revision=5022
* Add files/md5 entries for files whose checksum should be ignored as well.Satoshi Asami1996-12-174-2/+6
| | | | | | | Requires rev. 1.239 of bsd.port.mk. Notes: svn path=/head/; revision=5009
* Remove ${DISTNAME}.tar.gz in pre-clean target, it is built from the realSatoshi Asami1996-12-171-1/+4
| | | | | | | | | distfile in the do-extract target. Found by: msmith's pib distfile checker Notes: svn path=/head/; revision=5001
* /dev/joy0 -c must be -c /dev/joy0Andrey A. Chernov1996-12-131-1/+1
| | | | Notes: svn path=/head/; revision=4966
* Remove unnecessary EXTRACT_SUFX (DISTFILES list is defined).Satoshi Asami1996-12-122-4/+2
| | | | Notes: svn path=/head/; revision=4956
* add doom to the Makefile, so Satoshi won't have to tonite ;-)Eric L. Hernes1996-12-111-1/+2
| | | | Notes: svn path=/head/; revision=4934
* new port of linux Doom, this has most (maybe all) of Amancio'sEric L. Hernes1996-12-1113-0/+1689
| | | | | | | joystick/music/sound stuff! Notes: svn path=/head/; revision=4933
* Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKENMasafumi Max NAKANE1996-12-081-2/+2
| | | | | | | in double-quotes. Notes: svn path=/head/; revision=4891
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-3/+3
| | | | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami cp -> ${CP} Notes: svn path=/head/; revision=4882
* Add reason for NO_CDROM (shareware).Satoshi Asami1996-12-071-2/+2
| | | | Notes: svn path=/head/; revision=4865
* Now, string describing reason for defining these variables must be setMasafumi Max NAKANE1996-12-071-2/+2
| | | | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED. Notes: svn path=/head/; revision=4860
* 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
* Fix for GUS sound cards.Satoshi Asami1996-11-301-0/+19
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=4727
* Upgrade the md5 file Torsten forgot (as usual :).Satoshi Asami1996-11-301-1/+1
| | | | Notes: svn path=/head/; revision=4722
* Upgrade to 1.6cTorsten Blum1996-11-302-6/+18
| | | | Notes: svn path=/head/; revision=4718
* Make this thing actually compile without Motif.Satoshi Asami1996-11-262-8/+4
| | | | Notes: svn path=/head/; revision=4678
* Add flying, imaze and xeyesplus. Sort.Satoshi Asami1996-11-261-2/+5
| | | | Notes: svn path=/head/; revision=4676
* Please read your commit messages. Or even a cvs log of this file.Satoshi Asami1996-11-221-1/+1
| | | | | | | Don't people do that anymore before committing? Notes: svn path=/head/; revision=4631
* Re-update xpilot to version 3.5.1Steven Wallace1996-11-215-62/+62
| | | | Notes: svn path=/head/; revision=4629
* Remove unnecessary USE_X11 (implied by USE_IMAKE) and XMKMF (alreadySatoshi Asami1996-11-201-5/+3
| | | | | | | | | | | | defined, why do we need it?). Don't put "x11" in category just because it uses X, or 2/3 of the games would be in x11. Change "mkdir -p" to ${MKDIR}. In case you are wondering why I jumped on this so quickly, these are exactly the things I was fixing on Mr. Nakai's other ports too. ;) Notes: svn path=/head/; revision=4613
* It's not recommended to put the full man page in this file. ;)Satoshi Asami1996-11-201-100/+0
| | | | Notes: svn path=/head/; revision=4612
* Add xsokoban.Thomas Gellekum1996-11-201-1/+2
| | | | Notes: svn path=/head/; revision=4607
* Import of xsokoban, a pushing blocks solitaire game.Thomas Gellekum1996-11-208-0/+371
| | | | | | | | | Closes PRs 1801, 2029, 2059. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=4604
* - if MOTIFLIB is not defined, setup a defaultTorsten Blum1996-11-192-3/+8
| | | | | | | - only use Motif if "FORCE_MOTIF" is defined Notes: svn path=/head/; revision=4596
* Use Motif if HAVE_MOTIF and MOTIFLIB are defined (/etc/make.conf).Torsten Blum1996-11-192-4/+46
| | | | | | | default it to build the xview version. Notes: svn path=/head/; revision=4587
* unzip and lha should be BUILD_DEPENDS not FETCH_DEPENDS. (Note thatSatoshi Asami1996-11-191-2/+2
| | | | | | | | BUILD_DEPENDS is actually checked from within the extract target, and thus covers everything from extract to build.) Notes: svn path=/head/; revision=4582
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-1832-76/+26
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=4578