Commit Graph

14 Commits

Author SHA1 Message Date
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Satoshi Asami
f34fe62400 Make this compile with tcl75 in /usr/lib. Remove LIB_DEPENDS. 1996-10-16 08:34:04 +00:00
Satoshi Asami
07de11b8d5 Make this compile with tcl75 in /usr/lib. Make sure it won't accidentally
pick up libtclx as a valid tcl library (well, it matches "libtcl*") from
/usr/local/lib.  Use the value once it's found.
1996-10-16 08:33:03 +00:00
Satoshi Asami
9938e91b30 Makefile cleanup, i.e.,
(1) Use submitter's full address in Whom: line.

(2) Move WRKSRC down to where it belongs.

(3) Remove unnecessary ALL_TARGET.

(4) Use full pathname for ldconfig.

(5) Convert mega-command to compress manpages to a .for loop.  Also
    conditionalize it on NOMANCOMPRESS.
1996-08-06 04:59:00 +00:00
Satoshi Asami
74e2c4c84c Take out version number. 1996-08-06 04:20:41 +00:00
Jordan K. Hubbard
6cb47d00fd Update to version 2.1 of BLT. Note: I'm a little nervous about the
value of the MASTER_SITES line here and would like Kostya to keep an eye on
it in case they eventually move it out of "NEW" on neosoft's FTP server.
Submitted-By: Kostya Lukin <lukin@ns.okbmei.msk.su>
1996-08-05 04:00:39 +00:00
Gary Palmer
4fccf7d536 Change MASTER_SITE addresses from ftp.aud.alcatel.com (which
no longer holds the archive) to ftp.neosoft.com, correcting
paths as necessary.

Pointed Out By:	jkh
1996-07-02 00:21:03 +00:00
Satoshi Asami
d530b271d9 Add
post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
eabfc48a36 And now the rest of the x11 ports Makefiles. 1995-04-12 20:32:12 +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
Gary Palmer
3753222345 Try to get most ports checksummed 1995-03-31 22:18:54 +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
Garrett Wollman
647ced5ced Port of BLT version 1.7 1994-12-14 21:21:36 +00:00