summaryrefslogtreecommitdiff
path: root/print/lyx16/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Upgrade to 1.0.0pre6Dirk Froemberg1998-12-281-3/+3
| | | | | | | Requested by: Andreas Klemm <andreas@FreeBSD.ORG> Notes: svn path=/head/; revision=15689
* Upgrade to latest version 1.0.0pre2Andreas Klemm1998-11-101-4/+2
| | | | | | | | | | | | | | | | | Not broken for ELF, since xforms lib isn't broken anymore Although xforms should be ok for ELF I got the following error message at startup of lyx: /usr/libexec/ld-elf.so.1: Shared object "libforms.so.0.88" not found Had to apply a symlink manually: root{207} /usr/X11R6/lib ln -s libxforms.so.0 libforms.so.0.88 root{208} /usr/X11R6/lib ldconfig -m /usr/X11R6/lib Notes: svn path=/head/; revision=14447
* Mark broken for ELF because of xforms port.Steve Price1998-09-261-2/+4
| | | | Notes: svn path=/head/; revision=13406
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* LyX doesn't need ispell as run dependency (PR 7349)Andreas Klemm1998-08-011-3/+11
| | | | | | | | | | fixed: make WITH_ISPELL=yes installs with ispell otherwise without lyx's ``configure'' disables the use of mmap for some reason (PR 5920) checked, that on FreeBSD-current mmap is being used. PR: 7349+5920 Notes: svn path=/head/; revision=12242
* Updated to last version 1.12.1pre6Andreas Klemm1998-07-041-2/+2
| | | | Notes: svn path=/head/; revision=11703
* Don't use -g for a C++ program of that size, use $CFLAGS instead.Thomas Gellekum1998-05-121-1/+2
| | | | | | | The link step takes insanely long. I hope Andreas doesn't mind. Notes: svn path=/head/; revision=10955
* path changed on main ftp siteAndreas Klemm1998-04-271-2/+2
| | | | Notes: svn path=/head/; revision=10712
* Update the port to the new 0.12beta version.Andreas Klemm1998-02-141-3/+4
| | | | | | | | PR: closed 5686 Submitted by: Brian Handy Notes: svn path=/head/; revision=9719
* No need to use += on first appearance of variables.Alexander Langer1997-12-241-2/+2
| | | | Notes: svn path=/head/; revision=9161
* Manually strip the binary.David E. O'Brien1997-10-291-1/+4
| | | | Notes: svn path=/head/; revision=8396
* Upgrade to version 0.11.45.David E. O'Brien1997-10-241-3/+4
| | | | | | | | | | | This is a development release, but I can't get any of the "stable" releases to build properly and run w/o dump core with xforms 0.86. (they use an even/odd version numbering scheme like Linux) Lyx has entered a somewhat code-freeze for an upcoming 0.12. So this version should be ok (better than "stable" 0.10.7 is on FreeBSD at the moment...) Notes: svn path=/head/; revision=8349
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGAndreas Klemm1997-10-091-2/+2
| | | | Notes: svn path=/head/; revision=8192
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-041-2/+2
| | | | Notes: svn path=/head/; revision=8102
* ispell is now in textproc.Satoshi Asami1997-04-271-2/+2
| | | | Notes: svn path=/head/; revision=6324
* Add trailling slash to MASTER_SITES.Satoshi Asami1997-04-211-2/+2
| | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=6256
* sources moved to another directory on that ftp site.Andreas Klemm1997-04-031-2/+2
| | | | | | | | | | Thanks Bill ! Reviewed by: Submitted by: Bill Fenner <fenner@parc.xerox.com> Obtained from: Notes: svn path=/head/; revision=6124
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-171-7/+3
| | | | | | | Converted to MAN[1-9] Notes: svn path=/head/; revision=4539
* Updated from lyx-0.10.6 to lyx-0.10.7Andreas Klemm1996-11-161-2/+2
| | | | | | | | Merged patch-aa and patch-ab into one file Updated PLIST Notes: svn path=/head/; revision=4515
* Shortened Maintainer e-mail address.Andreas Klemm1996-10-191-2/+2
| | | | Notes: svn path=/head/; revision=4048
* Move few things around to standard order. Change /usr/X11R6 to ${X11BASE}.Satoshi Asami1996-10-151-4/+4
| | | | Notes: svn path=/head/; revision=3992
* Made new port ... this is great stuff ;-)Andreas Klemm1996-10-151-0/+29
LyX is a wordprocessor frontend to LaTeX, which gives both the ease-of-use of a wordprocessor, and the flexibility and power of LaTeX. Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. Notes: svn path=/head/; revision=3988