Commit graph

6 commits

Author SHA1 Message Date
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
Jordan K. Hubbard
9e75bdf5b2 Adjust package to match reality (sort of). 1995-02-09 09:39:21 +00:00
Satoshi Asami
794a4c0b79 Correct some brain-farts.
Pointed-out by:	jmz
1995-02-07 01:32:21 +00:00
Satoshi Asami
b456c121a1 A bunch of small corrections, most notably:
(1) Create merged binaries (much, much smaller total size)
(2) Use tiff library available in ports
(3) Install manpages in section 3 and 5 correctly
(4) Add missing executables to PLIST
1995-02-06 10:25:17 +00:00
Jordan K. Hubbard
5ca7a7ffce Initial revision 1995-01-31 06:07:26 +00:00
Jordan K. Hubbard
a37c8440e7 Jean-Marc Zucconi's netpbm port.
Submitted by:	jmz
1994-10-15 19:14:08 +00:00