2002-01-15 04:39:11 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: boost
|
|
|
|
# Date Created: 6 January 2002
|
|
|
|
# Whom: Paul Marquis <pmarquis@pobox.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
# This port has the following tunable options:
|
|
|
|
#
|
|
|
|
# option | desscription | default
|
|
|
|
# ----------------------+-----------------------------+---------
|
|
|
|
# WITH_PYTHON | enable Python support | off
|
|
|
|
# WITH_DEBUG | build debugging symbols | off
|
|
|
|
# WITHOUT_THREADS | turn off threading support | off
|
|
|
|
# WITH_OPTIMIZED_CFLAGS | enable -O3 optimization | off
|
|
|
|
# | (otherwise CFLAGS are |
|
|
|
|
# | respected) |
|
|
|
|
# VERBOSE_BUILD | show compiler messages | off
|
2002-01-15 04:39:11 +01:00
|
|
|
|
|
|
|
PORTNAME= boost
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
PORTVERSION= 1.31.0
|
2002-01-15 04:39:11 +01:00
|
|
|
CATEGORIES= devel
|
2003-07-18 16:13:11 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR=${PORTNAME}
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
|
2002-01-15 04:39:11 +01:00
|
|
|
|
2004-01-15 14:41:30 +01:00
|
|
|
MAINTAINER= barner@gmx.de
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Free peer-reviewed portable C++ source libraries
|
2002-01-15 04:39:11 +01:00
|
|
|
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MAKE_ENV+= GCC="${CC} ${CFLAGS}"\
|
|
|
|
GXX="${CXX} ${CXXFLAGS}"
|
2003-11-10 06:52:33 +01:00
|
|
|
|
|
|
|
.if defined(WITH_PYTHON)
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
USE_PYTHON= 2.3+
|
|
|
|
PYTHON_VERSION= python2.3
|
2003-11-20 17:11:52 +01:00
|
|
|
PLIST_SUB= BOOST_PYTHON=""
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
MAKE_ENV+= PYTHON_ROOT="${PREFIX}"\
|
|
|
|
PYTHON_VERSION="${PYTHON_VERSION}"\
|
|
|
|
PYTHON_INCLUDES="${PYTHON_INCLUDEDIR}"\
|
|
|
|
PYTHON_LIB_PATH="${PYTHON_LIBDIR}"
|
2003-11-10 06:52:33 +01:00
|
|
|
.else
|
2003-11-20 17:11:52 +01:00
|
|
|
PLIST_SUB= BOOST_PYTHON="@comment "
|
2002-05-23 17:07:59 +02:00
|
|
|
.endif
|
2003-11-10 06:52:33 +01:00
|
|
|
|
2003-12-28 12:10:42 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
.if defined (VERBOSE_BUILD)
|
|
|
|
BJAM_OPTIONS= -d2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined (WITH_DEBUG)
|
|
|
|
BJAM_BUILD= debug
|
|
|
|
.else
|
|
|
|
BJAM_BUILD= release
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined (WITHOUT_THREADS)
|
|
|
|
BJAM_BUILD+= <threading>single
|
|
|
|
PLIST_SUB+= BOOST_THREADS="@comment "
|
|
|
|
.else
|
|
|
|
BJAM_BUILD+= <threading>multi
|
|
|
|
PLIST_SUB+= BOOST_THREADS=""
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined (WITH_OPTIMIZED_CFLAGS)
|
|
|
|
BJAM_BUILD+= <optimization>speed\
|
|
|
|
<inlining>full
|
|
|
|
.else
|
|
|
|
BJAM_BUILD+= <optimization>off
|
2004-02-17 06:36:56 +01:00
|
|
|
.endif
|
|
|
|
|
2003-12-28 12:10:42 +01:00
|
|
|
.if ${ARCH} == alpha
|
|
|
|
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdaxp/bjam
|
2004-05-29 23:06:36 +02:00
|
|
|
# temporary work around for GCC bug on alpha
|
|
|
|
# ("-mcpu=ev4 -mtune=ev5 -mieee" makes gcc consume all virtual memory)
|
|
|
|
CXXFLAGS=-O -pipe
|
2003-12-28 12:10:42 +01:00
|
|
|
.elif ${ARCH} == sparc64
|
|
|
|
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdsparc/bjam
|
2004-03-08 16:02:53 +01:00
|
|
|
.elif ${ARCH} == ia64
|
|
|
|
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdia64/bjam
|
2003-12-28 12:10:42 +01:00
|
|
|
.else
|
2003-07-18 16:13:11 +02:00
|
|
|
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsd/bjam
|
2003-12-28 12:10:42 +01:00
|
|
|
.endif
|
2003-07-18 16:13:11 +02:00
|
|
|
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
SCRIPTS_ENV+= BJAM="${BJAM}"\
|
|
|
|
NOPORTDOCS="${NOPORTDOCS}"\
|
|
|
|
FIND="${FIND}"\
|
|
|
|
GREP="${GREP}"\
|
|
|
|
REINPLACE_CMD="${REINPLACE_CMD}"\
|
|
|
|
LN="${LN}"\
|
|
|
|
MKDIR="${MKDIR}"\
|
|
|
|
TAR="${TAR}"
|
2003-11-20 17:11:52 +01:00
|
|
|
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
SCRIPTS_ENV+= PORTDOCS="true"\
|
|
|
|
DOCSDIR="${DOCSDIR}"\
|
|
|
|
EXAMPLESDIR="${EXAMPLESDIR}"
|
2003-11-10 06:52:33 +01:00
|
|
|
.endif
|
2002-01-15 04:39:11 +01:00
|
|
|
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
# Do the right thing(tm) for pthread support
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|'\
|
|
|
|
${WRKSRC}/tools/build/v1/gcc-tools.jam
|
|
|
|
@${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|'\
|
|
|
|
${WRKSRC}/tools/build/v1/gcc-tools.jam
|
|
|
|
|
2002-01-15 04:39:11 +01:00
|
|
|
do-build:
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
# Print configuration
|
|
|
|
@${ECHO_CMD}
|
|
|
|
@${ECHO_CMD} Selected options:
|
|
|
|
@${ECHO_CMD} \(see the Makefile for a description of available tunables\)
|
|
|
|
@${ECHO_CMD}
|
|
|
|
@${ECHO_CMD} -n o Debugging symbols....
|
|
|
|
.if defined (WITH_DEBUG)
|
|
|
|
@${ECHO_CMD} yes
|
|
|
|
.else
|
|
|
|
@${ECHO_CMD} no
|
|
|
|
.endif
|
2002-01-15 04:39:11 +01:00
|
|
|
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
@${ECHO_CMD} -n o Thread support.......
|
|
|
|
.if defined (WITHOUT_THREADS)
|
|
|
|
@${ECHO_CMD} no
|
|
|
|
.else
|
|
|
|
@${ECHO_CMD} yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
@${ECHO_CMD} -n o Extra optimization...
|
|
|
|
.if defined (WITH_OPTIMIZED_CFLAGS)
|
|
|
|
@${ECHO_CMD} yes
|
|
|
|
.else
|
|
|
|
@${ECHO_CMD} no
|
2002-01-15 04:39:11 +01:00
|
|
|
.endif
|
|
|
|
|
upgrade to 1.31.0
- builds the most recent boost version (1.31.0)
- respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part
go to Craig Rodrigues <rodrigc@crodrigues.org>)
- builds all boost libraries
- installs docs into DOCSDIR, and examples into EXAMPLESDIR (as
before), but the hyperlinks to the example files are corrected (pls.
report if you find some broken links)
- has new various tunable options, such as
o WITH_DEBUG
o WITHOUT_THREAD
o WITH_OPTIMIZED_CFLAGS
o VERBOSE_BUILD
- forced major numbers for shared libraries (everything defaults to
.so.1, and is symlinked to .so)
- installs the possible versions of the libraries (w/ or w/o
debugging or threading support) with the same suffix- and prefix-less
name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset,
debugging info and single threaded) and
libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi
threaded), there now is only libboost_filesystem.so.1.
PR: 63100
Submitted by: maintainer
2004-02-20 06:32:21 +01:00
|
|
|
@${ECHO_CMD} -n o Python support.......
|
|
|
|
.if defined (WITH_PYTHON)
|
|
|
|
@${ECHO_CMD} yes
|
|
|
|
.else
|
|
|
|
@${RM} -rf ${WRKSRC}/libs/python
|
|
|
|
@${ECHO_CMD} no
|
|
|
|
.endif
|
|
|
|
@${ECHO_CMD}
|
|
|
|
|
|
|
|
# build the bjam project build tool
|
|
|
|
@cd ${WRKSRC}/tools/build/jam_src && ./build.sh gcc
|
|
|
|
|
|
|
|
# build the library
|
|
|
|
@cd ${WRKSRC}; \
|
|
|
|
${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_OPTIONS} --prefix=${PREFIX}\
|
|
|
|
"-sTOOLS=gcc" "-sBUILD=${BJAM_BUILD}"
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/do-install
|
|
|
|
|
2003-11-10 06:52:33 +01:00
|
|
|
.include <bsd.port.post.mk>
|