2013-06-06 14:53:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.33 2013/06/06 12:54:58 wiz Exp $
|
2010-02-14 23:58:57 +01:00
|
|
|
#
|
|
|
|
|
- fix FreeBSD/Dragonfly properly
- update to newest version
Upstream changelog:
Xymon release 4.3.10 - released on Aug 6 2012
=============================================
Main features in this release is the addition of inode-checks
on all major platforms, and a series of enhancements to the
build procedure.
Also, building Xymon on most common platforms is now explicitly
described in the "install" document.
* Fix build problems with "errno"
* Fix build problems with OpenSSL in non-default locations
* Fix build problems with certain LDAP configurations
* Fix build problems with RRDtool on FreeBSD / OpenBSD
* Fix problem with ifstat data from Fedora in graphs
* "inode" check on FreeBSD, OpenBSD, OSX, Solaris, HP/UX, AIX
in addition to existing support for Linux
* Document building and installing Xymon on common platforms
(Linux, FreeBSD, OpenBSD, Solaris)
* Enhance xymoncfg so it can be used to import Xymon configuration
settings into shell-scripts.
Xymon release 4.3.9 - released on Jul 24 2012
=============================================
This release is mainly a bug-fix release.
* Fix crash when XYMSRV is undefined but XYMSERVERS is
* Fix error in calculating combo-status messages with
forward references
* Fix error in disable-until-TIME or disable-until-OK code
* Fix documentation of DURATION in alerts.cfg / xymond_alert so
it is consistenly listed as being in "minutes".
* Permit explicit use of ">" and ">=" in alerts.cfg
* Permit building without the RRDtool libraries, e.g. for
a network-tester build, but with trend-graphing disabled.
* Full compiler-warning cleanup
* Various configuration/build-script issues fixed.
Xymon release 4.3.8 - released on Jul 15 2012
=============================================
This release is mainly a bug-fix release.
Bugfixes
* Workaround for DNS timeout handling, now fixed at approximately 25
seconds.
* "hostinfo" command for xymond documented
* confreport only shows processes that are monitored
* analysis.cfg parsing of COLOR for UP rules was broken
* RRD handlers no longer crash after receiving 1 billion updates
* Using .netrc for authentication could crash xymonnet
* "directory" includes would report the wrong filename for missing
directories.
* useradm CGI would invoke htpassword twice
* "include" and "directory" now ignores trailing whitespace
* SSLv2 support disabled if SSL-library does not support it
* Minor bugfixes and cleanups of compiler warnings.
Enhancements
* Service status on info page now links to the detailed status page.
* Add RRDGRAPHOPTS setting to permit global user-specified RRD options,
e.g. for font to showgraph CGI
* Add check for the size of public keys used in SSL certificates
(enabled via --sslkeysize=N option for xymonnet)
* Optionally disable the display of SSL ciphers in the sslcert status
(the --no-cipherlist option for xymonnet)
* Improved build-scripts works on newer systems with libraries in
new and surprising places
* Reduce xymonnet memory usage and runtime for ping tests when there
are multiple hosts.cfg entries with the same IP-address.
* Add code for inode-monitoring on Linux. Does not currently work on
any other client platform.
* Added the ability to disable tests until a specific time, instead of
for some interval. Disabling a test also now computes the expire time
for the disable to happen at the next closest minute.
2012-10-11 20:42:19 +02:00
|
|
|
DISTNAME= xymon-4.3.10
|
2013-06-06 14:53:40 +02:00
|
|
|
PKGREVISION= 6
|
2010-02-14 23:58:57 +01:00
|
|
|
CATEGORIES= net
|
2011-04-22 16:52:18 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xymon/}
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-10-16 01:07:24 +02:00
|
|
|
MAINTAINER= spz@NetBSD.org
|
2011-04-22 16:52:18 +02:00
|
|
|
HOMEPAGE= http://sourceforge.net/projects/xymon/
|
2010-02-14 23:58:57 +01:00
|
|
|
COMMENT= Network services monitor a la Big Brother
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2010-02-18 07:41:34 +01:00
|
|
|
MAKE_JOBS_SAFE= NO
|
2010-02-14 23:58:57 +01:00
|
|
|
|
|
|
|
CONFLICTS+= hobbitmon-[0-9]*
|
|
|
|
CONFLICTS+= hobbitclient-[0-9]*
|
|
|
|
|
- fix FreeBSD/Dragonfly properly
- update to newest version
Upstream changelog:
Xymon release 4.3.10 - released on Aug 6 2012
=============================================
Main features in this release is the addition of inode-checks
on all major platforms, and a series of enhancements to the
build procedure.
Also, building Xymon on most common platforms is now explicitly
described in the "install" document.
* Fix build problems with "errno"
* Fix build problems with OpenSSL in non-default locations
* Fix build problems with certain LDAP configurations
* Fix build problems with RRDtool on FreeBSD / OpenBSD
* Fix problem with ifstat data from Fedora in graphs
* "inode" check on FreeBSD, OpenBSD, OSX, Solaris, HP/UX, AIX
in addition to existing support for Linux
* Document building and installing Xymon on common platforms
(Linux, FreeBSD, OpenBSD, Solaris)
* Enhance xymoncfg so it can be used to import Xymon configuration
settings into shell-scripts.
Xymon release 4.3.9 - released on Jul 24 2012
=============================================
This release is mainly a bug-fix release.
* Fix crash when XYMSRV is undefined but XYMSERVERS is
* Fix error in calculating combo-status messages with
forward references
* Fix error in disable-until-TIME or disable-until-OK code
* Fix documentation of DURATION in alerts.cfg / xymond_alert so
it is consistenly listed as being in "minutes".
* Permit explicit use of ">" and ">=" in alerts.cfg
* Permit building without the RRDtool libraries, e.g. for
a network-tester build, but with trend-graphing disabled.
* Full compiler-warning cleanup
* Various configuration/build-script issues fixed.
Xymon release 4.3.8 - released on Jul 15 2012
=============================================
This release is mainly a bug-fix release.
Bugfixes
* Workaround for DNS timeout handling, now fixed at approximately 25
seconds.
* "hostinfo" command for xymond documented
* confreport only shows processes that are monitored
* analysis.cfg parsing of COLOR for UP rules was broken
* RRD handlers no longer crash after receiving 1 billion updates
* Using .netrc for authentication could crash xymonnet
* "directory" includes would report the wrong filename for missing
directories.
* useradm CGI would invoke htpassword twice
* "include" and "directory" now ignores trailing whitespace
* SSLv2 support disabled if SSL-library does not support it
* Minor bugfixes and cleanups of compiler warnings.
Enhancements
* Service status on info page now links to the detailed status page.
* Add RRDGRAPHOPTS setting to permit global user-specified RRD options,
e.g. for font to showgraph CGI
* Add check for the size of public keys used in SSL certificates
(enabled via --sslkeysize=N option for xymonnet)
* Optionally disable the display of SSL ciphers in the sslcert status
(the --no-cipherlist option for xymonnet)
* Improved build-scripts works on newer systems with libraries in
new and surprising places
* Reduce xymonnet memory usage and runtime for ping tests when there
are multiple hosts.cfg entries with the same IP-address.
* Add code for inode-monitoring on Linux. Does not currently work on
any other client platform.
* Added the ability to disable tests until a specific time, instead of
for some interval. Disabling a test also now computes the expire time
for the disable to happen at the next closest minute.
2012-10-11 20:42:19 +02:00
|
|
|
DEPENDS+= fping>=2:../../net/fping
|
2010-02-14 23:58:57 +01:00
|
|
|
# xymonclient ought to be the same version as the server, modulo nbN
|
|
|
|
DEPENDS+= xymonclient>=4.3.0b2:../../net/xymonclient
|
|
|
|
|
|
|
|
HAS_CONFIGURE= YES
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
# xymons user/group
|
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
XYMONUSER?= xymon
|
|
|
|
XYMONGROUP?= xymon
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
PKG_GROUPS= ${XYMONGROUP}
|
|
|
|
PKG_USERS= ${XYMONUSER:Q}:${XYMONGROUP:Q}
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
PKG_GECOS.${XYMONUSER}= Xymon monitor
|
|
|
|
PKG_HOME.${XYMONUSER}= ${XYMONHOME}
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
PKG_GROUPS_VARS+= XYMONGROUP
|
2010-04-14 21:50:48 +02:00
|
|
|
PKG_GROUPS_VARS+= APACHE_GROUP
|
2011-04-22 16:52:18 +02:00
|
|
|
PKG_USERS_VARS+= XYMONUSER
|
2010-02-14 23:58:57 +01:00
|
|
|
|
|
|
|
# startup and config
|
|
|
|
|
|
|
|
RCD_SCRIPTS+= xymon
|
|
|
|
PKG_SYSCONFDIR.xymon= ${PREFIX}/etc/xymon
|
|
|
|
EXAMPLEDIR= ${PREFIX}/share/examples/xymon
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= ${EXAMPLEDIR}
|
|
|
|
INSTALLATION_DIRS+= ${PKG_SYSCONFDIR.xymon}
|
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
XYMONHOME?= ${PREFIX}/share/xymon/xymonhome
|
|
|
|
XYMONTOPDIR?= ${PREFIX}/libexec/xymon
|
|
|
|
XYMONHOSTURL?= /
|
|
|
|
CGIDIR?= ${XYMONTOPDIR}/cgi-bin
|
|
|
|
XYMONCGIURL?= /cgi-bin
|
|
|
|
SECCGIDIR?= ${XYMONTOPDIR}/cgi-secure
|
|
|
|
SECUREXYMONCGIURL?= /xymon-seccgi
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
XYMONSERVERNAME?= "`uname -n`"
|
|
|
|
XYMONSERVERIP?= 127.0.0.1
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
XYMONLOGDIR?= ${VARBASE}/log/xymon
|
|
|
|
XYMONVAR?= ${VARBASE}/xymon
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
XYBINDIR?= ${XYMONTOPDIR}
|
2010-02-14 23:58:57 +01:00
|
|
|
XYETCDIR?= ${PKG_SYSCONFDIR.xymon}
|
2011-04-22 16:52:18 +02:00
|
|
|
XYEXTDIR?= ${XYMONTOPDIR}/ext
|
2010-02-14 23:58:57 +01:00
|
|
|
XYTMPDIR?= ${VARBASE}/xymon/tmp
|
|
|
|
XYWEBDIR?= ${PREFIX}/share/xymon/web
|
|
|
|
XYWWWDIR?= ${VARBASE}/xymon/www
|
|
|
|
|
|
|
|
BUILD_DEFS+= VARBASE
|
2011-04-22 16:52:18 +02:00
|
|
|
BUILD_DEFS+= XYMONHOSTURL
|
|
|
|
BUILD_DEFS+= XYMONSERVERNAME
|
|
|
|
BUILD_DEFS+= XYMONSERVERIP
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2010-04-14 21:50:48 +02:00
|
|
|
FILES_SUBST+= EXAMPLEDIR=${EXAMPLEDIR}
|
2011-04-22 16:52:18 +02:00
|
|
|
FILES_SUBST+= XYMONHOME=${XYMONHOME:Q}
|
|
|
|
FILES_SUBST+= XYMONLOGDIR=${XYMONLOGDIR}
|
|
|
|
FILES_SUBST+= XYMONVAR=${XYMONVAR:Q}
|
2010-04-14 21:50:48 +02:00
|
|
|
FILES_SUBST+= XYBINDIR=${XYBINDIR}
|
|
|
|
FILES_SUBST+= XYETCDIR=${XYETCDIR}
|
|
|
|
FILES_SUBST+= XYEXTDIR=${XYEXTDIR}
|
|
|
|
FILES_SUBST+= XYTMPDIR=${XYTMPDIR}
|
|
|
|
FILES_SUBST+= XYWEBDIR=${XYWEBDIR}
|
|
|
|
FILES_SUBST+= XYWWWDIR=${XYWWWDIR}
|
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
MESSAGE_SUBST+= DESTDIR=${DESTDIR}
|
|
|
|
MESSAGE_SUBST+= EXAMPLEDIR=${EXAMPLEDIR}
|
2010-04-14 21:50:48 +02:00
|
|
|
MESSAGE_SUBST+= SECCGIDIR=${SECCGIDIR}
|
2010-02-14 23:58:57 +01:00
|
|
|
|
|
|
|
EVAL_PREFIX+= PREFIX.fping=fping
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= "--server"
|
2011-10-16 17:19:08 +02:00
|
|
|
CONFIGURE_ARGS+= "--rrdinclude" "${BUILDLINK_PREFIX.rrdtool}/include"
|
|
|
|
CONFIGURE_ARGS+= "--rrdlib" "${BUILDLINK_PREFIX.rrdtool}/lib"
|
|
|
|
CONFIGURE_ARGS+= "--pngconfig" "${BUILDLINK_PREFIX.png}/bin/libpng-config"
|
|
|
|
CONFIGURE_ARGS+= "--pcreinclude" "${BUILDLINK_PREFIX.pcre}/include"
|
|
|
|
CONFIGURE_ARGS+= "--pcrelib" "${BUILDLINK_PREFIX.pcre}/lib"
|
|
|
|
CONFIGURE_ARGS+= "--fping" "${PREFIX.fping}/sbin/fping"
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
CONFIGURE_ENV+= USEXYMONPING=n
|
|
|
|
CONFIGURE_ENV+= XYMONHOSTNAME=${XYMONSERVERNAME:Q}
|
|
|
|
CONFIGURE_ENV+= XYMONHOSTIP=${XYMONSERVERIP:Q}
|
|
|
|
CONFIGURE_ENV+= XYMONUSER=${XYMONUSER:Q}
|
|
|
|
CONFIGURE_ENV+= XYMONHOME=${XYMONHOME:Q}
|
|
|
|
CONFIGURE_ENV+= XYMONTOPDIR=${XYMONTOPDIR}
|
|
|
|
CONFIGURE_ENV+= XYMONHOSTURL=${XYMONHOSTURL:Q}
|
2010-04-14 21:50:48 +02:00
|
|
|
CONFIGURE_ENV+= CGIDIR=${CGIDIR}
|
2011-04-22 16:52:18 +02:00
|
|
|
CONFIGURE_ENV+= XYMONCGIURL=${XYMONCGIURL:Q}
|
2010-04-14 21:50:48 +02:00
|
|
|
CONFIGURE_ENV+= SECURECGIDIR=${SECCGIDIR}
|
2011-04-22 16:52:18 +02:00
|
|
|
CONFIGURE_ENV+= SECUREXYMONCGIURL=${SECUREXYMONCGIURL:Q}
|
2010-04-14 21:50:48 +02:00
|
|
|
CONFIGURE_ENV+= HTTPDGID=${APACHE_GROUP}
|
2011-04-22 16:52:18 +02:00
|
|
|
CONFIGURE_ENV+= XYMONLOGDIR=${XYMONLOGDIR}
|
|
|
|
CONFIGURE_ENV+= XYMONVAR=${XYMONVAR:Q}
|
2010-02-14 23:58:57 +01:00
|
|
|
CONFIGURE_ENV+= INSTALLROOT=${DESTDIR}
|
2010-04-14 21:50:48 +02:00
|
|
|
CONFIGURE_ENV+= INSTALLBINDIR=${XYBINDIR}
|
|
|
|
CONFIGURE_ENV+= INSTALLETCDIR=${XYETCDIR}
|
|
|
|
CONFIGURE_ENV+= INSTALLEXADIR=${EXAMPLEDIR}
|
|
|
|
CONFIGURE_ENV+= INSTALLEXTDIR=${XYEXTDIR}
|
|
|
|
CONFIGURE_ENV+= INSTALLTMPDIR=${XYTMPDIR}
|
|
|
|
CONFIGURE_ENV+= INSTALLWEBDIR=${XYWEBDIR}
|
|
|
|
CONFIGURE_ENV+= INSTALLWWWDIR=${XYWWWDIR}
|
2010-02-14 23:58:57 +01:00
|
|
|
CONFIGURE_ENV+= MANROOT=${PREFIX}/${PKGMANDIR}/
|
|
|
|
|
|
|
|
SUBST_CLASSES+= bashpath
|
2011-04-22 16:52:18 +02:00
|
|
|
SUBST_FILES.bashpath= xymond/xymonreports.sh.DIST
|
2010-04-14 21:50:48 +02:00
|
|
|
SUBST_SED.bashpath= -e 's,/bin/bash,'${BASH:Q}','
|
2010-02-14 23:58:57 +01:00
|
|
|
SUBST_STAGE.bashpath= post-patch
|
|
|
|
|
|
|
|
USE_TOOLS+= awk:run cat:run cp:run
|
|
|
|
USE_TOOLS+= cut:run date:run egrep:run
|
|
|
|
USE_TOOLS+= expr:run find:run grep:run
|
|
|
|
USE_TOOLS+= head:run id:run ls:run
|
|
|
|
USE_TOOLS+= mv:run rm:run sed:run
|
|
|
|
USE_TOOLS+= sort:run tail:run touch:run
|
|
|
|
USE_TOOLS+= tr:run wc:run bash:run
|
|
|
|
|
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
MAKE_DIRS+= ${XYMONTOPDIR}
|
|
|
|
MAKE_DIRS+= ${XYMONHOME}
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-10-16 01:07:24 +02:00
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
OWN_DIRS_PERMS+= ${XYEXTDIR} ${XYMONUSER} ${XYMONGROUP} 0755
|
|
|
|
OWN_DIRS_PERMS+= ${XYMONLOGDIR} ${XYMONUSER} ${XYMONGROUP} 0755
|
|
|
|
OWN_DIRS_PERMS+= ${XYTMPDIR} ${XYMONUSER} ${XYMONGROUP} 0755
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
OWN_DIRS_PERMS+= ${XYMONVAR} ${XYMONUSER} ${XYMONGROUP} 0755
|
2010-02-14 23:58:57 +01:00
|
|
|
VAR_SUBDIRS= acks data disabled download hist histlogs hostdata rrd
|
|
|
|
.for dir in ${VAR_SUBDIRS}
|
2011-04-22 16:52:18 +02:00
|
|
|
OWN_DIRS_PERMS+= ${XYMONVAR}/${dir} ${XYMONUSER} ${XYMONGROUP} 0755
|
2010-02-14 23:58:57 +01:00
|
|
|
.endfor
|
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
OWN_DIRS_PERMS+= ${XYWWWDIR} ${XYMONUSER} ${XYMONGROUP} 0755
|
2010-02-14 23:58:57 +01:00
|
|
|
WWW_SUBDIRS= gifs help html menu notes wml
|
|
|
|
.for dir in ${WWW_SUBDIRS}
|
2011-04-22 16:52:18 +02:00
|
|
|
OWN_DIRS_PERMS+= ${XYWWWDIR}/${dir} ${XYMONUSER} ${XYMONGROUP} 0755
|
2010-02-14 23:58:57 +01:00
|
|
|
.endfor
|
2011-04-22 16:52:18 +02:00
|
|
|
OWN_DIRS_PERMS+= ${XYWWWDIR}/rep ${XYMONUSER} ${APACHE_GROUP} 0755
|
|
|
|
OWN_DIRS_PERMS+= ${XYWWWDIR}/snap ${XYMONUSER} ${APACHE_GROUP} 0755
|
2010-02-14 23:58:57 +01:00
|
|
|
|
2011-10-16 01:07:24 +02:00
|
|
|
OWN_DIRS_PERMS+= ${SECCGIDIR} ${XYMONUSER} ${XYMONGROUP} 0700
|
2010-02-14 23:58:57 +01:00
|
|
|
|
|
|
|
# actual config files
|
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
CFILES= alerts.cfg analysis.cfg cgioptions.cfg client-local.cfg
|
|
|
|
CFILES+= columndoc.csv columndoc.csv combo.cfg
|
|
|
|
CFILES+= graphs.cfg holidays.cfg hosts.cfg protocols.cfg
|
|
|
|
CFILES+= rrddefinitions.cfg snmpmibs.cfg tasks.cfg
|
|
|
|
CFILES+= xymon-apache.conf xymonmenu.cfg xymonserver.cfg
|
2010-02-14 23:58:57 +01:00
|
|
|
.for file in ${CFILES}
|
2011-04-22 16:52:18 +02:00
|
|
|
CONF_FILES_PERMS+= ${EXAMPLEDIR}/${file} ${PKG_SYSCONFDIR.xymon}/${file} ${XYMONUSER} ${XYMONGROUP} 0644
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
CFILES2= critical.cfg critical.cfg.bak
|
|
|
|
.for file in ${CFILES2}
|
|
|
|
CONF_FILES_PERMS+= ${EXAMPLEDIR}/${file} ${PKG_SYSCONFDIR.xymon}/${file} ${XYMONUSER} ${XYMONGROUP} 0664
|
2010-02-14 23:58:57 +01:00
|
|
|
.endfor
|
|
|
|
|
2011-10-16 01:07:24 +02:00
|
|
|
SECCGIFILES= ackinfo.sh acknowledge.sh criticaleditor.sh
|
|
|
|
SECCGIFILES+= enadis.sh useradm.sh
|
|
|
|
.for file in ${SECCGIFILES}
|
|
|
|
SPECIAL_PERMS+= ${SECCGIDIR}/${file} ${XYMONUSER} ${XYMONGROUP} 0400
|
|
|
|
.endfor
|
|
|
|
|
2010-02-14 23:58:57 +01:00
|
|
|
MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q}
|
2010-04-14 21:50:48 +02:00
|
|
|
MAKE_ENV+= PKGDIR=${PREFIX}
|
2010-02-14 23:58:57 +01:00
|
|
|
MAKE_ENV+= INSTALLROOT=${DESTDIR}
|
|
|
|
MAKE_ENV+= PKGBUILD=y
|
|
|
|
MAKE_ENV+= ${TOOLS_ENV}
|
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
MENUFILES= b2t-blue.gif b2t-grey.gif t2b-blue.gif t2b-grey.gif
|
|
|
|
MENUFILES+= xymonmenu-blue.css xymonmenu-grey.css
|
2012-08-13 20:47:40 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${CP} ${WRKSRC}/build/Makefile.FreeBSD \
|
|
|
|
${WRKSRC}/build/Makefile.DragonFly
|
|
|
|
|
2011-04-22 16:52:18 +02:00
|
|
|
post-install:
|
|
|
|
.for file in ${MENUFILES}
|
|
|
|
chmod 0644 ${DESTDIR}${EXAMPLEDIR}/www/menu/${file}
|
|
|
|
.endfor
|
|
|
|
|
2011-10-16 17:19:08 +02:00
|
|
|
.include "options.mk"
|
2010-02-14 23:58:57 +01:00
|
|
|
.include "../../databases/rrdtool/buildlink3.mk"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
|
|
.include "../../mk/apache.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|