aboutsummaryrefslogtreecommitdiffstats
path: root/games/CaribbeanStud
Commit message (Collapse)AuthorAgeFilesLines
* - Simplify MASTER_SITESamdmi32014-12-072-3/+3
| | | | | - Add LICENSE - Drop @dirrm* from plist
* - Remove extra tabsdanilo2013-10-3013-39/+75
| | | | | | - Add stage support - Fix build - Add DOCS option
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-2/+1
| | | | games)
* Convert from USE_MOTIF to USES=motifbapt2013-07-101-4/+2
| | | | | | While here: - Trim headers - Convert some USE_GMAKE to USES=gmake
* -remove MD5ohauer2011-07-031-1/+0
|
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_X_PREFIXbeech2008-03-211-2/+1
| | | | | | - Bump portrevision Submitted by: Chess Griffin <chess@chessgriffin.com>
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Add SHA256pav2005-11-251-0/+1
|
* SIZEify.trevor2004-01-291-0/+1
|
* [patch] Unbreak port: games/CaribbeanStudedwin2003-09-2812-16/+317
| | | | | | | | Port build now with both gcc 2.95.4 and 3.3.1. It also respects CFLAGS, which it didn't before. PR: ports/55733 Submitted by: Simon Barner <barner@in.tum.de>
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* - PORTDOCS policepat2001-12-241-3/+3
| | | | | - DOCSDIR support to some - Brush out some lint
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-1/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Add -pedantic.alex2000-07-141-2/+1
| | | | | | Unbreaks build --> Remove BROKEN. Noticed by: bento
* Mark as BROKEN: Bad C++ code.kris2000-07-031-0/+2
| | | | Noticed by: bento
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-3/+3
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* make it work with MOTIFLIB (for real this time). This port doesn'tmharo1999-05-021-3/+3
| | | | | use imake even though it has an Imakefile. Don't need to patch Imakefile if you don't use it.
* Caribbean Stud gambling game for X Window Systemtaoka1999-03-308-0/+129
PR: ports/7409 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>