1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Jean-Marc Zucconi
2cd31dd96e Always use ${PREFIX}/lib/X11/app-defaults/ for app. defaults 1995-03-05 21:40:18 +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
Steven Wallace
6bdd5e4b3a Add INSTALL_MANPAGES= yes. 1995-01-02 19:12:36 +00:00
Jean-Marc Zucconi
f41d8edd13 removed IS_INTERACTIVE and pre-intsall target. They are no longer necessary. 1994-12-12 22:17:19 +00:00
Gary Palmer
ef77699f33 Add the IS_INTERACTIVE flag to stop it hosing batch builds when
you aren't running X11. Non-ideal solution to non-ideal world.
1994-12-08 21:30:35 +00:00
Jordan K. Hubbard
b8f7195a52 Latest changes from Jean-Marc
Submitted by:	Jean-Marc Zucconi
1994-09-23 00:38:42 +00:00
Jordan K. Hubbard
aadb1b6790 Jean-Marc Zucconi's port of xmris - an X11 based arcade game.
Submitted by:	Jean-Marc Zucconi
1994-09-21 12:42:56 +00:00