aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update fox to 0.99.181, and leave fox-xunicode awhile until theAkinori MUSHA2001-12-021-5/+12
| | | | | | | unicode patch currently under development is released. Notes: svn path=/head/; revision=50902
* - Unbreak the support for jpeg and png.Akinori MUSHA2001-10-301-2/+5
| | | | | | | | | | | | | Reported by: Jim Freeze <jfreeze@freebsdportal.com> - Fix the name of the macro to enable the Unicode support. Submitted by: HIDAKA Takahiro <cv8t-hdk@asahi-net.or.jp> - Bump the PORTREVISION accordingly. Notes: svn path=/head/; revision=49367
* Add active master sites.Akinori MUSHA2001-09-211-1/+3
| | | | | | | Submitted by; fenner's portsurvey Notes: svn path=/head/; revision=48048
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47630
* Oops, these optimization flags should be disabled by default althoughAkinori MUSHA2001-07-291-2/+2
| | | | | | | the distribution recommends them. Notes: svn path=/head/; revision=45586
* Update fox and fox-xunicode to 0.99.174.Akinori MUSHA2001-07-201-1/+7
| | | | | | | | | | | Install documents under share/doc/fox instead of share/fox. Support NOPORTDOCS. Do parallel build to reduce build time. Notes: svn path=/head/; revision=45282
* Update fox to 0.99.172, leaving fox-xunicode still at 0.99.167.Akinori MUSHA2001-05-111-3/+7
| | | | Notes: svn path=/head/; revision=42542
* Note the default optimization flags used by the vendor in a comment.Akinori MUSHA2001-04-301-0/+4
| | | | | | | Comment out redundant lines rather than deleting them. (Just my taste) Notes: svn path=/head/; revision=42088
* Update to 0.99.167. (-xunicode too)Akinori MUSHA2001-04-191-2/+2
| | | | Notes: svn path=/head/; revision=41688
* Update to 0.99.166.Akinori MUSHA2001-03-181-2/+4
| | | | Notes: svn path=/head/; revision=40014
* Update fox and fox-unicode to 0.99.161.Akinori MUSHA2001-03-061-1/+1
| | | | Notes: svn path=/head/; revision=39129
* Unbreak fox-xunicode.Akinori MUSHA2001-02-241-3/+6
| | | | Notes: svn path=/head/; revision=38675
* Oops, I missed adding one essential variable that gets fox to buildAkinori MUSHA2001-02-241-0/+2
| | | | | | | with xunicode... Notes: svn path=/head/; revision=38664
* Change MAINTAINER= to MAINTAINER?= for the slave port. Currently I'mAkinori MUSHA2001-02-231-1/+1
| | | | | | | the maintainer of both, though. Notes: svn path=/head/; revision=38655
* Take over maintainership.Akinori MUSHA2001-02-231-2/+14
| | | | | | | | | Update to 0.99.157. Add a WITH_XUNICODE knob for the forthcoming fox-xunicode port. Notes: svn path=/head/; revision=38652
* Update to 0.99.135.Trevor Johnson2000-10-171-2/+1
| | | | | | | Remove broken FTP site found by Bill Fenner's survey. Notes: svn path=/head/; revision=33920
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-1/+0
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+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 Notes: svn path=/head/; revision=31272
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-161-0/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update to 0.99.112. Remove aout support.Will Andrews2000-05-281-12/+4
| | | | | | | Update submitted by: steve Notes: svn path=/head/; revision=28831
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27434
* New port for FOX, a C++ GUI toolkit, conceptually similar to Qt.Will Andrews2000-03-221-0/+52
PR: 17264 Notes: svn path=/head/; revision=26942