summaryrefslogtreecommitdiff
path: root/graphics/geomview/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93890
* Update MASTER_SITES and add WWWBill Fenner2003-05-061-2/+2
| | | | | | | | PR: ports/50206 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=80295
* BROKEN: Does not installKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80222
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade to 1.8.1 .Bill Fenner2002-11-221-10/+18
| | | | | | | | It's not quite completely unbroken, but it's certainly less broken than 1.6 was. Notes: svn path=/head/; revision=70766
* Bump XForms lib. version.Mike Heffner2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=62421
* BROKEN: Does not buildKris Kennaway2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=59375
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-4/+4
| | | | Notes: svn path=/head/; revision=43378
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-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. Notes: svn path=/head/; revision=34892
* Don't install stuff group-writable when it doesnt need to be.Kris Kennaway2000-08-151-0/+1
| | | | | | | Reviewed by: fenner (maintainer) Notes: svn path=/head/; revision=31674
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradeJustin M. Seger2000-03-201-1/+1
| | | | Notes: svn path=/head/; revision=26874
* Don't depend on files/nroff to fake out build.Bill Fenner2000-01-261-6/+2
| | | | Notes: svn path=/head/; revision=25083
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-2/+3
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* The xforms ports is no longer an i386-only port.Steve Price1999-06-081-4/+1
| | | | Notes: svn path=/head/; revision=19323
* Don't fail if the chmod fails (e.g. due to ports tree on read-onlyBill Fenner1999-05-041-2/+2
| | | | | | | | | | filesystem); it's just there for people who copy ports in a way that fails to preserve the x bit. Noticed by: Satoshi's errorlogs Notes: svn path=/head/; revision=18474
* Update the geomview-1.6.1 to use the current tarball, which turnsBill Fenner1999-02-121-4/+18
| | | | | | | out to be different than the one that the port was written for. Notes: svn path=/head/; revision=16644
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.Hidetoshi Shimokawa1999-01-071-1/+4
| | | | | | | XForms has not been available for FreeBSD/alpha yet. Notes: svn path=/head/; revision=15906
* Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so itBill Fumerola1998-12-071-3/+1
| | | | | | | | | | works with ELF. Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured in May according to Fenner's survey. Notes: svn path=/head/; revision=15180
* Upgrade to Mesa 3.0Justin M. Seger1998-10-011-2/+2
| | | | Notes: svn path=/head/; revision=13567
* Remove regexp support for Mesa2 libs.Steve Price1998-09-271-2/+2
| | | | Notes: svn path=/head/; revision=13457
* Mark broken for ELF because of xforms port.Steve Price1998-09-261-2/+4
| | | | Notes: svn path=/head/; revision=13406
* Remove regexp support for tk42.Steve Price1998-09-261-2/+2
| | | | Notes: svn path=/head/; revision=13404
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-3/+3
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Repository copy Mesa to Mesa2 and Mesa3. Mark Mesa3 broken pendingSatoshi Asami1998-07-201-2/+2
| | | | | | | | | | Justin's upgrade. Change all "graphics/Mesa" dependencies to "graphics/Mesa2". Requested by: jseger Notes: svn path=/head/; revision=12007
* Minor Makefile fixups.Bill Fenner1997-11-271-12/+16
| | | | | | | | Add Id to Makefile. Make build with tk 4.2 and remove BROKEN Notes: svn path=/head/; revision=8864
* Mark the ports that were broken in one way or another by the recent tclSatoshi Asami1997-11-221-0/+3
| | | | | | | change "BROKEN". Notes: svn path=/head/; revision=8744
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-12-301-1/+1
| | | | Notes: svn path=/head/; revision=5139
* Geomview 1.6.1, an interactive viewer for 3- and 4-D geometric objectsBill Fenner1996-12-191-0/+85
Notes: svn path=/head/; revision=5040