summaryrefslogtreecommitdiff
path: root/games/imaze (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WRKSRC-related fixes.Satoshi Asami2000-04-161-0/+1
| | | | Notes: svn path=/head/; revision=27645
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-1/+1
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's MakefileMichael Haro2000-04-141-3/+2
| | | | Notes: svn path=/head/; revision=27508
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-1/+1
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* awk -> ${AWK}Michael Haro1999-08-221-3/+3
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* 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
* Don't try to use sound or joystick support when MACHINE_ARCH is alpha.Steve Price1999-06-061-6/+16
| | | | Notes: svn path=/head/; revision=19232
* LIB_DEPENDS on the new unified xview port.Steve Price1999-05-041-2/+2
| | | | Notes: svn path=/head/; revision=18484
* Among other things build the XView version by default.Steve Price1999-02-223-91/+104
| | | | | | | | PR: 10056 Submitted by: maintainer Notes: svn path=/head/; revision=16835
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-282-5/+3
| | | | Notes: svn path=/head/; revision=13486
* Remove regexp support for libxview not that it builds ELF too.Steve Price1998-09-211-2/+2
| | | | Notes: svn path=/head/; revision=13294
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Add $Id$.Satoshi Asami1996-12-191-0/+1
| | | | Notes: svn path=/head/; revision=5033
* Make this thing actually compile without Motif.Satoshi Asami1996-11-262-8/+4
| | | | Notes: svn path=/head/; revision=4678
* - 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
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-5/+0
| | | | | | | | | | | 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
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-1/+1
| | | | Notes: svn path=/head/; revision=4575
* Remove NO_CDROM, we got the author's explicit permission.Satoshi Asami1996-05-161-1/+0
| | | | | | | Thanks to: jkh Notes: svn path=/head/; revision=3091
* Put variables in right order. People, please take a look at the sampleSatoshi Asami1996-04-301-3/+4
| | | | | | | Makefile in the handbook! It's all in there! Notes: svn path=/head/; revision=3046
* Bring in the imaze port with NO_CDROM set (if we get permission, we'll changeJordan K. Hubbard1996-04-276-0/+110
that). Submitted-By: Ronald Kuehn <kuehn@rz.tu-clausthal.de> Notes: svn path=/head/; revision=3040