aboutsummaryrefslogtreecommitdiffstats
path: root/games/powerpak/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mark these ports DEPRECATED due to being unmaintained and one or morelawrance2005-05-311-0/+3
| | | | | | | | of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
* Fix install/deinstall and thus unbreak.danfe2005-02-111-5/+1
|
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-191-0/+2
| | | | broken at that time, and a fix has not been submitted to GNATS.
* BROKEN: Broken pkg-plistkris2004-11-261-0/+2
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Use new knobs from bsd.sdl.mkkrion2004-01-211-6/+2
|
* LIB_DEPENDS on libglut, required by Power3D/gfx3d.c.anholt2003-11-111-0/+1
| | | | Reported by: bento (kris)
* After repo copy from graphics category to newly create multimedialioux2003-04-041-1/+1
| | | | | | | | | | | | | | | | | | | one, update all appropriate references (*_DEPENDS, comments, etc): ports/graphics/libfame --> ports/multimedia/libfame ports/graphics/libquicktime --> ports/multimedia/libquicktime ports/graphics/mpeg --> ports/multimedia/mpeg ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode ports/graphics/mpeg_play --> ports/multimedia/mpeg_play ports/graphics/mtv --> ports/multimedia/mtv ports/graphics/smpeg --> ports/multimedia/smpeg ports/graphics/totem --> ports/multimedia/totem ports/graphics/transcode --> ports/multimedia/transcode ports/graphics/xanim --> ports/multimedia/xanim ports/graphics/xmps --> ports/multimedia/xmps Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
* De-pkg-comment.knu2003-02-211-0/+1
|
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
| | | | | | | | 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-071-0/+2
| | | | Approved by: pat
* Add missing LIB_DEPENDS on sdl_mixerkris2002-09-091-1/+2
|
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-2/+3
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Add missed smpeg dependency.sobomax2002-05-281-1/+2
| | | | Submitted by: bento
* Add missed items into LIB_DEPENDS.sobomax2002-05-241-1/+3
| | | | Submitted by: bento
* - Update to 20000511;sobomax2002-04-181-21/+17
| | | | - use delev/sdl12 instead of devel/sdl10.
* portlint: remove extra whitespaces before end of line.dirk2001-12-241-1/+1
|
* Move:sobomax2001-04-091-1/+1
| | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
* More spaces -> tabs for the games category.olgeni2001-02-051-1/+1
|
* Update MASTER_SITES.kevlo2000-10-011-1/+1
| | | | | PR: 21459 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-161-3/+2
|
* Revert to libSDL-1.0.vanilla2000-04-231-1/+1
|
* Change libSDL-1.0 to libSDL.vanilla2000-04-231-1/+1
|
* 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
* Update to powerpak 991203 and use new SDLcpiazza2000-02-031-4/+4
|
* Bump freetype's lib numberjseger1999-11-251-1/+1
|
* Update to version 990905cpiazza1999-09-071-9/+9
|
* Remove the BROKEN tag on this with usage of find and perl.cpiazza1999-09-021-7/+2
| | | | Reminded by: mharo
* Er, really update to 990901, but this is now marked BROKEN becausecpiazza1999-09-021-0/+2
| | | | | all the files are spammed with dos-style CRLF's and no patches will apply.
* Update to version 990901cpiazza1999-09-021-2/+2
|
* Update to 990829cpiazza1999-08-301-3/+4
|
* I should have read the web page a little closer, the program'scpiazza1999-08-261-2/+2
| | | | version was bumped to 990823.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Import of powerpak.cpiazza1999-08-221-0/+50
PowerPak is an attempt at writing a high-level game programming API for multiple platforms that uses the SDL libraries. Currently it is in need of optimizations, but it does have the basics. PR: 13264 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>