Commit graph

5 commits

Author SHA1 Message Date
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Satoshi Asami
7d45e2b7a1 Remove NO_CONFIGURE and NO_PATCH, they never meant anything. 1998-06-27 05:20:00 +00:00
David E. O'Brien
4a85c6aa8e tar ==> ${EXTRACT_CMD}
mkdir -p ==> ${MKDIR}
1997-06-29 10:50:38 +00:00
Andreas Klemm
107f518227 New port FreeBSD icons.
Currently used by fvwm95 port (will commit changes soon).
Contains nice FreeBSD logos and such  for inclusion into
window managers (if you need buttons or logos) or maybe
for a Web page. Would be nice to make this collection
somewhat greater ;-)
If fvwm95 uses this port, then the tgz archive in fvwm95's
files section can be nuked.
1997-06-14 08:05:41 +00:00