1995-04-09 10:24:09 +00:00
|
|
|
|
#-*- mode: Fundamental; tab-width: 4; -*-
|
1996-11-03 07:51:59 +00:00
|
|
|
|
# ex:ts=4
|
1994-09-11 12:01:05 +00:00
|
|
|
|
#
|
1996-11-01 07:22:37 +00:00
|
|
|
|
# $NetBSD: $
|
|
|
|
|
#
|
1994-08-21 13:12:57 +00:00
|
|
|
|
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
|
|
|
|
# This file is in the public domain.
|
|
|
|
|
#
|
1996-12-17 12:20:53 +00:00
|
|
|
|
# $Id: bsd.port.mk,v 1.238 1996/12/12 04:32:25 asami Exp $
|
1994-08-21 13:12:57 +00:00
|
|
|
|
#
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# Please view me with 4 column tabs!
|
|
|
|
|
|
1996-08-15 05:55:33 +00:00
|
|
|
|
# This is for this file, not for the ports that includes it, so it's
|
|
|
|
|
# commented out -- the person to contact if you have questions/
|
|
|
|
|
# suggestions about bsd.port.mk.
|
|
|
|
|
#
|
|
|
|
|
# MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
|
#
|
1994-09-11 12:01:05 +00:00
|
|
|
|
|
1994-08-21 13:12:57 +00:00
|
|
|
|
# Supported Variables and their behaviors:
|
|
|
|
|
#
|
1994-08-28 14:41:34 +00:00
|
|
|
|
# Variables that typically apply to all ports:
|
|
|
|
|
#
|
1996-11-01 07:22:37 +00:00
|
|
|
|
# OPSYS - Portability clause. This is the operating system the
|
|
|
|
|
# makefile is being used on. Automatically set to
|
|
|
|
|
# "FreeBSD" or "NetBSD" as appropriate.
|
|
|
|
|
# PORTSDIR - The root of the ports tree. Defaults:
|
|
|
|
|
# FreeBSD: /usr/ports
|
|
|
|
|
# NetBSD: /usr/opt
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# DISTDIR - Where to get gzip'd, tarballed copies of original sources
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# (default: ${PORTSDIR}/distfiles).
|
1994-10-04 14:44:56 +00:00
|
|
|
|
# PREFIX - Where to install things in general (default: /usr/local).
|
1994-09-13 06:43:10 +00:00
|
|
|
|
# MASTER_SITES - Primary location(s) for distribution files if not found
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# locally.
|
1996-02-08 00:44:33 +00:00
|
|
|
|
# PATCH_SITES - Primary location(s) for distribution patch files
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# (see PATCHFILES below) if not found locally.
|
1995-01-04 08:30:33 +00:00
|
|
|
|
#
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# MASTER_SITE_BACKUP - Backup location(s) for distribution files and patch
|
|
|
|
|
# files if not found locally and ${MASTER_SITES}/${PATCH_SITES}
|
|
|
|
|
# (default:
|
|
|
|
|
# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/)
|
1994-11-17 00:18:28 +00:00
|
|
|
|
# MASTER_SITE_OVERRIDE - If set, override the MASTER_SITES setting with this
|
|
|
|
|
# value.
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# MASTER_SITE_FREEBSD - If set, only use ${MASTER_SITE_BACKUP} for
|
1994-11-17 00:18:28 +00:00
|
|
|
|
# MASTER_SITES.
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# PACKAGES - A top level directory where all packages go (rather than
|
|
|
|
|
# going locally to each port). (default: ${PORTSDIR}/packages).
|
|
|
|
|
# GMAKE - Set to path of GNU make if not in $PATH (default: gmake).
|
1995-03-19 12:49:06 +00:00
|
|
|
|
# XMKMF - Set to path of `xmkmf' if not in $PATH (default: xmkmf -a ).
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
# MAINTAINER - The e-mail address of the contact person for this port
|
|
|
|
|
# (default: ports@FreeBSD.ORG).
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
# CATEGORIES - A list of descriptive categories into which this port falls.
|
1994-08-28 14:41:34 +00:00
|
|
|
|
#
|
1995-01-04 08:30:33 +00:00
|
|
|
|
# Variables that typically apply to an individual port. Non-Boolean
|
|
|
|
|
# variables without defaults are *mandatory*.
|
1994-08-28 14:41:34 +00:00
|
|
|
|
#
|
1995-01-04 08:30:33 +00:00
|
|
|
|
# WRKDIR - A temporary working directory that gets *clobbered* on clean
|
|
|
|
|
# (default: ${.CURDIR}/work).
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# WRKSRC - A subdirectory of ${WRKDIR} where the distribution actually
|
|
|
|
|
# unpacks to. (Default: ${WRKDIR}/${DISTNAME} unless
|
|
|
|
|
# NO_WRKSUBDIR is set, in which case simply ${WRKDIR}).
|
|
|
|
|
# DISTNAME - Name of port or distribution.
|
|
|
|
|
# DISTFILES - Name(s) of archive file(s) containing distribution
|
1996-03-10 08:26:21 +00:00
|
|
|
|
# (default: ${DISTNAME}${EXTRACT_SUFX}).
|
1996-02-08 00:44:33 +00:00
|
|
|
|
# PATCHFILES - Name(s) of additional files that contain distribution
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
# patches (default: none). make will look for them at
|
|
|
|
|
# PATCH_SITES (see above). They will automatically be
|
|
|
|
|
# uncompressed before patching if the names end with
|
|
|
|
|
# ".gz" or ".Z".
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# DIST_SUBDIR - Suffix to ${DISTDIR}. If set, all ${DISTFILES}
|
1996-03-10 08:26:21 +00:00
|
|
|
|
# and ${PATCHFILES} will be put in this subdirectory of
|
|
|
|
|
# ${DISTDIR}. Also they will be fetched in this subdirectory
|
|
|
|
|
# from FreeBSD mirror sites.
|
1996-12-17 12:20:53 +00:00
|
|
|
|
# ALLFILES - All of ${DISTFILES} and ${PATCHFILES}.
|
|
|
|
|
# IGNOREFILES - If some of the ${ALLFILES} are not checksum-able, set
|
|
|
|
|
# this variable to their names.
|
1994-12-10 18:07:38 +00:00
|
|
|
|
# PKGNAME - Name of the package file to create if the DISTNAME
|
|
|
|
|
# isn't really relevant for the port/package
|
1995-01-04 08:30:33 +00:00
|
|
|
|
# (default: ${DISTNAME}).
|
1994-12-10 18:07:38 +00:00
|
|
|
|
# EXTRACT_ONLY - If defined, a subset of ${DISTFILES} you want to
|
|
|
|
|
# actually extract.
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
# PATCHDIR - A directory containing any additional patches you made
|
|
|
|
|
# to port this software to FreeBSD (default:
|
|
|
|
|
# ${.CURDIR}/patches)
|
1995-01-05 02:15:05 +00:00
|
|
|
|
# SCRIPTDIR - A directory containing any auxiliary scripts
|
|
|
|
|
# (default: ${.CURDIR}/scripts)
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# FILESDIR - A directory containing any miscellaneous additional files.
|
1995-01-04 08:30:33 +00:00
|
|
|
|
# (default: ${.CURDIR}/files)
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# PKGDIR - A direction containing any package creation files.
|
1995-01-04 08:30:33 +00:00
|
|
|
|
# (default: ${.CURDIR}/pkg)
|
1995-04-19 15:02:26 +00:00
|
|
|
|
# PKG_DBDIR - Where package installation is recorded (default: /var/db/pkg)
|
1995-05-10 09:30:09 +00:00
|
|
|
|
# FORCE_PKG_REGISTER - If set, it will overwrite any existing package
|
|
|
|
|
# registration information in ${PKG_DBDIR}/${PKGNAME}.
|
1995-06-25 06:30:51 +00:00
|
|
|
|
# NO_MTREE - If set, will not invoke mtree from bsd.port.mk from
|
|
|
|
|
# the "install" target. This is the default if
|
|
|
|
|
# USE_IMAKE or USE_X11 is set.
|
1994-08-21 13:12:57 +00:00
|
|
|
|
#
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# NO_BUILD - Use a dummy (do-nothing) build target.
|
1996-06-19 01:04:23 +00:00
|
|
|
|
# NO_CONFIGURE - Use a dummy (do-nothing) configure target.
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# NO_CDROM - Port may not go on CDROM. Set this string to reason.
|
1996-06-19 01:04:23 +00:00
|
|
|
|
# NO_DESCRIBE - Use a dummy (do-nothing) describe target.
|
|
|
|
|
# NO_EXTRACT - Use a dummy (do-nothing) extract target.
|
|
|
|
|
# NO_INSTALL - Use a dummy (do-nothing) install target.
|
|
|
|
|
# NO_PACKAGE - Use a dummy (do-nothing) package target.
|
|
|
|
|
# NO_PKG_REGISTER - Don't register a port install as a package.
|
1994-09-09 06:21:43 +00:00
|
|
|
|
# NO_WRKSUBDIR - Assume port unpacks directly into ${WRKDIR}.
|
1994-11-17 00:25:16 +00:00
|
|
|
|
# NO_WRKDIR - There's no work directory at all; port does this someplace
|
|
|
|
|
# else.
|
1994-10-05 22:28:45 +00:00
|
|
|
|
# NO_DEPENDS - Don't verify build of dependencies.
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# BROKEN - Port is broken. Set this string to the reason why.
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
# RESTRICTED - Port is restricted. Set this string to the reason why.
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# USE_GMAKE - Says that the port uses gmake.
|
|
|
|
|
# USE_IMAKE - Says that the port uses imake.
|
1995-04-04 05:57:19 +00:00
|
|
|
|
# USE_X11 - Says that the port uses X11.
|
1994-12-10 18:07:38 +00:00
|
|
|
|
# NO_INSTALL_MANPAGES - For imake ports that don't like the install.man
|
1994-12-11 14:12:30 +00:00
|
|
|
|
# target.
|
1994-08-28 14:41:34 +00:00
|
|
|
|
# HAS_CONFIGURE - Says that the port has its own configure script.
|
1994-10-04 15:44:03 +00:00
|
|
|
|
# GNU_CONFIGURE - Set if you are using GNU configure (optional).
|
1995-02-06 08:52:19 +00:00
|
|
|
|
# CONFIGURE_SCRIPT - Name of configure script, defaults to 'configure'.
|
1996-03-10 08:26:21 +00:00
|
|
|
|
# CONFIGURE_ARGS - Pass these args to configure if ${HAS_CONFIGURE} is set.
|
|
|
|
|
# CONFIGURE_ENV - Pass these env (shell-like) to configure if
|
|
|
|
|
# ${HAS_CONFIGURE} is set.
|
1994-10-14 07:56:46 +00:00
|
|
|
|
# IS_INTERACTIVE - Set this if your port needs to interact with the user
|
1995-01-04 08:30:33 +00:00
|
|
|
|
# during a build. User can then decide to skip this port by
|
|
|
|
|
# setting ${BATCH}, or compiling only the interactive ports
|
|
|
|
|
# by setting ${INTERACTIVE}.
|
1996-08-20 10:00:33 +00:00
|
|
|
|
# FETCH_DEPENDS - A list of "path:dir" pairs of other ports this
|
|
|
|
|
# package depends in the "fetch" stage. "path" is the
|
|
|
|
|
# name of a file if it starts with a slash (/), an
|
|
|
|
|
# executable otherwise. make will test for the
|
|
|
|
|
# existence (if it is a full pathname) or search for
|
|
|
|
|
# it in your $PATH (if it is an executable) and go
|
|
|
|
|
# into "dir" to do a "make all install" if it's not
|
|
|
|
|
# found.
|
|
|
|
|
# BUILD_DEPENDS - A list of "path:dir" pairs of other ports this
|
|
|
|
|
# package depends to build (between the "extract" and
|
|
|
|
|
# "build" stages, inclusive). The test done to
|
|
|
|
|
# determine the existence of the dependency is the
|
|
|
|
|
# same as FETCH_DEPENDS.
|
|
|
|
|
# RUN_DEPENDS - A list of "path:dir" pairs of other ports this
|
|
|
|
|
# package depends to run. The test done to determine
|
|
|
|
|
# the existence of the dependency is the same as
|
|
|
|
|
# FETCH_DEPENDS. This will be checked during the
|
|
|
|
|
# "install" stage and the name of the dependency will
|
|
|
|
|
# be put into the package as well.
|
1995-02-04 05:49:26 +00:00
|
|
|
|
# LIB_DEPENDS - A list of "lib:dir" pairs of other ports this package
|
|
|
|
|
# depends on. "lib" is the name of a shared library.
|
|
|
|
|
# make will use "ldconfig -r" to search for the
|
|
|
|
|
# library. Note that lib can be any regular expression,
|
|
|
|
|
# and you need two backslashes in front of dots (.) to
|
|
|
|
|
# supress its special meaning (e.g., use
|
|
|
|
|
# "foo\\.2\\.:${PORTSDIR}/utils/foo" to match "libfoo.2.*").
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# DEPENDS - A list of other ports this package depends on being
|
1995-02-04 05:49:26 +00:00
|
|
|
|
# made first. Use this for things that don't fall into
|
|
|
|
|
# the above two categories.
|
1994-09-09 06:21:43 +00:00
|
|
|
|
# EXTRACT_CMD - Command for extracting archive (default: tar).
|
|
|
|
|
# EXTRACT_SUFX - Suffix for archive names (default: .tar.gz).
|
1995-03-22 21:28:31 +00:00
|
|
|
|
# EXTRACT_BEFORE_ARGS -
|
|
|
|
|
# Arguments to ${EXTRACT_CMD} before filename
|
|
|
|
|
# (default: -C ${WRKDIR} -xzf).
|
|
|
|
|
# EXTRACT_AFTER_ARGS -
|
|
|
|
|
# Arguments to ${EXTRACT_CMD} following filename
|
|
|
|
|
# (default: none).
|
1994-09-09 06:21:43 +00:00
|
|
|
|
#
|
1996-06-19 09:33:31 +00:00
|
|
|
|
# FETCH_CMD - Full path to ftp/http fetch command if not in $PATH
|
|
|
|
|
# (default: /usr/bin/fetch).
|
|
|
|
|
# FETCH_BEFORE_ARGS -
|
|
|
|
|
# Arguments to ${FETCH_CMD} before filename (default: none).
|
|
|
|
|
# FETCH_AFTER_ARGS -
|
1996-06-26 21:12:28 +00:00
|
|
|
|
# Arguments to ${FETCH_CMD} following filename (default: none).
|
1994-09-09 06:21:43 +00:00
|
|
|
|
#
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
# Motif support:
|
|
|
|
|
#
|
|
|
|
|
# REQUIRES_MOTIF - Set this in your port if it requires Motif. It will be
|
|
|
|
|
# built only if HAVE_MOTIF is set.
|
|
|
|
|
# HAVE_MOTIF - If set, means system has Motif. Typically set in
|
|
|
|
|
# /etc/make.conf.
|
|
|
|
|
# MOTIF_STATIC - If set, link libXm statically; otherwise, link it
|
1996-08-15 05:55:33 +00:00
|
|
|
|
# dynamically. Typically set in /etc/make.conf.
|
|
|
|
|
# MOTIFLIB - Set automatically to appropriate value depending on
|
|
|
|
|
# ${MOTIF_STATIC}. Substitute references to -lXm with
|
|
|
|
|
# patches to make your port conform to our standards.
|
1994-08-21 13:12:57 +00:00
|
|
|
|
#
|
1995-07-11 02:15:35 +00:00
|
|
|
|
# Variables to change if you want a special behavior:
|
|
|
|
|
#
|
|
|
|
|
# ECHO_MSG - Used to print all the '===>' style prompts - override this
|
|
|
|
|
# to turn them off (default: /bin/echo).
|
|
|
|
|
# IS_DEPENDED_TARGET -
|
|
|
|
|
# The target to execute when a port is called as a
|
|
|
|
|
# dependency (default: install). E.g., "make fetch
|
|
|
|
|
# IS_DEPENDED_TARGET=fetch" will fetch all the distfiles,
|
|
|
|
|
# including those of dependencies, without actually building
|
|
|
|
|
# any of them).
|
1996-08-17 10:16:02 +00:00
|
|
|
|
# PATCH_DEBUG - If set, print out more information about the patches as
|
|
|
|
|
# it attempts to apply them.
|
1995-07-11 02:15:35 +00:00
|
|
|
|
#
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
# Variables that serve as convenient "aliases" for your *-install targets.
|
1996-08-15 05:55:33 +00:00
|
|
|
|
# Use these like: "${INSTALL_PROGRAM} ${WRKSRC}/prog ${PREFIX}/bin".
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
#
|
1996-08-15 05:55:33 +00:00
|
|
|
|
# INSTALL_PROGRAM - A command to install binary executables.
|
|
|
|
|
# INSTALL_SCRIPT - A command to install executable scripts.
|
|
|
|
|
# INSTALL_DATA - A command to install sharable data.
|
|
|
|
|
# INSTALL_MAN - A command to install manpages (doesn't compress).
|
|
|
|
|
#
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
# If your port doesn't automatically compress manpages, set the following.
|
|
|
|
|
# Depending on the setting of NOMANCOMPRESS, the make rules will compress
|
|
|
|
|
# the manpages for you.
|
|
|
|
|
#
|
|
|
|
|
# MAN<sect> - A list of manpages, categorized by section. For
|
|
|
|
|
# example, if your port has "man/man1/foo.1" and
|
|
|
|
|
# "man/mann/bar.n", set "MAN1=foo.1" and "MANN=bar.n".
|
|
|
|
|
# The available sections chars are "123456789LN".
|
|
|
|
|
# MANPREFIX - The directory prefix for ${MAN<sect>} (default: ${PREFIX}).
|
1996-11-01 07:22:37 +00:00
|
|
|
|
#
|
1994-08-21 13:12:57 +00:00
|
|
|
|
# Default targets and their behaviors:
|
|
|
|
|
#
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
# fetch - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined)
|
|
|
|
|
# into ${DISTDIR} as necessary.
|
1995-03-21 03:59:13 +00:00
|
|
|
|
# fetch-list - Show list of files that would be retrieved by fetch
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# extract - Unpacks ${DISTFILES} into ${WRKDIR}.
|
1994-11-17 00:18:28 +00:00
|
|
|
|
# patch - Apply any provided patches to the source.
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
# configure - Runs either GNU configure, one or more local configure
|
|
|
|
|
# scripts or nothing, depending on what's available.
|
1994-09-10 22:26:47 +00:00
|
|
|
|
# build - Actually compile the sources.
|
|
|
|
|
# install - Install the results of a build.
|
1994-11-03 19:14:08 +00:00
|
|
|
|
# reinstall - Install the results of a build, ignoring "already installed"
|
|
|
|
|
# flag.
|
1995-01-23 18:22:36 +00:00
|
|
|
|
# package - Create a package from an _installed_ port.
|
1995-01-04 07:35:46 +00:00
|
|
|
|
# describe - Try to generate a one-line description for each port for
|
|
|
|
|
# use in INDEX files and the like.
|
1995-06-24 10:27:23 +00:00
|
|
|
|
# checkpatch - Do a "patch -C" instead of a "patch". Note that it may
|
|
|
|
|
# give incorrect results if multiple patches deal with
|
|
|
|
|
# the same file.
|
1996-03-10 08:26:21 +00:00
|
|
|
|
# checksum - Use files/md5 to ensure that your distfiles are valid.
|
|
|
|
|
# makesum - Generate files/md5 (only do this for your own ports!).
|
1994-09-09 06:21:43 +00:00
|
|
|
|
#
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# Default sequence for "all" is: fetch checksum extract patch configure build
|
|
|
|
|
#
|
|
|
|
|
# Please read the comments in the targets section below, you
|
|
|
|
|
# should be able to use the pre-* or post-* targets/scripts
|
|
|
|
|
# (which are available for every stage except checksum) or
|
|
|
|
|
# override the do-* targets to do pretty much anything you want.
|
|
|
|
|
#
|
|
|
|
|
# NEVER override the "regular" targets unless you want to open
|
|
|
|
|
# a major can of worms.
|
1994-08-21 13:12:57 +00:00
|
|
|
|
|
1996-11-01 07:22:37 +00:00
|
|
|
|
# Get the operating system type
|
|
|
|
|
OPSYS!= uname -s
|
|
|
|
|
|
1994-08-21 13:12:57 +00:00
|
|
|
|
.if exists(${.CURDIR}/../Makefile.inc)
|
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
|
.endif
|
|
|
|
|
|
1996-06-19 01:04:23 +00:00
|
|
|
|
|
1994-08-21 16:37:09 +00:00
|
|
|
|
# These need to be absolute since we don't know how deep in the ports
|
1994-08-28 14:41:34 +00:00
|
|
|
|
# tree we are and thus can't go relative. They can, of course, be overridden
|
1996-11-01 07:22:37 +00:00
|
|
|
|
# by individual Makefiles or local system make configuration.
|
|
|
|
|
.if (${OPSYS} == "NetBSD")
|
|
|
|
|
PORTSDIR?= ${DESTDIR}/usr/opt
|
|
|
|
|
.else
|
1994-09-19 00:41:03 +00:00
|
|
|
|
PORTSDIR?= ${DESTDIR}/usr/ports
|
1996-11-01 07:22:37 +00:00
|
|
|
|
.endif
|
1996-03-31 10:35:26 +00:00
|
|
|
|
LOCALBASE?= /usr/local
|
1994-11-17 10:06:03 +00:00
|
|
|
|
X11BASE?= /usr/X11R6
|
1996-11-30 10:31:50 +00:00
|
|
|
|
DISTDIR?= ${PORTSDIR}/distfiles
|
|
|
|
|
_DISTDIR?= ${DISTDIR}/${DIST_SUBDIR}
|
1994-09-10 22:26:47 +00:00
|
|
|
|
PACKAGES?= ${PORTSDIR}/packages
|
1996-04-01 11:13:00 +00:00
|
|
|
|
TEMPLATES?= ${PORTSDIR}/templates
|
1994-11-17 00:25:16 +00:00
|
|
|
|
.if !defined(NO_WRKDIR)
|
1994-09-10 22:26:47 +00:00
|
|
|
|
WRKDIR?= ${.CURDIR}/work
|
1994-11-17 00:25:16 +00:00
|
|
|
|
.else
|
|
|
|
|
WRKDIR?= ${.CURDIR}
|
|
|
|
|
.endif
|
1994-09-09 06:21:43 +00:00
|
|
|
|
.if defined(NO_WRKSUBDIR)
|
1994-09-10 22:26:47 +00:00
|
|
|
|
WRKSRC?= ${WRKDIR}
|
1994-09-09 06:21:43 +00:00
|
|
|
|
.else
|
1994-09-10 22:26:47 +00:00
|
|
|
|
WRKSRC?= ${WRKDIR}/${DISTNAME}
|
1994-09-09 06:21:43 +00:00
|
|
|
|
.endif
|
1994-09-10 22:26:47 +00:00
|
|
|
|
PATCHDIR?= ${.CURDIR}/patches
|
|
|
|
|
SCRIPTDIR?= ${.CURDIR}/scripts
|
|
|
|
|
FILESDIR?= ${.CURDIR}/files
|
|
|
|
|
PKGDIR?= ${.CURDIR}/pkg
|
1995-04-04 05:57:19 +00:00
|
|
|
|
.if defined(USE_IMAKE) || defined(USE_X11)
|
1994-11-17 10:06:03 +00:00
|
|
|
|
PREFIX?= ${X11BASE}
|
|
|
|
|
.else
|
1996-03-31 10:35:26 +00:00
|
|
|
|
PREFIX?= ${LOCALBASE}
|
1994-11-17 10:06:03 +00:00
|
|
|
|
.endif
|
1995-09-18 08:01:20 +00:00
|
|
|
|
# The following 4 lines should go away as soon as the ports are all updated
|
|
|
|
|
.if defined(EXEC_DEPENDS)
|
|
|
|
|
BUILD_DEPENDS+= ${EXEC_DEPENDS}
|
|
|
|
|
RUN_DEPENDS+= ${EXEC_DEPENDS}
|
|
|
|
|
.endif
|
1994-12-17 02:37:26 +00:00
|
|
|
|
.if defined(USE_GMAKE)
|
1995-09-18 08:01:20 +00:00
|
|
|
|
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
|
1994-12-17 02:37:26 +00:00
|
|
|
|
.endif
|
1994-08-21 13:12:57 +00:00
|
|
|
|
|
1994-09-11 12:01:05 +00:00
|
|
|
|
.if exists(${PORTSDIR}/../Makefile.inc)
|
|
|
|
|
.include "${PORTSDIR}/../Makefile.inc"
|
|
|
|
|
.endif
|
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
# Don't change these!!! These names are built into the _TARGET_USE macro,
|
|
|
|
|
# there is no way to refer to them cleanly from within the macro AFAIK.
|
1994-09-22 07:45:30 +00:00
|
|
|
|
EXTRACT_COOKIE?= ${WRKDIR}/.extract_done
|
|
|
|
|
CONFIGURE_COOKIE?= ${WRKDIR}/.configure_done
|
1994-10-03 14:38:27 +00:00
|
|
|
|
INSTALL_COOKIE?= ${WRKDIR}/.install_done
|
1994-11-01 18:09:22 +00:00
|
|
|
|
BUILD_COOKIE?= ${WRKDIR}/.build_done
|
1994-11-11 09:45:33 +00:00
|
|
|
|
PATCH_COOKIE?= ${WRKDIR}/.patch_done
|
1995-04-30 12:28:43 +00:00
|
|
|
|
PACKAGE_COOKIE?= ${WRKDIR}/.package_done
|
1994-08-22 11:20:07 +00:00
|
|
|
|
|
1994-08-28 14:41:34 +00:00
|
|
|
|
# How to do nothing. Override if you, for some strange reason, would rather
|
|
|
|
|
# do something.
|
1996-06-19 01:04:23 +00:00
|
|
|
|
DO_NADA?= /usr/bin/true
|
1994-08-28 14:41:34 +00:00
|
|
|
|
|
1994-08-21 13:12:57 +00:00
|
|
|
|
# Miscellaneous overridable commands:
|
1994-09-10 22:26:47 +00:00
|
|
|
|
GMAKE?= gmake
|
1995-03-19 12:49:06 +00:00
|
|
|
|
XMKMF?= xmkmf -a
|
1996-11-01 07:22:37 +00:00
|
|
|
|
.if (${OPSYS} == "NetBSD")
|
|
|
|
|
MD5?= /usr/bin/md5
|
|
|
|
|
.else
|
1995-02-04 22:56:28 +00:00
|
|
|
|
MD5?= /sbin/md5
|
1996-11-01 07:22:37 +00:00
|
|
|
|
.endif
|
1994-12-11 20:36:12 +00:00
|
|
|
|
MD5_FILE?= ${FILESDIR}/md5
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
|
1994-09-11 12:55:54 +00:00
|
|
|
|
MAKE_FLAGS?= -f
|
|
|
|
|
MAKEFILE?= Makefile
|
1996-05-30 08:53:26 +00:00
|
|
|
|
MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB="${MOTIFLIB}" CFLAGS="${CFLAGS}"
|
1994-09-09 06:21:43 +00:00
|
|
|
|
|
1996-06-19 09:33:31 +00:00
|
|
|
|
FETCH_CMD?= /usr/bin/fetch
|
1994-09-09 06:21:43 +00:00
|
|
|
|
|
1995-06-26 07:01:20 +00:00
|
|
|
|
TOUCH?= /usr/bin/touch
|
1994-11-01 18:09:22 +00:00
|
|
|
|
TOUCH_FLAGS?= -f
|
|
|
|
|
|
1995-06-26 07:01:20 +00:00
|
|
|
|
PATCH?= /usr/bin/patch
|
1994-09-28 14:19:30 +00:00
|
|
|
|
PATCH_STRIP?= -p0
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
PATCH_DIST_STRIP?= -p0
|
1994-12-10 18:07:38 +00:00
|
|
|
|
.if defined(PATCH_DEBUG)
|
1996-08-17 10:16:02 +00:00
|
|
|
|
PATCH_DEBUG_TMP= yes
|
1994-12-10 18:07:38 +00:00
|
|
|
|
PATCH_ARGS?= -d ${WRKSRC} -E ${PATCH_STRIP}
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
PATCH_DIST_ARGS?= -d ${WRKSRC} -E ${PATCH_DIST_STRIP}
|
1994-12-10 18:07:38 +00:00
|
|
|
|
.else
|
1996-08-17 10:16:02 +00:00
|
|
|
|
PATCH_DEBUG_TMP= no
|
1994-12-10 18:07:38 +00:00
|
|
|
|
PATCH_ARGS?= -d ${WRKSRC} --forward --quiet -E ${PATCH_STRIP}
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
PATCH_DIST_ARGS?= -d ${WRKSRC} --forward --quiet -E ${PATCH_DIST_STRIP}
|
1994-12-10 18:07:38 +00:00
|
|
|
|
.endif
|
1995-10-11 09:25:58 +00:00
|
|
|
|
.if defined(BATCH)
|
|
|
|
|
PATCH_ARGS+= --batch
|
|
|
|
|
PATCH_DIST_ARGS+= --batch
|
|
|
|
|
.endif
|
1994-09-28 14:19:30 +00:00
|
|
|
|
|
1995-06-24 10:27:23 +00:00
|
|
|
|
.if defined(PATCH_CHECK_ONLY)
|
|
|
|
|
PATCH_ARGS+= -C
|
|
|
|
|
PATCH_DIST_ARGS+= -C
|
|
|
|
|
.endif
|
|
|
|
|
|
1995-06-26 07:01:20 +00:00
|
|
|
|
EXTRACT_CMD?= /usr/bin/tar
|
1994-08-21 13:12:57 +00:00
|
|
|
|
EXTRACT_SUFX?= .tar.gz
|
1995-03-22 21:28:31 +00:00
|
|
|
|
# Backwards compatability.
|
|
|
|
|
.if defined(EXTRACT_ARGS)
|
|
|
|
|
EXTRACT_BEFORE_ARGS?= ${EXTRACT_ARGS}
|
|
|
|
|
.else
|
|
|
|
|
EXTRACT_BEFORE_ARGS?= -xzf
|
|
|
|
|
.endif
|
1994-08-21 13:12:57 +00:00
|
|
|
|
|
1995-04-19 15:02:26 +00:00
|
|
|
|
# Figure out where the local mtree file is
|
|
|
|
|
.if !defined(MTREE_LOCAL) && exists(/etc/mtree/BSD.local.dist)
|
|
|
|
|
MTREE_LOCAL= /etc/mtree/BSD.local.dist
|
|
|
|
|
.endif
|
1995-06-26 07:01:20 +00:00
|
|
|
|
MTREE_CMD?= /usr/sbin/mtree
|
1995-05-02 13:49:01 +00:00
|
|
|
|
MTREE_ARGS?= -U -f ${MTREE_LOCAL} -d -e -p
|
1995-06-25 06:30:51 +00:00
|
|
|
|
.if defined(USE_X11) || defined(USE_IMAKE) || !defined(MTREE_LOCAL)
|
|
|
|
|
NO_MTREE= yes
|
|
|
|
|
.endif
|
1995-04-19 15:02:26 +00:00
|
|
|
|
|
1996-08-15 05:55:33 +00:00
|
|
|
|
# A few aliases for *-install targets
|
|
|
|
|
INSTALL_PROGRAM= \
|
|
|
|
|
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
|
|
|
|
|
INSTALL_SCRIPT= \
|
|
|
|
|
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
|
|
|
|
|
INSTALL_DATA= \
|
|
|
|
|
${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE}
|
|
|
|
|
INSTALL_MAN= \
|
|
|
|
|
${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}
|
|
|
|
|
|
1995-05-13 05:37:45 +00:00
|
|
|
|
# The user can override the NO_PACKAGE by specifying this from
|
|
|
|
|
# the make command line
|
|
|
|
|
.if defined(FORCE_PACKAGE)
|
|
|
|
|
.undef NO_PACKAGE
|
|
|
|
|
.endif
|
|
|
|
|
|
1995-06-26 07:01:20 +00:00
|
|
|
|
PKG_CMD?= /usr/sbin/pkg_create
|
1995-03-27 13:11:18 +00:00
|
|
|
|
.if !defined(PKG_ARGS)
|
1996-12-04 05:53:17 +00:00
|
|
|
|
PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST -p ${PREFIX} -P "`${MAKE} package-depends|sort -u`"
|
1995-03-27 13:11:18 +00:00
|
|
|
|
.if exists(${PKGDIR}/INSTALL)
|
|
|
|
|
PKG_ARGS+= -i ${PKGDIR}/INSTALL
|
|
|
|
|
.endif
|
|
|
|
|
.if exists(${PKGDIR}/DEINSTALL)
|
|
|
|
|
PKG_ARGS+= -k ${PKGDIR}/DEINSTALL
|
|
|
|
|
.endif
|
|
|
|
|
.if exists(${PKGDIR}/REQ)
|
|
|
|
|
PKG_ARGS+= -r ${PKGDIR}/REQ
|
|
|
|
|
.endif
|
1996-12-11 04:51:31 +00:00
|
|
|
|
.if exists(${PKGDIR}/MESSAGE)
|
|
|
|
|
PKG_ARGS+= -D ${PKGDIR}/MESSAGE
|
1996-12-09 07:08:16 +00:00
|
|
|
|
.endif
|
1995-11-17 16:49:40 +00:00
|
|
|
|
.if !defined(NO_MTREE) && defined(MTREE_LOCAL)
|
1995-04-19 15:02:26 +00:00
|
|
|
|
PKG_ARGS+= -m ${MTREE_LOCAL}
|
|
|
|
|
.endif
|
1995-03-27 13:11:18 +00:00
|
|
|
|
.endif
|
1994-09-10 22:26:47 +00:00
|
|
|
|
PKG_SUFX?= .tgz
|
1995-04-19 15:02:26 +00:00
|
|
|
|
# where pkg_add records its dirty deeds.
|
|
|
|
|
PKG_DBDIR?= /var/db/pkg
|
1994-08-22 13:11:32 +00:00
|
|
|
|
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
# shared/dynamic motif libs
|
|
|
|
|
.if defined(HAVE_MOTIF)
|
|
|
|
|
.if defined(MOTIF_STATIC)
|
|
|
|
|
MOTIFLIB?= ${X11BASE}/lib/libXm.a
|
|
|
|
|
.else
|
|
|
|
|
MOTIFLIB?= -L${X11BASE}/lib -lXm
|
|
|
|
|
.endif
|
|
|
|
|
.endif
|
|
|
|
|
|
1996-03-06 08:08:16 +00:00
|
|
|
|
ECHO?= /bin/echo
|
1996-11-01 07:22:37 +00:00
|
|
|
|
CAT?= /bin/cat
|
1996-03-06 08:08:16 +00:00
|
|
|
|
CP?= /bin/cp
|
1996-04-07 08:34:21 +00:00
|
|
|
|
SETENV?= /usr/bin/env
|
1996-03-06 08:08:16 +00:00
|
|
|
|
RM?= /bin/rm
|
1996-11-01 07:22:37 +00:00
|
|
|
|
MKDIR?= /bin/mkdir -p
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
RMDIR?= /bin/rmdir
|
|
|
|
|
AWK?= /usr/bin/awk
|
1996-03-06 08:08:16 +00:00
|
|
|
|
BASENAME?= /usr/bin/basename
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
FALSE?= /usr/bin/false
|
1996-03-06 08:08:16 +00:00
|
|
|
|
GREP?= /usr/bin/grep
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
GZCAT?= /usr/bin/gzcat
|
|
|
|
|
GZIP?= -9
|
|
|
|
|
GZIP_CMD?= /usr/bin/gzip -nf ${GZIP}
|
1996-12-11 04:51:31 +00:00
|
|
|
|
GUNZIP_CMD?= /usr/bin/gunzip -f
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
SED?= /usr/bin/sed
|
1996-03-06 08:08:16 +00:00
|
|
|
|
|
1995-04-19 15:02:26 +00:00
|
|
|
|
# Used to print all the '===>' style prompts - override this to turn them off.
|
1996-03-06 08:08:16 +00:00
|
|
|
|
ECHO_MSG?= ${ECHO}
|
1995-03-21 03:59:13 +00:00
|
|
|
|
|
1994-11-03 19:53:46 +00:00
|
|
|
|
ALL_TARGET?= all
|
|
|
|
|
INSTALL_TARGET?= install
|
|
|
|
|
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
# Popular master sites
|
|
|
|
|
MASTER_SITE_XCONTRIB?= \
|
|
|
|
|
ftp://ftp.x.org/contrib/${MASTER_SITE_SUBDIR}/ \
|
|
|
|
|
ftp://crl.dec.com/pub/X11/contrib/${MASTER_SITE_SUBDIR}/
|
|
|
|
|
|
|
|
|
|
MASTER_SITE_GNU?= \
|
|
|
|
|
ftp://prep.ai.mit.edu/pub/gnu/${MASTER_SITE_SUBDIR}/ \
|
|
|
|
|
ftp://wuarchive.wustl.edu/systems/gnu/${MASTER_SITE_SUBDIR}/
|
|
|
|
|
|
|
|
|
|
MASTER_SITE_PERL_CPAN?= \
|
|
|
|
|
ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/${MASTER_SITE_SUBDIR}/ \
|
|
|
|
|
ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/${MASTER_SITE_SUBDIR}/
|
|
|
|
|
|
|
|
|
|
MASTER_SITE_TEX_CTAN?= \
|
|
|
|
|
ftp://ftp.cdrom.com/pub/tex/ctan/${MASTER_SITE_SUBDIR}/ \
|
|
|
|
|
ftp://wuarchive.wustl.edu/packages/TeX/${MASTER_SITE_SUBDIR}/ \
|
|
|
|
|
ftp://ftp.funet.fi/pub/TeX/CTAN/${MASTER_SITE_SUBDIR}/ \
|
|
|
|
|
ftp.tex.ac.uk/public/ctan/tex-archive/${MASTER_SITE_SUBDIR}/
|
|
|
|
|
|
|
|
|
|
MASTER_SITE_SUNSITE?= \
|
|
|
|
|
ftp://sunsite.unc.edu/pub/Linux/${MASTER_SITE_SUBDIR}/ \
|
|
|
|
|
ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/${MASTER_SITE_SUBDIR}/ \
|
1996-12-08 05:40:38 +00:00
|
|
|
|
ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/${MASTER_SITE_SUBDIR}/
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# The primary backup site.
|
|
|
|
|
MASTER_SITE_BACKUP?= \
|
|
|
|
|
ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
|
|
|
|
|
|
|
|
|
|
# If the user has this set, go to the FreeBSD repository for everything.
|
|
|
|
|
.if defined(MASTER_SITE_FREEBSD)
|
|
|
|
|
MASTER_SITE_OVERRIDE= ${MASTER_SITE_BACKUP}
|
|
|
|
|
.endif
|
|
|
|
|
|
1996-08-24 09:28:48 +00:00
|
|
|
|
# Empty declaration to avoid "variable MASTER_SITES recursive" error
|
|
|
|
|
MASTER_SITES?=
|
1996-09-23 09:27:59 +00:00
|
|
|
|
PATCH_SITES?=
|
1994-09-13 06:22:11 +00:00
|
|
|
|
# I guess we're in the master distribution business! :) As we gain mirror
|
|
|
|
|
# sites for distfiles, add them to this list.
|
1994-11-17 00:18:28 +00:00
|
|
|
|
.if !defined(MASTER_SITE_OVERRIDE)
|
1996-11-30 10:31:50 +00:00
|
|
|
|
MASTER_SITES+= ${MASTER_SITE_BACKUP}
|
|
|
|
|
PATCH_SITES+= ${MASTER_SITE_BACKUP}
|
1994-11-17 00:18:28 +00:00
|
|
|
|
.else
|
1995-07-24 08:02:07 +00:00
|
|
|
|
MASTER_SITES:= ${MASTER_SITE_OVERRIDE} ${MASTER_SITES}
|
1996-03-10 08:26:21 +00:00
|
|
|
|
PATCH_SITES:= ${MASTER_SITE_OVERRIDE} ${PATCH_SITES}
|
1994-11-17 00:18:28 +00:00
|
|
|
|
.endif
|
1994-09-01 16:01:34 +00:00
|
|
|
|
|
1996-08-24 09:28:48 +00:00
|
|
|
|
# Search CDROM first if mounted, symlink instead of copy if
|
|
|
|
|
# FETCH_SYMLINK_DISTFILES is set
|
|
|
|
|
.if exists(/cdrom/ports/distfiles)
|
1996-09-23 09:27:59 +00:00
|
|
|
|
MASTER_SITES:= file:/cdrom/ports/distfiles/${DIST_SUBDIR}/ ${MASTER_SITES}
|
|
|
|
|
PATCH_SITES:= file:/cdrom/ports/distfiles/${DIST_SUBDIR}/ ${PATCH_SITES}
|
1996-08-24 09:28:48 +00:00
|
|
|
|
.if defined(FETCH_SYMLINK_DISTFILES)
|
|
|
|
|
FETCH_BEFORE_ARGS+= -l
|
|
|
|
|
.endif
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-09-01 16:01:34 +00:00
|
|
|
|
# Derived names so that they're easily overridable.
|
1994-09-10 22:26:47 +00:00
|
|
|
|
DISTFILES?= ${DISTNAME}${EXTRACT_SUFX}
|
1994-12-10 18:07:38 +00:00
|
|
|
|
PKGNAME?= ${DISTNAME}
|
1995-04-01 09:34:11 +00:00
|
|
|
|
|
1996-12-17 12:20:53 +00:00
|
|
|
|
ALLFILES?= ${DISTFILES} ${PATCHFILES}
|
|
|
|
|
|
|
|
|
|
.if defined(IGNOREFILES)
|
|
|
|
|
CKSUMFILES!= \
|
|
|
|
|
for file in ${ALLFILES}; do \
|
|
|
|
|
ignore=0; \
|
|
|
|
|
for tmp in ${IGNOREFILES}; do \
|
|
|
|
|
if [ "$$file" = "$$tmp" ]; then \
|
|
|
|
|
ignore=1; \
|
|
|
|
|
fi; \
|
|
|
|
|
done; \
|
|
|
|
|
if [ "$$ignore" = 0 ]; then \
|
|
|
|
|
echo "$$file"; \
|
|
|
|
|
fi; \
|
|
|
|
|
done
|
|
|
|
|
.else
|
|
|
|
|
CKSUMFILES= ${ALLFILES}
|
|
|
|
|
.endif
|
|
|
|
|
|
1996-11-30 10:31:50 +00:00
|
|
|
|
# List of all files, with ${DIST_SUBDIR} in front. Used for checksum.
|
|
|
|
|
.if defined(DIST_SUBDIR)
|
1996-12-17 12:20:53 +00:00
|
|
|
|
_CKSUMFILES?= ${CKSUMFILES:S/^/${DIST_SUBDIR}\//}
|
|
|
|
|
_IGNOREFILES?= ${IGNOREFILES:S/^/${DIST_SUBDIR}\//}
|
1996-11-30 10:31:50 +00:00
|
|
|
|
.else
|
1996-12-17 12:20:53 +00:00
|
|
|
|
_CKSUMFILES?= ${CKSUMFILES}
|
|
|
|
|
_IGNOREFILES?= ${IGNOREFILES}
|
1996-11-30 10:31:50 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-08-29 11:24:50 +00:00
|
|
|
|
# This is what is actually going to be extracted, and is overridable
|
|
|
|
|
# by user.
|
|
|
|
|
EXTRACT_ONLY?= ${DISTFILES}
|
|
|
|
|
|
1995-04-01 09:34:11 +00:00
|
|
|
|
# Documentation
|
1995-03-22 21:46:04 +00:00
|
|
|
|
MAINTAINER?= ports@FreeBSD.ORG
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
|
|
|
|
|
.if !defined(CATEGORIES)
|
|
|
|
|
.BEGIN:
|
|
|
|
|
@${ECHO_MSG} "CATEGORIES is mandatory."
|
|
|
|
|
@${FALSE}
|
|
|
|
|
.endif
|
1994-09-10 22:26:47 +00:00
|
|
|
|
|
1995-06-06 10:56:34 +00:00
|
|
|
|
# Note this has to start with a capital letter (or more accurately, it
|
|
|
|
|
# shouldn't match "[a-z]*"), see the target "delete-package-links" below.
|
|
|
|
|
PKGREPOSITORYSUBDIR?= All
|
1995-04-09 09:59:42 +00:00
|
|
|
|
PKGREPOSITORY?= ${PACKAGES}/${PKGREPOSITORYSUBDIR}
|
1994-09-10 22:26:47 +00:00
|
|
|
|
.if exists(${PACKAGES})
|
1995-04-09 09:59:42 +00:00
|
|
|
|
PKGFILE?= ${PKGREPOSITORY}/${PKGNAME}${PKG_SUFX}
|
1994-09-10 22:26:47 +00:00
|
|
|
|
.else
|
1994-12-10 18:07:38 +00:00
|
|
|
|
PKGFILE?= ${PKGNAME}${PKG_SUFX}
|
1994-09-10 22:26:47 +00:00
|
|
|
|
.endif
|
1994-08-21 13:12:57 +00:00
|
|
|
|
|
1995-02-06 08:52:19 +00:00
|
|
|
|
CONFIGURE_SCRIPT?= configure
|
|
|
|
|
|
1994-10-04 15:44:03 +00:00
|
|
|
|
.if defined(GNU_CONFIGURE)
|
1996-05-30 08:53:26 +00:00
|
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
1994-10-04 15:48:21 +00:00
|
|
|
|
HAS_CONFIGURE= yes
|
1994-10-04 15:44:03 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
MANPREFIX?= ${PREFIX}
|
|
|
|
|
|
1996-12-11 10:17:44 +00:00
|
|
|
|
.for sect in 1 2 3 4 5 6 7 8 9
|
|
|
|
|
MAN${sect}PREFIX?= ${MANPREFIX}
|
|
|
|
|
.endfor
|
|
|
|
|
MANLPREFIX?= ${MANPREFIX}
|
|
|
|
|
MANNPREFIX?= ${MANPREFIX}
|
|
|
|
|
|
|
|
|
|
MANLANG?= "" # english only by default
|
|
|
|
|
|
|
|
|
|
.for lang in ${MANLANG}
|
|
|
|
|
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.for sect in 1 2 3 4 5 6 7 8 9
|
|
|
|
|
.if defined(MAN${sect})
|
1996-12-12 04:32:25 +00:00
|
|
|
|
_MANPAGES+= ${MAN${sect}:S%^%${MAN${sect}PREFIX}/man/${lang}/man${sect}/%}
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.endif
|
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
|
|
.if defined(MANL)
|
1996-12-12 04:32:25 +00:00
|
|
|
|
_MANPAGES+= ${MANL:S%^%${MANLPREFIX}/man/${lang}/manl/%}
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if defined(MANN)
|
1996-12-12 04:32:25 +00:00
|
|
|
|
_MANPAGES+= ${MANN:S%^%${MANNPREFIX}/man/${lang}/mann/%}
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1996-12-11 10:17:44 +00:00
|
|
|
|
.endfor
|
|
|
|
|
|
1996-12-11 04:51:31 +00:00
|
|
|
|
.if defined(_MANPAGES) && defined(MANCOMPRESSED)
|
|
|
|
|
_MANPAGES:= ${_MANPAGES:S/$/.gz/}
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-08-21 13:12:57 +00:00
|
|
|
|
.MAIN: all
|
1994-10-14 07:56:46 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
################################################################
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
# Many ways to disable a port.
|
|
|
|
|
#
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# If we're in BATCH mode and the port is interactive, or we're
|
|
|
|
|
# in interactive mode and the port is non-interactive, skip all
|
|
|
|
|
# the important targets. The reason we have two modes is that
|
|
|
|
|
# one might want to leave a build in BATCH mode running
|
|
|
|
|
# overnight, then come back in the morning and do _only_ the
|
|
|
|
|
# interactive ones that required your intervention.
|
1994-10-14 07:56:46 +00:00
|
|
|
|
#
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
# Don't attempt to build ports that require Motif if you don't
|
|
|
|
|
# have Motif.
|
|
|
|
|
#
|
1996-04-27 18:36:02 +00:00
|
|
|
|
# Ignore ports that can't be resold if building for a CDROM.
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
#
|
|
|
|
|
# Don't build a port if it's restricted and we don't want to get
|
|
|
|
|
# into that.
|
|
|
|
|
#
|
|
|
|
|
# Don't build a port if it's broken.
|
1995-04-20 18:03:02 +00:00
|
|
|
|
################################################################
|
|
|
|
|
|
1996-11-30 10:31:50 +00:00
|
|
|
|
.if (defined(IS_INTERACTIVE) && defined(BATCH))
|
|
|
|
|
IGNORE= "is an interactive port"
|
|
|
|
|
.elif (!defined(IS_INTERACTIVE) && defined(INTERACTIVE))
|
|
|
|
|
IGNORE= "is not an interactive port"
|
|
|
|
|
.elif (defined(REQUIRES_MOTIF) && !defined(HAVE_MOTIF))
|
|
|
|
|
IGNORE= "requires Motif"
|
|
|
|
|
.elif (defined(NO_CDROM) && defined(FOR_CDROM))
|
|
|
|
|
IGNORE= "may not be placed on a CDROM: ${NO_CDROM}"
|
|
|
|
|
.elif (defined(RESTRICTED) && defined(NO_RESTRICTED))
|
|
|
|
|
IGNORE= "is restricted: ${RESTRICTED}"
|
|
|
|
|
.elif defined(BROKEN)
|
|
|
|
|
IGNORE= "is marked as broken: ${BROKEN}"
|
|
|
|
|
.endif
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
|
|
|
|
|
.if defined(IGNORE)
|
1996-11-30 10:31:50 +00:00
|
|
|
|
.if defined(IGNORE_SILENT)
|
|
|
|
|
IGNORECMD= ${DO_NADA}
|
|
|
|
|
.else
|
|
|
|
|
IGNORECMD= ${ECHO_MSG} "===> ${PKGNAME} ${IGNORE}."
|
|
|
|
|
.endif
|
1994-10-14 07:56:46 +00:00
|
|
|
|
all:
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${IGNORECMD}
|
1994-10-14 07:56:46 +00:00
|
|
|
|
build:
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${IGNORECMD}
|
1994-10-14 07:56:46 +00:00
|
|
|
|
install:
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${IGNORECMD}
|
1994-10-14 07:56:46 +00:00
|
|
|
|
fetch:
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${IGNORECMD}
|
|
|
|
|
checksum:
|
|
|
|
|
@${IGNORECMD}
|
1994-10-14 07:56:46 +00:00
|
|
|
|
configure:
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${IGNORECMD}
|
1995-03-20 00:41:36 +00:00
|
|
|
|
package:
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${IGNORECMD}
|
1994-10-14 07:56:46 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-12-07 14:11:29 +00:00
|
|
|
|
.if defined(ALL_HOOK)
|
|
|
|
|
all:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${SETENV} CURDIR=${.CURDIR} DISTNAME=${DISTNAME} \
|
1995-12-07 14:11:29 +00:00
|
|
|
|
DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} \
|
|
|
|
|
PATCHDIR=${PATCHDIR} SCRIPTDIR=${SCRIPTDIR} \
|
|
|
|
|
FILESDIR=${FILESDIR} PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} \
|
|
|
|
|
DEPENDS="${DEPENDS}" BUILD_DEPENDS="${BUILD_DEPENDS}" \
|
|
|
|
|
RUN_DEPENDS="${RUN_DEPENDS}" X11BASE=${X11BASE} \
|
|
|
|
|
${ALL_HOOK}
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-10-14 07:56:46 +00:00
|
|
|
|
.if !target(all)
|
1995-04-17 06:28:15 +00:00
|
|
|
|
all: build
|
1994-10-14 07:56:46 +00:00
|
|
|
|
.endif
|
1994-08-21 13:12:57 +00:00
|
|
|
|
|
1995-07-11 02:15:35 +00:00
|
|
|
|
.if !defined(IS_DEPENDED_TARGET)
|
|
|
|
|
IS_DEPENDED_TARGET= install
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-10-03 14:38:27 +00:00
|
|
|
|
.if !target(is_depended)
|
1995-07-11 02:15:35 +00:00
|
|
|
|
is_depended: ${IS_DEPENDED_TARGET}
|
1994-10-03 14:38:27 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
################################################################
|
|
|
|
|
# The following are used to create easy dummy targets for
|
|
|
|
|
# disabling some bit of default target behavior you don't want.
|
|
|
|
|
# They still check to see if the target exists, and if so don't
|
|
|
|
|
# do anything, since you might want to set this globally for a
|
|
|
|
|
# group of ports in a Makefile.inc, but still be able to
|
1995-05-29 13:46:38 +00:00
|
|
|
|
# override from an individual Makefile.
|
1995-04-20 18:03:02 +00:00
|
|
|
|
################################################################
|
|
|
|
|
|
1996-11-01 07:22:37 +00:00
|
|
|
|
# Disable checksum
|
|
|
|
|
.if defined(NO_CHECKSUM) && !target(checksum)
|
|
|
|
|
checksum: fetch
|
|
|
|
|
@${DO_NADA}
|
|
|
|
|
.endif
|
|
|
|
|
|
1996-06-01 05:47:42 +00:00
|
|
|
|
# Disable extract
|
1994-08-28 14:41:34 +00:00
|
|
|
|
.if defined(NO_EXTRACT) && !target(extract)
|
1995-04-24 10:41:51 +00:00
|
|
|
|
extract: checksum
|
1994-11-01 18:09:22 +00:00
|
|
|
|
@${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE}
|
1995-04-24 10:41:51 +00:00
|
|
|
|
checksum: fetch
|
1994-12-17 21:29:38 +00:00
|
|
|
|
@${DO_NADA}
|
1995-01-04 23:06:38 +00:00
|
|
|
|
makesum:
|
1994-12-17 21:29:38 +00:00
|
|
|
|
@${DO_NADA}
|
1994-08-28 14:41:34 +00:00
|
|
|
|
.endif
|
1996-06-01 05:47:42 +00:00
|
|
|
|
|
1996-11-01 07:22:37 +00:00
|
|
|
|
# Disable patch
|
|
|
|
|
.if defined(NO_PATCH) && !target(patch)
|
|
|
|
|
patch: extract
|
|
|
|
|
@${TOUCH} ${TOUCH_FLAGS} ${PATCH_COOKIE}
|
|
|
|
|
.endif
|
|
|
|
|
|
1996-06-01 05:47:42 +00:00
|
|
|
|
# Disable configure
|
1994-08-28 14:41:34 +00:00
|
|
|
|
.if defined(NO_CONFIGURE) && !target(configure)
|
1995-04-24 10:41:51 +00:00
|
|
|
|
configure: patch
|
1994-11-01 18:09:22 +00:00
|
|
|
|
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
|
1994-08-28 14:41:34 +00:00
|
|
|
|
.endif
|
1996-06-01 05:47:42 +00:00
|
|
|
|
|
|
|
|
|
# Disable build
|
1994-08-28 14:41:34 +00:00
|
|
|
|
.if defined(NO_BUILD) && !target(build)
|
1995-04-24 10:41:51 +00:00
|
|
|
|
build: configure
|
1994-11-01 18:09:22 +00:00
|
|
|
|
@${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE}
|
1994-08-28 14:41:34 +00:00
|
|
|
|
.endif
|
1996-06-01 05:47:42 +00:00
|
|
|
|
|
|
|
|
|
# Disable install
|
1994-08-28 14:41:34 +00:00
|
|
|
|
.if defined(NO_INSTALL) && !target(install)
|
1995-04-24 10:41:51 +00:00
|
|
|
|
install: build
|
1994-11-01 18:09:22 +00:00
|
|
|
|
@${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}
|
1994-08-28 14:41:34 +00:00
|
|
|
|
.endif
|
1996-06-01 05:47:42 +00:00
|
|
|
|
|
1996-11-01 07:22:37 +00:00
|
|
|
|
# Disable package
|
|
|
|
|
.if defined(NO_PACKAGE) && !target(package)
|
|
|
|
|
package:
|
1996-12-09 07:08:16 +00:00
|
|
|
|
.if defined(IGNORE_SILENT)
|
1996-11-01 07:22:37 +00:00
|
|
|
|
@${DO_NADA}
|
1996-12-09 07:08:16 +00:00
|
|
|
|
.else
|
|
|
|
|
@${ECHO_MSG} "===> ${PKGNAME} may not be packaged: ${NO_PACKAGE}."
|
|
|
|
|
.endif
|
1996-11-01 07:22:37 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
# Disable describe
|
|
|
|
|
.if defined(NO_DESCRIBE) && !target(describe)
|
|
|
|
|
describe:
|
|
|
|
|
@${DO_NADA}
|
1994-11-11 09:45:33 +00:00
|
|
|
|
.endif
|
1994-08-28 14:41:34 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
################################################################
|
1994-08-28 14:41:34 +00:00
|
|
|
|
# More standard targets start here.
|
1995-03-22 21:46:04 +00:00
|
|
|
|
#
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# These are the body of the build/install framework. If you are
|
|
|
|
|
# not happy with the default actions, and you can't solve it by
|
|
|
|
|
# adding pre-* or post-* targets/scripts, override these.
|
|
|
|
|
################################################################
|
|
|
|
|
|
|
|
|
|
# Fetch
|
|
|
|
|
|
|
|
|
|
.if !target(do-fetch)
|
|
|
|
|
do-fetch:
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${MKDIR} ${_DISTDIR}
|
|
|
|
|
@(cd ${_DISTDIR}; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
for file in ${DISTFILES}; do \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \
|
|
|
|
|
if [ -h $$file -o -h `${BASENAME} $$file` ]; then \
|
1996-11-30 10:31:50 +00:00
|
|
|
|
${ECHO_MSG} ">> ${_DISTDIR}/$$file is a broken symlink."; \
|
1996-02-16 11:19:00 +00:00
|
|
|
|
${ECHO_MSG} ">> Perhaps a filesystem (most likely a CD) isn't mounted?"; \
|
|
|
|
|
${ECHO_MSG} ">> Please correct this problem and try again."; \
|
|
|
|
|
exit 1; \
|
|
|
|
|
fi ; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \
|
|
|
|
|
for site in ${MASTER_SITES}; do \
|
1995-10-04 11:13:52 +00:00
|
|
|
|
${ECHO_MSG} ">> Attempting to fetch from $${site}."; \
|
1996-06-19 09:33:31 +00:00
|
|
|
|
if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \
|
1995-08-29 11:57:40 +00:00
|
|
|
|
continue 2; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi \
|
|
|
|
|
done; \
|
1996-06-22 21:20:56 +00:00
|
|
|
|
${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve this";\
|
1996-11-30 10:31:50 +00:00
|
|
|
|
${ECHO_MSG} ">> port manually into ${_DISTDIR} and try again."; \
|
1995-08-29 11:57:40 +00:00
|
|
|
|
exit 1; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi \
|
|
|
|
|
done)
|
|
|
|
|
.if defined(PATCHFILES)
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@(cd ${_DISTDIR}; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
for file in ${PATCHFILES}; do \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \
|
|
|
|
|
if [ -h $$file -o -h `${BASENAME} $$file` ]; then \
|
1996-11-30 10:31:50 +00:00
|
|
|
|
${ECHO_MSG} ">> ${_DISTDIR}/$$file is a broken symlink."; \
|
1996-02-16 11:19:00 +00:00
|
|
|
|
${ECHO_MSG} ">> Perhaps a filesystem (most likely a CD) isn't mounted?"; \
|
|
|
|
|
${ECHO_MSG} ">> Please correct this problem and try again."; \
|
|
|
|
|
exit 1; \
|
|
|
|
|
fi ; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \
|
|
|
|
|
for site in ${PATCH_SITES}; do \
|
|
|
|
|
${ECHO_MSG} ">> Attempting to fetch from $${site}."; \
|
1996-06-19 09:33:31 +00:00
|
|
|
|
if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \
|
1995-08-29 11:57:40 +00:00
|
|
|
|
continue 2; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi \
|
|
|
|
|
done; \
|
1996-06-22 21:20:56 +00:00
|
|
|
|
${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve this";\
|
1996-11-30 10:31:50 +00:00
|
|
|
|
${ECHO_MSG} ">> port manually into ${_DISTDIR} and try again."; \
|
1995-08-29 11:57:40 +00:00
|
|
|
|
exit 1; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi \
|
|
|
|
|
done)
|
|
|
|
|
.endif
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
# Extract
|
|
|
|
|
|
|
|
|
|
.if !target(do-extract)
|
|
|
|
|
do-extract:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
.if !defined(NO_WRKDIR)
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@${RM} -rf ${WRKDIR}
|
1996-11-01 07:22:37 +00:00
|
|
|
|
@${MKDIR} ${WRKDIR}
|
1996-06-19 01:04:23 +00:00
|
|
|
|
.endif
|
1995-04-20 18:03:02 +00:00
|
|
|
|
@for file in ${EXTRACT_ONLY}; do \
|
1996-11-30 10:31:50 +00:00
|
|
|
|
if !(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\
|
1995-04-20 18:03:02 +00:00
|
|
|
|
then \
|
|
|
|
|
exit 1; \
|
|
|
|
|
fi \
|
|
|
|
|
done
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
# Patch
|
|
|
|
|
|
|
|
|
|
.if !target(do-patch)
|
|
|
|
|
do-patch:
|
|
|
|
|
.if defined(PATCHFILES)
|
1996-02-08 00:44:33 +00:00
|
|
|
|
@${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}"
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@(cd ${_DISTDIR}; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
for i in ${PATCHFILES}; do \
|
1996-08-17 10:16:02 +00:00
|
|
|
|
if [ ${PATCH_DEBUG_TMP} = yes ]; then \
|
|
|
|
|
${ECHO_MSG} "===> Applying distribution patch $$i" ; \
|
|
|
|
|
fi; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
case $$i in \
|
|
|
|
|
*.Z|*.gz) \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${GZCAT} $$i | ${PATCH} ${PATCH_DIST_ARGS}; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
;; \
|
|
|
|
|
*) \
|
|
|
|
|
${PATCH} ${PATCH_DIST_ARGS} < $$i; \
|
|
|
|
|
;; \
|
|
|
|
|
esac; \
|
|
|
|
|
done)
|
|
|
|
|
.endif
|
|
|
|
|
@if [ -d ${PATCHDIR} ]; then \
|
1996-08-17 10:16:02 +00:00
|
|
|
|
if [ "`echo ${PATCHDIR}/patch-*`" = "${PATCHDIR}/patch-*" ]; then \
|
|
|
|
|
${ECHO_MSG} "===> Ignoring empty patch directory"; \
|
|
|
|
|
if [ -d ${PATCHDIR}/CVS ]; then \
|
|
|
|
|
${ECHO_MSG} "===> Perhaps you forgot the -P flag to cvs co or update?"; \
|
|
|
|
|
fi; \
|
|
|
|
|
else \
|
1996-11-01 07:22:37 +00:00
|
|
|
|
${ECHO_MSG} "===> Applying ${OPSYS} patches for ${PKGNAME}" ; \
|
1996-08-17 10:16:02 +00:00
|
|
|
|
for i in ${PATCHDIR}/patch-*; do \
|
|
|
|
|
case $$i in \
|
|
|
|
|
*.orig|*~) \
|
|
|
|
|
${ECHO_MSG} "===> Ignoring patchfile $$i" ; \
|
|
|
|
|
;; \
|
|
|
|
|
*) \
|
|
|
|
|
if [ ${PATCH_DEBUG_TMP} = yes ]; then \
|
1996-11-01 07:22:37 +00:00
|
|
|
|
${ECHO_MSG} "===> Applying ${OPSYS} patch $$i" ; \
|
1996-08-17 10:16:02 +00:00
|
|
|
|
fi; \
|
|
|
|
|
${PATCH} ${PATCH_ARGS} < $$i; \
|
|
|
|
|
;; \
|
|
|
|
|
esac; \
|
|
|
|
|
done; \
|
|
|
|
|
fi; \
|
1995-03-21 01:51:12 +00:00
|
|
|
|
fi
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.endif
|
1995-01-03 11:52:01 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# Configure
|
1994-11-03 19:14:08 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if !target(do-configure)
|
|
|
|
|
do-configure:
|
1996-09-24 06:48:22 +00:00
|
|
|
|
@if [ -f ${SCRIPTDIR}/configure ]; then \
|
1996-06-19 01:04:23 +00:00
|
|
|
|
cd ${.CURDIR} && ${SETENV} CURDIR=${.CURDIR} DISTDIR=${DISTDIR}\
|
|
|
|
|
WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} \
|
|
|
|
|
SCRIPTDIR=${SCRIPTDIR} FILESDIR=${FILESDIR} \
|
|
|
|
|
PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} DEPENDS="${DEPENDS}" \
|
1996-09-24 06:48:22 +00:00
|
|
|
|
X11BASE=${X11BASE} /bin/sh ${SCRIPTDIR}/configure; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi
|
|
|
|
|
.if defined(HAS_CONFIGURE)
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@(cd ${WRKSRC} && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
|
1996-08-18 10:53:16 +00:00
|
|
|
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
1995-10-04 23:22:21 +00:00
|
|
|
|
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.endif
|
|
|
|
|
.if defined(USE_IMAKE)
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@(cd ${WRKSRC} && ${XMKMF})
|
1994-11-03 19:14:08 +00:00
|
|
|
|
.endif
|
1995-07-15 14:07:02 +00:00
|
|
|
|
.endif
|
1994-11-03 19:14:08 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# Build
|
|
|
|
|
|
|
|
|
|
.if !target(do-build)
|
|
|
|
|
do-build:
|
|
|
|
|
.if defined(USE_GMAKE)
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.else defined(USE_GMAKE)
|
Add NO_CDROM, RESTRICTED, BROKEN and Motif support.
(1) The new NO_CDROM Boolean variable means "don't put the distfile/
package on the CDROM you're going to sell". It will basically
turn off everything if FOR_CDROM is set.
Many of the NO_PACKAGE ports are actually "don't sell for profit"
types, which we shouldn't have any problem distributing via ftp.
(2) The new RESTRICTED Boolean variable means don't build this unless
you know what you are doing. It doesn't have any effect unless
NO_RESTRICTED is also set.
(3) BROKEN means this port is broken. At least it will now show up in
INDEX and README.html, and give people more incentive to fix (I
hope).
RESTRICTED and BROKEN are expected to replace the pseudo-targets
in parent Makefiles. (The RESTRICTED and BROKEN list didn't do
anything before, they were solely for grepping purposes.)
(4) The Motif support brings in four new variables: REQUIRES_MOTIF,
which the porter sets for ports that require Motif to build;
HAVE_MOTIF, which the user sets to indicate the system has Motif;
MOTIF_STATIC, which the user sets to indicate that the static
libXm, instead af the default dynamic library, is to be used; and
MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or
"-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set.
The porter is expected to replace all occurrences of libXm in the
{Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic
linkage (for users with Motif) and static linkage (for those who
build packages to be used by those withot Motif, i.e., me ;)
automatically.
Original Motif support idea by: graichen
1996-04-12 08:08:36 +00:00
|
|
|
|
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.endif
|
1994-08-24 14:49:33 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# Install
|
1994-10-03 14:38:27 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if !target(do-install)
|
|
|
|
|
do-install:
|
1996-08-18 10:53:16 +00:00
|
|
|
|
@if [ `/bin/sh -c umask` != 0022 ]; then \
|
1996-11-14 11:45:42 +00:00
|
|
|
|
${ECHO_MSG} "===> Warning: your umask is \"`/bin/sh -c umask`"\".; \
|
|
|
|
|
${ECHO_MSG} " If this is not desired, set it to an appropriate value"; \
|
|
|
|
|
${ECHO_MSG} " and install this port again by \`\`make reinstall''."; \
|
1996-08-18 10:53:16 +00:00
|
|
|
|
fi
|
1994-08-21 13:12:57 +00:00
|
|
|
|
.if defined(USE_GMAKE)
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
|
1994-12-12 22:32:30 +00:00
|
|
|
|
.if defined(USE_IMAKE) && !defined(NO_INSTALL_MANPAGES)
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
1994-12-12 22:32:30 +00:00
|
|
|
|
.endif
|
1994-08-21 13:12:57 +00:00
|
|
|
|
.else defined(USE_GMAKE)
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
|
1994-12-10 18:07:38 +00:00
|
|
|
|
.if defined(USE_IMAKE) && !defined(NO_INSTALL_MANPAGES)
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
1994-10-22 09:21:35 +00:00
|
|
|
|
.endif
|
1995-04-19 15:02:26 +00:00
|
|
|
|
.endif
|
1995-04-22 00:08:06 +00:00
|
|
|
|
.endif
|
1995-04-20 18:03:02 +00:00
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
# Package
|
1995-04-20 18:03:02 +00:00
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.if !target(do-package)
|
|
|
|
|
do-package:
|
|
|
|
|
@if [ -e ${PKGDIR}/PLIST ]; then \
|
|
|
|
|
${ECHO_MSG} "===> Building package for ${PKGNAME}"; \
|
|
|
|
|
if [ -d ${PACKAGES} ]; then \
|
|
|
|
|
if [ ! -d ${PKGREPOSITORY} ]; then \
|
1996-11-01 07:22:37 +00:00
|
|
|
|
if ! ${MKDIR} ${PKGREPOSITORY}; then \
|
1995-08-18 10:06:28 +00:00
|
|
|
|
${ECHO_MSG} ">> Can't create directory ${PKGREPOSITORY}."; \
|
|
|
|
|
exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi; \
|
|
|
|
|
if ${PKG_CMD} ${PKG_ARGS} ${PKGFILE}; then \
|
|
|
|
|
if [ -d ${PACKAGES} ]; then \
|
|
|
|
|
${MAKE} ${.MAKEFLAGS} package-links; \
|
|
|
|
|
fi; \
|
|
|
|
|
else \
|
|
|
|
|
${MAKE} ${.MAKEFLAGS} delete-package; \
|
|
|
|
|
exit 1; \
|
|
|
|
|
fi; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi
|
1994-08-21 13:12:57 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
# Some support rules for do-package
|
1995-04-20 18:03:02 +00:00
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.if !target(package-links)
|
|
|
|
|
package-links:
|
|
|
|
|
@${MAKE} ${.MAKEFLAGS} delete-package-links
|
|
|
|
|
@for cat in ${CATEGORIES}; do \
|
|
|
|
|
if [ ! -d ${PACKAGES}/$$cat ]; then \
|
1996-11-01 07:22:37 +00:00
|
|
|
|
if ! ${MKDIR} ${PACKAGES}/$$cat; then \
|
1995-08-18 10:06:28 +00:00
|
|
|
|
${ECHO_MSG} ">> Can't create directory ${PACKAGES}/$$cat."; \
|
|
|
|
|
exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi; \
|
|
|
|
|
ln -s ../${PKGREPOSITORYSUBDIR}/${PKGNAME}${PKG_SUFX} ${PACKAGES}/$$cat; \
|
|
|
|
|
done;
|
1995-04-09 12:27:58 +00:00
|
|
|
|
.endif
|
1995-08-18 10:06:28 +00:00
|
|
|
|
|
|
|
|
|
.if !target(delete-package-links)
|
|
|
|
|
delete-package-links:
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@${RM} -f ${PACKAGES}/[a-z]*/${PKGNAME}${PKG_SUFX};
|
1995-04-09 12:27:58 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.if !target(delete-package)
|
|
|
|
|
delete-package:
|
|
|
|
|
@${MAKE} ${.MAKEFLAGS} delete-package-links
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@${RM} -f ${PKGFILE}
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.endif
|
1994-08-24 14:49:33 +00:00
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
################################################################
|
|
|
|
|
# This is the "generic" port target, actually a macro used from the
|
|
|
|
|
# six main targets. See below for more.
|
|
|
|
|
################################################################
|
1995-04-17 06:39:05 +00:00
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
_PORT_USE: .USE
|
1995-09-18 08:01:20 +00:00
|
|
|
|
.if make(real-fetch)
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} fetch-depends
|
1995-09-18 08:01:20 +00:00
|
|
|
|
.endif
|
|
|
|
|
.if make(real-extract)
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build-depends lib-depends misc-depends
|
1995-09-18 08:01:20 +00:00
|
|
|
|
.endif
|
|
|
|
|
.if make(real-install)
|
1996-11-01 07:22:37 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} run-depends lib-depends
|
1995-09-18 08:01:20 +00:00
|
|
|
|
.endif
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.if make(real-install)
|
|
|
|
|
.if !defined(NO_MTREE)
|
|
|
|
|
@if [ `id -u` = 0 ]; then \
|
|
|
|
|
${MTREE_CMD} ${MTREE_ARGS} ${PREFIX}/; \
|
|
|
|
|
else \
|
|
|
|
|
${ECHO_MSG} "Warning: not superuser, can't run mtree."; \
|
|
|
|
|
${ECHO_MSG} "Become root and try again to ensure correct permissions."; \
|
|
|
|
|
fi
|
1995-04-17 06:39:05 +00:00
|
|
|
|
.endif
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.endif
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${.TARGET:S/^real-/pre-/}
|
1995-08-18 10:06:28 +00:00
|
|
|
|
@if [ -f ${SCRIPTDIR}/${.TARGET:S/^real-/pre-/} ]; then \
|
1996-06-19 01:04:23 +00:00
|
|
|
|
cd ${.CURDIR} && ${SETENV} CURDIR=${.CURDIR} DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} SCRIPTDIR=${SCRIPTDIR} \
|
|
|
|
|
FILESDIR=${FILESDIR} PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} \
|
1995-04-28 15:40:37 +00:00
|
|
|
|
DEPENDS="${DEPENDS}" X11BASE=${X11BASE} \
|
1995-08-18 10:06:28 +00:00
|
|
|
|
/bin/sh ${SCRIPTDIR}/${.TARGET:S/^real-/pre-/}; \
|
1994-08-22 11:20:07 +00:00
|
|
|
|
fi
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${.TARGET:S/^real-/do-/}
|
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${.TARGET:S/^real-/post-/}
|
1995-08-18 10:06:28 +00:00
|
|
|
|
@if [ -f ${SCRIPTDIR}/${.TARGET:S/^real-/post-/} ]; then \
|
1996-06-19 01:04:23 +00:00
|
|
|
|
cd ${.CURDIR} && ${SETENV} CURDIR=${.CURDIR} DISTDIR=${DISTDIR}\
|
|
|
|
|
WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} \
|
|
|
|
|
SCRIPTDIR=${SCRIPTDIR} FILESDIR=${FILESDIR} \
|
|
|
|
|
PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} DEPENDS="${DEPENDS}" \
|
|
|
|
|
X11BASE=${X11BASE} \
|
1995-08-18 10:06:28 +00:00
|
|
|
|
/bin/sh ${SCRIPTDIR}/${.TARGET:S/^real-/post-/}; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi
|
1996-12-11 04:51:31 +00:00
|
|
|
|
.if make(real-install) && defined(_MANPAGES)
|
|
|
|
|
.if defined(MANCOMPRESSED) && defined(NOMANCOMPRESS)
|
|
|
|
|
@${ECHO_MSG} "===> Uncompressing manual pages for ${PKGNAME}"
|
|
|
|
|
.for manpage in ${_MANPAGES}
|
1996-12-11 10:17:44 +00:00
|
|
|
|
@${GUNZIP_CMD} ${manpage}
|
1996-12-11 04:51:31 +00:00
|
|
|
|
.endfor
|
|
|
|
|
.elif !defined(MANCOMPRESSED) && !defined(NOMANCOMPRESS)
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${ECHO_MSG} "===> Compressing manual pages for ${PKGNAME}"
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.for manpage in ${_MANPAGES}
|
1996-12-11 10:17:44 +00:00
|
|
|
|
@${GZIP_CMD} ${manpage}
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.endfor
|
|
|
|
|
.endif
|
1996-12-11 04:51:31 +00:00
|
|
|
|
.endif
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.if make(real-install) && !defined(NO_PKG_REGISTER)
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} fake-pkg
|
1995-02-04 05:49:26 +00:00
|
|
|
|
.endif
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.if !make(real-fetch) \
|
|
|
|
|
&& (!make(real-patch) || !defined(PATCH_CHECK_ONLY)) \
|
|
|
|
|
&& (!make(real-package) || !defined(PACKAGE_NOINSTALL))
|
|
|
|
|
@${TOUCH} ${TOUCH_FLAGS} ${WRKDIR}/.${.TARGET:S/^real-//}_done
|
1995-06-24 10:27:23 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
################################################################
|
|
|
|
|
# Skeleton targets start here
|
|
|
|
|
#
|
|
|
|
|
# You shouldn't have to change these. Either add the pre-* or
|
|
|
|
|
# post-* targets/scripts or redefine the do-* targets. These
|
|
|
|
|
# targets don't do anything other than checking for cookies and
|
|
|
|
|
# call the necessary targets/scripts.
|
|
|
|
|
################################################################
|
1995-06-24 10:27:23 +00:00
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.if !target(fetch)
|
1995-09-18 08:01:20 +00:00
|
|
|
|
fetch:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-fetch
|
1995-06-24 10:27:23 +00:00
|
|
|
|
.endif
|
1995-02-04 05:49:26 +00:00
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.if !target(extract)
|
|
|
|
|
extract: checksum ${EXTRACT_COOKIE}
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if !target(patch)
|
|
|
|
|
patch: extract ${PATCH_COOKIE}
|
|
|
|
|
.endif
|
1995-02-04 05:49:26 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if !target(configure)
|
|
|
|
|
configure: patch ${CONFIGURE_COOKIE}
|
1994-11-15 10:16:56 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if !target(build)
|
1995-01-05 08:15:53 +00:00
|
|
|
|
build: configure ${BUILD_COOKIE}
|
1994-08-21 13:12:57 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if !target(install)
|
|
|
|
|
install: build ${INSTALL_COOKIE}
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.endif
|
1994-11-11 09:45:33 +00:00
|
|
|
|
|
1995-08-18 10:06:28 +00:00
|
|
|
|
.if !target(package)
|
|
|
|
|
package: install ${PACKAGE_COOKIE}
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
${EXTRACT_COOKIE}:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-extract
|
1995-08-18 10:06:28 +00:00
|
|
|
|
${PATCH_COOKIE}:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-patch
|
1995-08-18 10:06:28 +00:00
|
|
|
|
${CONFIGURE_COOKIE}:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-configure
|
1995-08-18 10:06:28 +00:00
|
|
|
|
${BUILD_COOKIE}:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-build
|
1995-04-20 18:03:02 +00:00
|
|
|
|
${INSTALL_COOKIE}:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-install
|
1995-08-18 10:06:28 +00:00
|
|
|
|
${PACKAGE_COOKIE}:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-package
|
1995-08-18 10:06:28 +00:00
|
|
|
|
|
|
|
|
|
# And call the macros
|
|
|
|
|
|
|
|
|
|
real-fetch: _PORT_USE
|
|
|
|
|
real-extract: _PORT_USE
|
|
|
|
|
@${ECHO_MSG} "===> Extracting for ${PKGNAME}"
|
|
|
|
|
real-patch: _PORT_USE
|
|
|
|
|
@${ECHO_MSG} "===> Patching for ${PKGNAME}"
|
|
|
|
|
real-configure: _PORT_USE
|
|
|
|
|
@${ECHO_MSG} "===> Configuring for ${PKGNAME}"
|
|
|
|
|
real-build: _PORT_USE
|
|
|
|
|
@${ECHO_MSG} "===> Building for ${PKGNAME}"
|
|
|
|
|
real-install: _PORT_USE
|
1995-04-20 18:03:02 +00:00
|
|
|
|
@${ECHO_MSG} "===> Installing for ${PKGNAME}"
|
1995-08-18 10:06:28 +00:00
|
|
|
|
real-package: _PORT_USE
|
|
|
|
|
|
|
|
|
|
# Empty pre-* and post-* targets, note we can't use .if !target()
|
|
|
|
|
# in the _PORT_USE macro
|
|
|
|
|
|
|
|
|
|
.for name in fetch extract patch configure build install package
|
|
|
|
|
|
|
|
|
|
.if !target(pre-${name})
|
|
|
|
|
pre-${name}:
|
|
|
|
|
@${DO_NADA}
|
1994-08-25 22:59:56 +00:00
|
|
|
|
.endif
|
1995-08-18 10:06:28 +00:00
|
|
|
|
|
|
|
|
|
.if !target(post-${name})
|
|
|
|
|
post-${name}:
|
|
|
|
|
@${DO_NADA}
|
1994-11-16 23:14:22 +00:00
|
|
|
|
.endif
|
1995-08-18 10:06:28 +00:00
|
|
|
|
|
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
|
|
# Checkpatch
|
|
|
|
|
#
|
|
|
|
|
# Special target to verify patches
|
|
|
|
|
|
|
|
|
|
.if !target(checkpatch)
|
|
|
|
|
checkpatch:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} PATCH_CHECK_ONLY=yes ${.MAKEFLAGS} patch
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
# Reinstall
|
|
|
|
|
#
|
1995-08-18 10:06:28 +00:00
|
|
|
|
# Special target to re-run install
|
1995-04-20 18:03:02 +00:00
|
|
|
|
|
|
|
|
|
.if !target(reinstall)
|
|
|
|
|
reinstall: pre-reinstall install
|
|
|
|
|
|
|
|
|
|
pre-reinstall:
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@${RM} -f ${INSTALL_COOKIE}
|
|
|
|
|
@${RM} -f ${PACKAGE_COOKIE}
|
1994-08-22 11:20:07 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
################################################################
|
|
|
|
|
# Some more targets supplied for users' convenience
|
|
|
|
|
################################################################
|
|
|
|
|
|
|
|
|
|
# Cleaning up
|
|
|
|
|
|
|
|
|
|
.if !target(pre-clean)
|
|
|
|
|
pre-clean:
|
1994-08-28 14:41:34 +00:00
|
|
|
|
@${DO_NADA}
|
1994-08-24 14:49:33 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if !target(clean)
|
|
|
|
|
clean: pre-clean
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.if !defined(NOCLEANDEPENDS)
|
|
|
|
|
@${MAKE} clean-depends
|
|
|
|
|
.endif
|
1995-04-20 18:03:02 +00:00
|
|
|
|
@${ECHO_MSG} "===> Cleaning for ${PKGNAME}"
|
1996-06-24 04:24:10 +00:00
|
|
|
|
.if !defined(NO_WRKDIR)
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@if [ -d ${WRKDIR} ]; then \
|
|
|
|
|
if [ -w ${WRKDIR} ]; then \
|
|
|
|
|
${RM} -rf ${WRKDIR}; \
|
|
|
|
|
else \
|
|
|
|
|
${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi
|
1995-04-24 10:41:51 +00:00
|
|
|
|
.else
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@${RM} -f ${WRKDIR}/.*_done
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
.endif
|
1994-09-09 06:21:43 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.if !target(pre-distclean)
|
|
|
|
|
pre-distclean:
|
|
|
|
|
@${DO_NADA}
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if !target(distclean)
|
|
|
|
|
distclean: pre-distclean clean
|
|
|
|
|
@${ECHO_MSG} "===> Dist cleaning for ${PKGNAME}"
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@(cd ${_DISTDIR}; \
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
${RM} -f ${DISTFILES} ${PATCHFILES})
|
|
|
|
|
.if defined(DIST_SUBDIR)
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${RMDIR} ${_DISTDIR}
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.endif
|
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# Prints out a list of files to fetch (useful to do a batch fetch)
|
|
|
|
|
|
1995-03-21 03:59:13 +00:00
|
|
|
|
.if !target(fetch-list)
|
|
|
|
|
fetch-list:
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${MKDIR} ${_DISTDIR}
|
|
|
|
|
@(cd ${_DISTDIR}; \
|
1995-03-21 03:59:13 +00:00
|
|
|
|
for file in ${DISTFILES}; do \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \
|
1995-03-21 03:59:13 +00:00
|
|
|
|
for site in ${MASTER_SITES}; do \
|
1996-06-19 09:33:31 +00:00
|
|
|
|
${ECHO} -n ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} "${FETCH_AFTER_ARGS}" '||' ; \
|
1995-03-21 03:59:13 +00:00
|
|
|
|
break; \
|
|
|
|
|
done; \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${ECHO} "echo $${file} not fetched" ; \
|
1995-03-21 03:59:13 +00:00
|
|
|
|
fi \
|
|
|
|
|
done)
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
.if defined(PATCHFILES)
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@(cd ${_DISTDIR}; \
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
for file in ${PATCHFILES}; do \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
for site in ${PATCH_SITES}; do \
|
1996-06-19 09:33:31 +00:00
|
|
|
|
${ECHO} -n ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} "${FETCH_AFTER_ARGS}" '||' ; \
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
break; \
|
|
|
|
|
done; \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${ECHO} "echo $${file} not fetched" ; \
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
fi \
|
1995-05-04 18:53:26 +00:00
|
|
|
|
done)
|
Add support for "distributed" patches and a little extra cleanup.
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
|
|
|
|
.endif
|
1995-03-21 03:59:13 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# Checksumming utilities
|
|
|
|
|
|
1995-01-04 23:06:38 +00:00
|
|
|
|
.if !target(makesum)
|
|
|
|
|
makesum: fetch
|
1996-11-30 10:31:50 +00:00
|
|
|
|
@${MKDIR} ${FILESDIR}
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@if [ -f ${MD5_FILE} ]; then ${RM} -f ${MD5_FILE}; fi
|
1994-12-11 20:36:12 +00:00
|
|
|
|
@(cd ${DISTDIR}; \
|
1996-12-17 12:20:53 +00:00
|
|
|
|
for file in ${_CKSUMFILES}; do \
|
1994-12-11 20:36:12 +00:00
|
|
|
|
${MD5} $$file >> ${MD5_FILE}; \
|
1995-05-04 18:53:26 +00:00
|
|
|
|
done)
|
1996-12-17 12:20:53 +00:00
|
|
|
|
@for file in ${_IGNOREFILES}; do \
|
|
|
|
|
${ECHO} "MD5 ($$file) = IGNORE" >> ${MD5_FILE}; \
|
|
|
|
|
done
|
1994-12-11 20:36:12 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-01-04 23:06:38 +00:00
|
|
|
|
.if !target(checksum)
|
|
|
|
|
checksum: fetch
|
1994-12-11 20:36:12 +00:00
|
|
|
|
@if [ ! -f ${MD5_FILE} ]; then \
|
1995-03-21 03:59:13 +00:00
|
|
|
|
${ECHO_MSG} ">> No MD5 checksum file."; \
|
1995-01-06 22:14:12 +00:00
|
|
|
|
else \
|
1996-12-17 12:20:53 +00:00
|
|
|
|
(cd ${DISTDIR}; OK="true"; \
|
|
|
|
|
for file in ${_CKSUMFILES}; do \
|
1996-06-19 01:04:23 +00:00
|
|
|
|
CKSUM=`${MD5} < $$file`; \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
CKSUM2=`${GREP} "($$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \
|
1995-01-22 20:40:48 +00:00
|
|
|
|
if [ "$$CKSUM2" = "" ]; then \
|
1996-12-17 12:20:53 +00:00
|
|
|
|
${ECHO_MSG} ">> No checksum recorded for $$file."; \
|
|
|
|
|
OK="false"; \
|
|
|
|
|
elif [ "$$CKSUM2" = "IGNORE" ]; then \
|
|
|
|
|
${ECHO_MSG} ">> Checksum for $$file is set to IGNORE in md5 file even though"; \
|
|
|
|
|
${ECHO_MSG} " the file is not in the "'$$'"{IGNOREFILES} list."; \
|
1995-01-22 20:40:48 +00:00
|
|
|
|
OK="false"; \
|
|
|
|
|
elif [ "$$CKSUM" != "$$CKSUM2" ]; then \
|
1996-12-17 12:20:53 +00:00
|
|
|
|
${ECHO_MSG} ">> Checksum mismatch for $$file."; \
|
1995-02-17 08:52:55 +00:00
|
|
|
|
exit 1; \
|
1995-01-22 20:40:48 +00:00
|
|
|
|
fi; \
|
1995-05-04 18:53:26 +00:00
|
|
|
|
done; \
|
1996-12-17 12:20:53 +00:00
|
|
|
|
for file in ${_IGNOREFILES}; do \
|
|
|
|
|
CKSUM2=`${GREP} "($$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \
|
|
|
|
|
if [ "$$CKSUM2" = "" ]; then \
|
|
|
|
|
${ECHO_MSG} ">> No checksum recorded for $$file, file is in "'$$'"{IGNOREFILES} list."; \
|
|
|
|
|
OK="false"; \
|
|
|
|
|
elif [ "$$CKSUM2" != "IGNORE" ]; then \
|
|
|
|
|
${ECHO_MSG} ">> Checksum for $$file is not set to IGNORE in md5 file even though"; \
|
|
|
|
|
${ECHO_MSG} " the file is in the "'$$'"{IGNOREFILES} list."; \
|
|
|
|
|
OK="false"; \
|
|
|
|
|
fi; \
|
|
|
|
|
done; \
|
|
|
|
|
if [ "$$OK" = "true" ]; then \
|
1995-05-04 18:53:26 +00:00
|
|
|
|
${ECHO_MSG} "Checksums OK."; \
|
|
|
|
|
else \
|
1996-12-17 12:20:53 +00:00
|
|
|
|
${ECHO_MSG} "There may be some inconsistencies, make sure the Makefile and md5 file"; \
|
|
|
|
|
${ECHO_MSG} "(\"${MD5_FILE}\") are up to date."; \
|
1995-05-04 18:53:26 +00:00
|
|
|
|
fi) ; \
|
1995-01-06 22:14:12 +00:00
|
|
|
|
fi
|
1994-12-11 20:36:12 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
################################################################
|
1995-08-18 10:06:28 +00:00
|
|
|
|
# The special package-building targets
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# You probably won't need to touch these
|
|
|
|
|
################################################################
|
|
|
|
|
|
|
|
|
|
# Nobody should want to override this unless PKGNAME is simply bogus.
|
1995-08-18 10:06:28 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if !target(package-name)
|
|
|
|
|
package-name:
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@${ECHO} ${PKGNAME}
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.endif
|
1994-09-09 06:21:43 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# Show (recursively) all the packages this package depends on.
|
1995-08-18 10:06:28 +00:00
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if !target(package-depends)
|
|
|
|
|
package-depends:
|
1995-09-18 08:01:20 +00:00
|
|
|
|
@for i in ${RUN_DEPENDS} ${LIB_DEPENDS} ${DEPENDS}; do \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
dir=`${ECHO} $$i | ${SED} -e 's/.*://'`; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
(cd $$dir ; ${MAKE} package-name package-depends); \
|
|
|
|
|
done
|
|
|
|
|
.endif
|
1994-09-09 06:21:43 +00:00
|
|
|
|
|
1995-04-30 12:28:43 +00:00
|
|
|
|
# Build a package but don't check the package cookie
|
1995-04-20 18:03:02 +00:00
|
|
|
|
|
|
|
|
|
.if !target(repackage)
|
1995-04-30 12:28:43 +00:00
|
|
|
|
repackage: pre-repackage package
|
|
|
|
|
|
|
|
|
|
pre-repackage:
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@${RM} -f ${PACKAGE_COOKIE}
|
1995-04-30 12:28:43 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
# Build a package but don't check the cookie for installation, also don't
|
|
|
|
|
# install package cookie
|
|
|
|
|
|
|
|
|
|
.if !target(package-noinstall)
|
|
|
|
|
package-noinstall:
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} PACKAGE_NOINSTALL=yes real-package
|
1995-04-30 12:28:43 +00:00
|
|
|
|
.endif
|
1995-04-20 18:03:02 +00:00
|
|
|
|
|
|
|
|
|
################################################################
|
|
|
|
|
# Dependency checking
|
|
|
|
|
################################################################
|
|
|
|
|
|
|
|
|
|
.if !target(depends)
|
1995-09-18 08:01:20 +00:00
|
|
|
|
depends: lib-depends misc-depends
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} fetch-depends
|
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build-depends
|
|
|
|
|
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} run-depends
|
1995-04-20 18:03:02 +00:00
|
|
|
|
|
1995-09-18 08:01:20 +00:00
|
|
|
|
.if make(fetch-depends)
|
|
|
|
|
DEPENDS_TMP+= ${FETCH_DEPENDS}
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if make(build-depends)
|
|
|
|
|
DEPENDS_TMP+= ${BUILD_DEPENDS}
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if make(run-depends)
|
|
|
|
|
DEPENDS_TMP+= ${RUN_DEPENDS}
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
_DEPENDS_USE: .USE
|
|
|
|
|
.if defined(DEPENDS_TMP)
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if defined(NO_DEPENDS)
|
|
|
|
|
# Just print out messages
|
1995-09-18 08:01:20 +00:00
|
|
|
|
@for i in ${DEPENDS_TMP}; do \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
prog=`${ECHO} $$i | ${SED} -e 's/:.*//'`; \
|
|
|
|
|
dir=`${ECHO} $$i | ${SED} -e 's/.*://'`; \
|
1995-11-26 12:35:49 +00:00
|
|
|
|
if expr "$$prog" : \\/ >/dev/null; then \
|
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog ($$dir)"; \
|
|
|
|
|
else \
|
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog ($$dir)"; \
|
|
|
|
|
fi; \
|
1994-09-11 12:55:54 +00:00
|
|
|
|
done
|
|
|
|
|
.else
|
1995-09-18 08:01:20 +00:00
|
|
|
|
@for i in ${DEPENDS_TMP}; do \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
prog=`${ECHO} $$i | ${SED} -e 's/:.*//'`; \
|
|
|
|
|
dir=`${ECHO} $$i | ${SED} -e 's/.*://'`; \
|
1995-11-26 12:35:49 +00:00
|
|
|
|
if expr "$$prog" : \\/ >/dev/null; then \
|
|
|
|
|
if [ -e "$$prog" ]; then \
|
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - found"; \
|
|
|
|
|
notfound=0; \
|
|
|
|
|
else \
|
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - not found"; \
|
|
|
|
|
notfound=1; \
|
|
|
|
|
fi; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
else \
|
1996-11-01 07:22:37 +00:00
|
|
|
|
if which "$$prog" > /dev/null 2>&1 ; then \
|
1995-11-26 12:35:49 +00:00
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - found"; \
|
|
|
|
|
notfound=0; \
|
|
|
|
|
else \
|
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - not found"; \
|
|
|
|
|
notfound=1; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi; \
|
|
|
|
|
if [ $$notfound != 0 ]; then \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
${ECHO_MSG} "===> Verifying build for $$prog in $$dir"; \
|
|
|
|
|
if [ ! -d "$$dir" ]; then \
|
|
|
|
|
${ECHO_MSG} ">> No directory for $$prog. Skipping.."; \
|
|
|
|
|
else \
|
|
|
|
|
(cd $$dir; ${MAKE} ${.MAKEFLAGS} is_depended) ; \
|
|
|
|
|
${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi; \
|
1994-09-10 22:26:47 +00:00
|
|
|
|
done
|
1994-09-11 12:55:54 +00:00
|
|
|
|
.endif
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.else
|
|
|
|
|
@${DO_NADA}
|
1994-08-21 13:12:57 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1995-09-18 08:01:20 +00:00
|
|
|
|
fetch-depends: _DEPENDS_USE
|
|
|
|
|
build-depends: _DEPENDS_USE
|
|
|
|
|
run-depends: _DEPENDS_USE
|
|
|
|
|
|
|
|
|
|
lib-depends:
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if defined(LIB_DEPENDS)
|
|
|
|
|
.if defined(NO_DEPENDS)
|
|
|
|
|
# Just print out messages
|
|
|
|
|
@for i in ${LIB_DEPENDS}; do \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
lib=`${ECHO} $$i | ${SED} -e 's/:.*//'`; \
|
|
|
|
|
dir=`${ECHO} $$i | ${SED} -e 's/.*://'`; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib ($$dir)"; \
|
|
|
|
|
done
|
|
|
|
|
.else
|
|
|
|
|
@for i in ${LIB_DEPENDS}; do \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
lib=`${ECHO} $$i | ${SED} -e 's/:.*//'`; \
|
|
|
|
|
dir=`${ECHO} $$i | ${SED} -e 's/.*://'`; \
|
|
|
|
|
if /sbin/ldconfig -r | ${GREP} -q -e "-l$$lib"; then \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib - found"; \
|
|
|
|
|
else \
|
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib - not found"; \
|
|
|
|
|
${ECHO_MSG} "===> Verifying build for $$lib in $$dir"; \
|
|
|
|
|
if [ ! -d "$$dir" ]; then \
|
|
|
|
|
${ECHO_MSG} ">> No directory for $$lib. Skipping.."; \
|
|
|
|
|
else \
|
|
|
|
|
(cd $$dir; ${MAKE} ${.MAKEFLAGS} is_depended) ; \
|
|
|
|
|
${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi; \
|
|
|
|
|
done
|
|
|
|
|
.endif
|
|
|
|
|
.else
|
1994-08-28 14:41:34 +00:00
|
|
|
|
@${DO_NADA}
|
|
|
|
|
.endif
|
1994-08-24 14:49:33 +00:00
|
|
|
|
|
1995-09-18 08:01:20 +00:00
|
|
|
|
misc-depends:
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.if defined(DEPENDS)
|
|
|
|
|
@${ECHO_MSG} "===> ${PKGNAME} depends on: ${DEPENDS}"
|
|
|
|
|
.if !defined(NO_DEPENDS)
|
|
|
|
|
@for i in ${DEPENDS}; do \
|
|
|
|
|
${ECHO_MSG} "===> Verifying build for $$i"; \
|
|
|
|
|
if [ ! -d $$i ]; then \
|
|
|
|
|
${ECHO_MSG} ">> No directory for $$i. Skipping.."; \
|
|
|
|
|
else \
|
|
|
|
|
(cd $$i; ${MAKE} ${.MAKEFLAGS} is_depended) ; \
|
|
|
|
|
fi \
|
|
|
|
|
done
|
|
|
|
|
@${ECHO_MSG} "===> Returning to build of ${PKGNAME}"
|
1994-08-21 13:12:57 +00:00
|
|
|
|
.endif
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.else
|
|
|
|
|
@${DO_NADA}
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-11-21 10:30:37 +00:00
|
|
|
|
.endif
|
1994-08-21 13:12:57 +00:00
|
|
|
|
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
.if !target(clean-depends)
|
|
|
|
|
clean-depends:
|
1996-12-09 07:08:16 +00:00
|
|
|
|
.if defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) \
|
|
|
|
|
|| defined(RUN_DEPENDS)
|
|
|
|
|
@for i in ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS}; do \
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
dir=`${ECHO} $$i | ${SED} -e 's/.*://'`; \
|
1996-11-30 10:31:50 +00:00
|
|
|
|
if [ -d $$dir ] ; then (cd $$dir; ${MAKE} clean); fi \
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
done
|
1996-12-09 07:08:16 +00:00
|
|
|
|
.endif
|
|
|
|
|
.if defined(DEPENDS)
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
@for dir in ${DEPENDS}; do \
|
1996-11-30 10:31:50 +00:00
|
|
|
|
if [ -d $$dir ] ; then (cd $$dir; ${MAKE} clean); fi \
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
done
|
|
|
|
|
.endif
|
1996-12-09 07:08:16 +00:00
|
|
|
|
.endif
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
|
1996-03-06 08:14:26 +00:00
|
|
|
|
.if !target(depends-list)
|
|
|
|
|
depends-list:
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
@for i in ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS}; do \
|
1996-08-25 21:07:38 +00:00
|
|
|
|
dir=`${ECHO} $$i | ${SED} -e 's/.*://'`; \
|
(1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.
(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
is also defined. (Submitted by: max)
(3) Add several popular master sites as variables. For instance,
MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
which you can set MASTER_SITES to in your Makefile if you just
want ftp.x.org or any of the mirror sites.
There is also a new variable, MASTER_SITE_SUBDIR, to specify which
subdirectory of the master site your tarball is located.
One nice thing this enables the user to do is to define the
nearest mirror site in /etc/make.conf. This is especially useful
for continents without a full FreeBSD master site.
Eventually, we will probably split this into a separate file
(bsd.port.sites.mk?), and add some more sites from all corners of
the world.
Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
supported.
(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
You just say "MAN1=foo.1 bar.1" and the make rules will
automatically compress it for you if necessary. (Idea by: obrien)
(5) New "distclean" target to delete distfile too. (Submitted by:
obrien)
(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.
Reviewed by: the ports list
1996-11-13 11:37:40 +00:00
|
|
|
|
(cd $$dir; ${MAKE} package-name depends-list); \
|
|
|
|
|
done
|
|
|
|
|
@for dir in ${DEPENDS}; do \
|
|
|
|
|
(cd $$dir; ${MAKE} package-name depends-list); \
|
1996-03-06 08:14:26 +00:00
|
|
|
|
done
|
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
################################################################
|
|
|
|
|
# Everything after here are internal targets and really
|
|
|
|
|
# shouldn't be touched by anybody but the release engineers.
|
|
|
|
|
################################################################
|
|
|
|
|
|
|
|
|
|
# This target generates an index entry suitable for aggregation into
|
|
|
|
|
# a large index. Format is:
|
|
|
|
|
#
|
|
|
|
|
# distribution-name|port-path|installation-prefix|comment| \
|
1996-03-06 08:14:26 +00:00
|
|
|
|
# description-file|maintainer|categories|build deps|run deps
|
1995-04-20 18:03:02 +00:00
|
|
|
|
#
|
|
|
|
|
.if !target(describe)
|
|
|
|
|
describe:
|
1996-06-19 07:07:16 +00:00
|
|
|
|
@${ECHO} -n "${PKGNAME}|${.CURDIR}|"
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@${ECHO} -n "${PREFIX}|"
|
1995-04-20 18:03:02 +00:00
|
|
|
|
@if [ -f ${PKGDIR}/COMMENT ]; then \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${ECHO} -n "`${CAT} ${PKGDIR}/COMMENT`"; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
else \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${ECHO} -n "** No Description"; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi
|
|
|
|
|
@if [ -f ${PKGDIR}/DESCR ]; then \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${ECHO} -n "|${PKGDIR}/DESCR"; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
else \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${ECHO} -n "|/dev/null"; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi
|
1996-03-06 08:14:26 +00:00
|
|
|
|
@${ECHO} -n "|${MAINTAINER}|${CATEGORIES}|"
|
1996-12-04 05:53:17 +00:00
|
|
|
|
@cd ${.CURDIR} && ${ECHO} -n `make depends-list|sort -u`
|
1996-03-06 08:14:26 +00:00
|
|
|
|
@${ECHO} -n "|"
|
1996-12-04 05:53:17 +00:00
|
|
|
|
@cd ${.CURDIR} && ${ECHO} -n `make package-depends|sort -u`
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@${ECHO} ""
|
1995-04-20 18:03:02 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
1996-04-01 11:13:00 +00:00
|
|
|
|
.if !target(readmes)
|
|
|
|
|
readmes: readme
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if !target(readme)
|
|
|
|
|
readme:
|
|
|
|
|
@rm -f README.html
|
1996-06-19 01:04:23 +00:00
|
|
|
|
@cd ${.CURDIR} && make README.html
|
1996-04-01 11:13:00 +00:00
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
README.html:
|
|
|
|
|
@${ECHO_MSG} "===> Creating README.html for ${PKGNAME}"
|
|
|
|
|
@${CAT} ${TEMPLATES}/README.port | \
|
|
|
|
|
${SED} -e 's%%PORT%%'`${ECHO} ${.CURDIR} | ${SED} -e 's.*/\([^/]*/[^/]*\)$$\1'`'g' \
|
|
|
|
|
-e 's%%PKG%%${PKGNAME}g' \
|
|
|
|
|
-e '/%%COMMENT%%/r${PKGDIR}/COMMENT' \
|
|
|
|
|
-e '/%%COMMENT%%/d' \
|
|
|
|
|
-e 's%%BUILD_DEPENDS%%'"`${MAKE} print-depends-list`"'' \
|
|
|
|
|
-e 's%%RUN_DEPENDS%%'"`${MAKE} print-package-depends`"'' \
|
|
|
|
|
>> $@
|
|
|
|
|
|
|
|
|
|
.if !target(print-depends-list)
|
|
|
|
|
print-depends-list:
|
|
|
|
|
.if defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || \
|
|
|
|
|
defined(LIB_DEPENDS) || defined(DEPENDS)
|
|
|
|
|
@${ECHO} -n 'This port requires package(s) "'
|
1996-12-04 05:53:17 +00:00
|
|
|
|
@${ECHO} -n `make depends-list | sort -u`
|
1996-04-01 11:13:00 +00:00
|
|
|
|
@${ECHO} '" to build.'
|
|
|
|
|
.endif
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if !target(print-package-depends)
|
|
|
|
|
print-package-depends:
|
|
|
|
|
.if defined(RUN_DEPENDS) || defined(LIB_DEPENDS) || defined(DEPENDS)
|
|
|
|
|
@${ECHO} -n 'This port requires package(s) "'
|
1996-12-04 05:53:17 +00:00
|
|
|
|
@${ECHO} -n `make package-depends | sort -u`
|
1996-04-01 11:13:00 +00:00
|
|
|
|
@${ECHO} '" to run.'
|
|
|
|
|
.endif
|
|
|
|
|
.endif
|
|
|
|
|
|
1995-04-20 18:03:02 +00:00
|
|
|
|
# Fake installation of package so that user can pkg_delete it later.
|
|
|
|
|
# Also, make sure that an installed port is recognized correctly in
|
|
|
|
|
# accordance to the @pkgdep directive in the packing lists
|
|
|
|
|
|
|
|
|
|
.if !target(fake-pkg)
|
|
|
|
|
fake-pkg:
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@if [ ! -f ${PKGDIR}/PLIST -o ! -f ${PKGDIR}/COMMENT -o ! -f ${PKGDIR}/DESCR ]; then ${ECHO} "** Missing package files for ${PKGNAME} - installation not recorded."; exit 1; fi
|
1996-11-01 07:22:37 +00:00
|
|
|
|
@if [ ! -d ${PKG_DBDIR} ]; then ${RM} -f ${PKG_DBDIR}; ${MKDIR} ${PKG_DBDIR}; fi
|
1995-05-10 09:30:09 +00:00
|
|
|
|
.if defined(FORCE_PKG_REGISTER)
|
1996-03-06 08:08:16 +00:00
|
|
|
|
@${RM} -rf ${PKG_DBDIR}/${PKGNAME}
|
1995-05-10 09:30:09 +00:00
|
|
|
|
.endif
|
1995-04-20 18:03:02 +00:00
|
|
|
|
@if [ ! -d ${PKG_DBDIR}/${PKGNAME} ]; then \
|
1995-05-16 10:31:25 +00:00
|
|
|
|
${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \
|
1996-11-01 07:22:37 +00:00
|
|
|
|
${MKDIR} ${PKG_DBDIR}/${PKGNAME}; \
|
1995-04-22 00:01:26 +00:00
|
|
|
|
${PKG_CMD} ${PKG_ARGS} -O ${PKGFILE} > ${PKG_DBDIR}/${PKGNAME}/+CONTENTS; \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${CP} ${PKGDIR}/DESCR ${PKG_DBDIR}/${PKGNAME}/+DESC; \
|
|
|
|
|
${CP} ${PKGDIR}/COMMENT ${PKG_DBDIR}/${PKGNAME}/+COMMENT; \
|
1995-06-26 07:01:20 +00:00
|
|
|
|
if [ -f ${PKGDIR}/INSTALL ]; then \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${CP} ${PKGDIR}/INSTALL ${PKG_DBDIR}/${PKGNAME}/+INSTALL; \
|
1995-06-26 07:01:20 +00:00
|
|
|
|
fi; \
|
|
|
|
|
if [ -f ${PKGDIR}/DEINSTALL ]; then \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${CP} ${PKGDIR}/DEINSTALL ${PKG_DBDIR}/${PKGNAME}/+DEINSTALL; \
|
1995-06-26 07:01:20 +00:00
|
|
|
|
fi; \
|
|
|
|
|
if [ -f ${PKGDIR}/REQ ]; then \
|
1996-03-06 08:08:16 +00:00
|
|
|
|
${CP} ${PKGDIR}/REQ ${PKG_DBDIR}/${PKGNAME}/+REQ; \
|
1995-06-26 07:01:20 +00:00
|
|
|
|
fi; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
else \
|
1996-11-14 11:45:42 +00:00
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} is already installed - perhaps an older version?"; \
|
|
|
|
|
${ECHO_MSG} " If so, you may wish to \`\`pkg_delete ${PKGNAME}'' and install"; \
|
|
|
|
|
${ECHO_MSG} " this port again by \`\`make reinstall'' to upgrade it properly."; \
|
1995-04-20 18:03:02 +00:00
|
|
|
|
fi
|
|
|
|
|
.endif
|
1994-08-28 14:41:34 +00:00
|
|
|
|
|
1994-08-22 10:46:38 +00:00
|
|
|
|
# Depend is generally meaningless for arbitrary ports, but if someone wants
|
|
|
|
|
# one they can override this. This is just to catch people who've gotten into
|
|
|
|
|
# the habit of typing `make depend all install' as a matter of course.
|
|
|
|
|
#
|
|
|
|
|
.if !target(depend)
|
|
|
|
|
depend:
|
1994-08-21 13:12:57 +00:00
|
|
|
|
.endif
|
1994-08-22 11:20:07 +00:00
|
|
|
|
|
|
|
|
|
# Same goes for tags
|
|
|
|
|
.if !target(tags)
|
|
|
|
|
tags:
|
|
|
|
|
.endif
|