Commit graph

14 commits

Author SHA1 Message Date
Max Brazhnikov
3de3028d38 - Convert to USES=qmake
- Adjust USE_QT4 components

Approved by:	portmgr (blanket approval)
2013-11-22 18:48:31 +00:00
John Marino
a97d27b793 Explicitly define LDFLAGS for 4 QT4-based ports
Fixes come from dports.  Problem and solution verified on
FreeBSD using gcc48.

Approved by:	portmgr (bapt, implicit)
2013-10-08 17:37:36 +00:00
Rusmir Dusko
9b81a00e02 - Support STAGEDIR
Approved by:	wg/pawel (mentors)
2013-09-25 19:17:26 +00:00
Rusmir Dusko
8de3b811b2 - Change Makefile header
- Change maintainer email to @FreeBSD.org
- Add USE_DOS2UNIX
- Change Desktop entry file
- Add DOCS Option
- Add post-configure, fix build with Clang
- Mute dir install

Approved by:	wg/pawel (mentors)
2013-09-25 16:31:26 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Beech Rintoul
55f3998865 - Fix poirtdocs
PR:		ports/177035
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-04-28 21:38:56 +00:00
Beech Rintoul
c2804cad8c - Update desktop and docs options
- Bump portrevision

Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Approved by:	maintainer
2013-03-13 01:38:56 +00:00
Jason Helfman
64c3be345f - port requires data installation
- use portname variable for plist
- optionsNG on DOCS

PR:	170722
Submitted by:	maintainer, nemysis@gmx.ch
2012-08-20 18:09:28 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Alex Kozlov
913539a7ed - remove USE_GMAKE, HAS_CONFIGURE, CONFIGURE_ENV, MAKE_ENV
- simplify do-configure, .if !defined (NOPORTDATA) block

PR:	ports/168174
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Approved by:	eadler, itetcu (mentors, implicit)
2012-05-22 07:36:27 +00:00
Chris Rees
631ad12eda - De-pkg-plist
- Install as bin/bubble-chains, rather than bin/chains

PR:		ports/167777
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)

- Stop using PKGNAMEPREFIX and just stick it in PORTNAME;
  hyphen is no problem here

Approved by:	maintainer
2012-05-10 19:02:10 +00:00
Chris Rees
625cd9889f The aim of Bubble Chains is to remove all of the targets on each level,
and to do this before the time
(indicated with the blue-colored bar at the right) runs out.
Keep doing this until you have passed the last level and won the game.

WWW: http://bubble-chains.sintegrial.com/

PR:		ports/167234
Submitted by:	nemysis@gmx.ch
2012-05-07 15:20:30 +00:00