diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-30 17:09:58 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-30 17:09:58 +0000 |
commit | 5958cddd4f29deb254a1b639b33376bc1b661253 (patch) | |
tree | 50fdc1e25753f0e0e5f7b15bafc9e3c8b169c02c /security/base | |
parent | 95db1dc7676602ca92fb8d50ebcad7c5e7fcea76 (diff) | |
download | ports-5958cddd4f29deb254a1b639b33376bc1b661253.tar.gz ports-5958cddd4f29deb254a1b639b33376bc1b661253.zip |
Notes
Diffstat (limited to 'security/base')
-rw-r--r-- | security/base/Makefile | 4 | ||||
-rw-r--r-- | security/base/files/pkg-message.in | 17 |
2 files changed, 18 insertions, 3 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index 335f5b391b3b..6dcde93536c9 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -7,6 +7,7 @@ PORTNAME= base PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= secureideas @@ -15,7 +16,8 @@ MAINTAINER= question+fbsdports@closedsrc.org COMMENT= Basic Analysis and Security Engine - analyzing Snort alerts RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \ - ${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb + ${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb \ + ${LOCALBASE}/share/pear/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph USE_PHP= yes USE_REINPLACE= yes diff --git a/security/base/files/pkg-message.in b/security/base/files/pkg-message.in index 2b26d42cd705..f15c1d0d9e4b 100644 --- a/security/base/files/pkg-message.in +++ b/security/base/files/pkg-message.in @@ -1,8 +1,21 @@ -************************************************************ +======================================================================== + Please read the README file located at: %%DOCSDIR%%/README for how to configure %%PREFIX%%/www/base/base_conf.php after installation. -************************************************************ + + +To make BASE accessible through your web site, you will need to add +the following to your Apache configuration file: + + Alias /base/ "%%PREFIX%%/www/base" + +In order for the graphing functions to work in BASE, make sure you +include PEAR in your %%LOCALBASE%%/etc/php.ini configuration file, like: + + include_path = ".:%%PREFIX%%/share/pear" + +======================================================================== |