summaryrefslogtreecommitdiffstats
path: root/graphics/xfig/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITES, keep MASTER_SITE_XCONTRIB as a last resort - presentlyroam2000-12-071-2/+3
| | | | | | | it does not carry the '.full' xfig source tarball. PR: 23331 Submitted by: quinot@inf.enst.fr
* Fix MASTER_SITESjeh2000-10-231-2/+2
| | | | | PR: 22248 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsasami2000-09-051-1/+1
| | | | work with both XFree86-3 and XFree86-4.
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-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
* Update port to 3.2.3cjedgar2000-08-021-5/+6
| | | | | PR: 20265 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-3/+3
| | | | string so I fixed it.
* - Change default status of Ghostscript supportsteve2000-01-291-14/+4
| | | | | | | | - Fix pkg/DESCR to apply locale naming rule of FreeBSD - Fix pkg/PLIST PR: 16426 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 3.2.3a.steve2000-01-241-4/+5
| | | | | PR: 16281 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Add message to notice Ghostscript support hookjedgar2000-01-061-6/+15
| | | | | | | | | - /usr/local -> LOCALBASE - Remove version number from pkg/DESCR - Sort pkg/PLIST PR: 15914 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add a WANT_GS_SUPPORT flag so that users can build this port withsteve1999-12-291-0/+9
| | | | | | ghostscript if they want. PR: 12571
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Remove extraneous x11 from CATEGORIES.steve1998-11-211-2/+2
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* Move manpages to Makefile and use MAN* macros.steve1998-10-051-1/+3
|
* Remove regexp support for Xaw3d since it can now be built insteve1998-09-211-2/+2
| | | | an ELF world.
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-2/+2
|
* *** empty log message ***thepish1998-07-061-3/+3
|
* Change JPEG shared library number to 9. This is to make sure that everyonejseger1998-05-041-2/+2
| | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
* Switch remaining ports to use jpeg lib version 8.0.jseger1998-04-151-2/+2
|
* Be more selective about which ports to maintain. I no longer have timeasami1997-12-251-2/+2
| | | | to maintain all these ports I once committed (sometimes as a proxy).
* Upgrade Xfig to the 3.2 level. Accompanied by the transfig upgradechuckr1997-08-281-5/+6
| | | | | at the same time (see ports/print/transfig). Submitted by: Brian N. Handy <handy@sag.space.lockheed.com>
* Add RUN_DEPENDS to fig2dev:transfig. xfig is quite useless withoutasami1997-05-021-1/+2
| | | | | | the ability to export the pictures. ;) Submitted by: jhs
* Update LIB_DEPENDS to new jpeg major. Note we don't know if theseasami1996-11-191-2/+2
| | | | will work yet, people are encouraged to test them.
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-4/+4
|
* Change jpeg library major to 6ache1995-10-031-2/+2
|
* Upgrade, 3.1.3 -> 3.1.4.asami1995-09-261-6/+6
| | | | Submitted by: Cristian Ferretti <cfs@riemann.mat.puc.cl>
* Add missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :pasami1995-04-181-3/+3
| | | | Pointed-out by: pkg_create
* Yet another round of Makefile updates, graphics version.asami1995-04-091-5/+7
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-241-1/+2
| | | | and some other minor cleanup.
* Set MAKE_FLAGS so that the port honors ${PREFIX}.jmz1995-02-271-1/+4
|
* Converted Makefiles as much as I could.asami1995-02-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* Upgrade, 3.1.2 -> 3.1.3asami1995-01-281-3/+4
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Upgrade from 3.0 to 3.1.2.asami1995-01-241-4/+3
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Update DEPENDS lines to point to the new relocated ports.jkh1995-01-131-2/+2
|
* xfig-3.0, port done by roberto. Thanks, Ollivier!asami1995-01-051-7/+18
| | | | Submitted by: roberto
* Michael Reifenberger's xfig port.jkh1994-11-231-0/+8
Submitted by: mr
OpenPOWER on IntegriCloud