summaryrefslogtreecommitdiff
path: root/devel/allegro (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_REINPLACE.Alejandro Pulver2006-04-242-48/+46
| | | | | | | | | | | - Rename some OPTIONS to more standard names: DEBUG_LIB -> DEBUG DEV_UTILS -> DEVEL PROFILE_LIB -> PROFILE - Remove unavoidable auto-detection of OPTIONS. - Format tabs, sort variables. Approved by: garga (mentor)
* Change the maintainership address to the @FreeBSD.org one.Alejandro Pulver2006-04-091-1/+1
| | | | Approved by: garga (mentor)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 4.2.0Pav Lucistnik2005-11-137-909/+439
| | | | | | | | - Use OPTIONS - Take maintainership PR: ports/88907 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* - Add WITHOUT_THREADS knob.Florent Thoumie2005-06-301-0/+6
| | | | | PR: ports/82818 Submitted by: Gunter Wambaugh <gunter@thewambaughs.net>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* - Update to 4.1.12Pav Lucistnik2003-12-137-119/+175
| | | | | | | | | - Add knob to enable to arts sound driver - Use PORTSDOC - Use INFO PR: ports/60193 Submitted by: Thierry Thomas <thierry@pompo.net>
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
|
* devel/allegro: updating to 4.1.4 (devel version).Edwin Groothuis2003-03-308-39/+141
| | | | | | | | This PR updates allegro to the last 4.1.4, fixes allegro-config, and adds samples. PR: ports/45344 Submitted by: Thierry Thomas <thierry@pompo.net>
* Suppress command echo.Jimmy Olgeni2003-02-231-1/+1
|
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* Fix allegro-config --libs to report correct library and bump PORTREVISION.Patrick Li2002-11-231-1/+3
| | | | | PR: ports/45176 Submitted by: Thierry Thomas <thierry@pompo.net>
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-1/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* - Fix LIB_DEPENDSYing-Chieh Liao2002-11-068-57/+853
| | | | | | | | - Support USE_GNONENG - Fix pkg-plist PR: 44964 Submitted by: Ports Fury
* upgrade to 4.0.2Ying-Chieh Liao2002-10-216-248/+43
|
* Remove some extra files that are apparently not being built in theKris Kennaway2002-10-021-4/+0
| | | | | general case (perhaps the build is detecting something else on my system).
* Fix plist and installationKris Kennaway2002-09-182-3/+7
|
* Drop maintainership.Jimmy Olgeni2002-09-161-2/+2
|
* Use proper names for installed libraries.Jimmy Olgeni2002-03-282-2/+7
|
* Unbreak and fix the bogus plist.Jimmy Olgeni2002-03-252-39/+31
| | | | Noticed by: kris
* BROKEN: plist incorrectKris Kennaway2002-03-251-0/+2
|
* Update port to version 4.0.0.Jimmy Olgeni2002-02-236-291/+419
| | | | Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Allow this port to support arbitrary versions of autoconf.Will Andrews2002-01-072-10/+5
| | | | Submitted by: bento 4-exp
* Fix port build on bento.Jimmy Olgeni2001-12-151-2/+11
| | | | Submitted by: steve
* Add port devel/allegro (3.9.34).Jimmy Olgeni2001-03-046-0/+359
Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming. The WITHOUT_DEVEL option will prevent installation of some development utilities, while WITHOUT_MAN won't install the (many) manual pages. More about allegro at http://www.talula.demon.co.uk/allegro/ PR: 25331