summaryrefslogtreecommitdiff
path: root/graphics/plotutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-4/+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
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+1
| | | | Notes: svn path=/head/; revision=29615
* Add "ode.1 plot.1 spline.1 tek2plot.1" as MAN1.Satoshi Asami2000-06-071-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29356
* 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
* Left -lXpm out o fthe linking for Motif.Chuck Robey2000-03-051-1/+1
| | | | | | | Obtained from: Bento logs. Notes: svn path=/head/; revision=26548
* Fix a patching screwup (oh my!) Pointed out by Thomas Gellekum.Chuck Robey2000-03-031-4/+4
| | | | Notes: svn path=/head/; revision=26505
* Upgrade to version 2.3.Chuck Robey2000-03-014-21/+35
| | | | | | | Submitted by: Thomas Gellekum <tg@melaten.rwth-aachen.de> Notes: svn path=/head/; revision=26463
* Upgrade to 2.2.Thomas Gellekum1999-09-104-12/+31
| | | | Notes: svn path=/head/; revision=21570
* Add REQUIRES_MOTIF if Motif support is turned on. Necessary forSatoshi Asami1999-09-101-0/+2
| | | | | | | | | | proper dependency info. Note that this port still doesn't build right (it needs to use ${MOTIFLIB} instead of -lXm). Notes: svn path=/head/; revision=21567
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* More WWW: additionsMichael Haro1999-05-061-2/+3
| | | | Notes: svn path=/head/; revision=18564
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* A few more USE_XLIBs.Satoshi Asami1998-11-281-2/+3
| | | | Notes: svn path=/head/; revision=14930
* Convert to ELF.Steve Price1998-10-052-5/+7
| | | | Notes: svn path=/head/; revision=13649
* No need to use += if a variable is defined only once.Satoshi Asami1998-06-261-2/+2
| | | | | | | | | | | By the way, I see that this ports uses HAVE_MOTIF to turn on Motif support, but I don't see any patches. Does this port follow our guidelines for Motif support (MOTIFLIB and all)? In particular, what happens if you build a package on a machine with HAVE_MOTIF and MOTIF_STATIC defined if you have both shared and static libXm? Notes: svn path=/head/; revision=11539
* New port of GNU plotutils, version 2.1.1. I first wanted thisChuck Robey1998-06-205-0/+84
to allow me to view the output of Spice graphics. Notes: svn path=/head/; revision=11473