Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 1995 05:51:53 -0800
From:      Satoshi Asami <asami>
To:        CVS-commiters, cvs-ports
Subject:   cvs commit: ports/x11/xloadimage Makefile
Message-ID:  <199502111351.FAA16975@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
asami       95/02/11 05:51:50

  Modified:    archivers/unzip.with_encryption Makefile
               archivers/zip.with_encryption Makefile
               audio/xcdplayer Makefile
               comms/rzsz Makefile
               databases/msql Makefile
               editors/xemacs Makefile
               games/jetpack Makefile
               games/oneko Makefile
               games/xasteroids Makefile
               games/xboing Makefile
               games/xinvaders Makefile
               games/xmille Makefile
               games/xmine Makefile
               games/xminesweep Makefile
               games/xmris Makefile
               games/xpipeman Makefile
               games/xrobots Makefile
               games/xsol Makefile
               games/xtetris Makefile
               graphics/mpeg_play Makefile
               graphics/netpbm Makefile
               graphics/xfig Makefile
               graphics/xpaint Makefile
               graphics/xv Makefile
               lang/expect Makefile
               lang/itcl Makefile
               lang/tclX Makefile
               math/hexcalc Makefile
               net/chimera Makefile
               net/imm  Makefile
               net/nv   Makefile
               net/tclDP Makefile
               net/tkWWW Makefile
               print/ImageMagick Makefile
               print/ghostview Makefile
               print/transfig Makefile
               print/xtexshell Makefile
               utils/iozone Makefile
               utils/pgp.usa_only Makefile
               utils/xsysstats Makefile
               x11/blt  Makefile
               x11/color_xterm Makefile
               x11/ctwm Makefile
               x11/fvwm Makefile
               x11/kterm Makefile
               x11/olvwm Makefile
               x11/piewm Makefile
               x11/tk   Makefile
               x11/tkhfs Makefile
               x11/tkman Makefile
               x11/vic  Makefile
               x11/x3270 Makefile
               x11/xfm  Makefile
               x11/xloadimage Makefile
  Log:
  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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502111351.FAA16975>