1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Satoshi Asami
c9c9ee7b8d Add magpic and PhotoCD support. The gist of original patch-aa is
already in the distfile patch, and so is part of patch-ac.  The new
patch-ac is a bug fix (wrong order of arguments -- how did it
work for anyone?!?).

While I'm here, replace "mkdir -p" with "${MKDIR}", etc.

Notified about patch by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)
1997-07-03 07:37:12 +00:00
Andrey A. Chernov
65ddad34ca Build with new jpeg lib now
Some misc cleanup
1996-11-18 00:30:33 +00:00
Andreas Klemm
cafa684b25 Added pre-clean target.
When doing 'make clean' then clean tiff and jpeg as well.
Reviewed by:
Submitted by:
Obtained from:
1996-09-22 08:56:34 +00:00
Satoshi Asami
9524631c60 Set an example by installing the xv manual (postscript, only 3.6MB)
in ${PREFIX}/share/doc/xv, conditional to NOPORTDOCS.

Note that README is not conditionalized on NOPORTDOCS, this is the
license statement and its installation is required by the xv author.
1996-03-06 12:53:10 +00:00
Satoshi Asami
4a0364b2e4 xv is "shareware except for personal use only", and it is ok to put it
on our CDROM and ftp site.  Add a post-install target to copy the README
to ${PREFIX}/share/doc/xv at author's request.
1995-12-20 10:49:18 +00:00
Andrey A. Chernov
a642a22e35 Change jpeg library major to 6 1995-10-03 21:58:40 +00:00
Satoshi Asami
97b2f673f4 Add NO_PACKAGE. 1995-05-13 23:57:44 +00:00
Satoshi Asami
7f6c181f38 Yet another round of Makefile updates, graphics version. 1995-04-09 07:09:55 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(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!
1995-02-11 13:51:48 +00:00
Gary Palmer
21f759cdc5 Upgrade to 3.10a (bugfix release) 1995-02-07 07:40:21 +00:00
Jordan K. Hubbard
c33be61ae6 Update DEPENDS lines to point to the new relocated ports. 1995-01-13 13:17:41 +00:00
Satoshi Asami
dbe48b2374 Upgrade to 3.10. Doesn't need the 16-bit patch anymore. Also modified
to use jpeg and tiff libraries from our port, not the xv distribution.
1994-12-24 13:23:09 +00:00
Scott Mace
a7d24acf29 Import of xv 3.01 1994-10-31 04:36:07 +00:00