2000-09-26 04:58:04 +02:00
|
|
|
# New ports collection makefile for: acid
|
|
|
|
# Date created: Mon Sep 25 16:05:01 CST 2000
|
|
|
|
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= acid
|
2003-02-23 03:14:59 +01:00
|
|
|
PORTVERSION= 0.9.6b23
|
2000-09-26 04:58:04 +02:00
|
|
|
CATEGORIES= security
|
2004-05-25 02:01:44 +02:00
|
|
|
MASTER_SITES= http://www.andrew.cmu.edu/user/rdanyliw/snort/
|
2000-09-26 04:58:04 +02:00
|
|
|
|
2003-03-26 11:29:24 +01:00
|
|
|
MAINTAINER= possamai@xs4all.nl
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Analysis Console for Intrusion Databases (ACID) with Snort and MySQL
|
2000-09-26 04:58:04 +02:00
|
|
|
|
2004-01-23 23:14:01 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
|
2004-02-25 00:12:15 +01:00
|
|
|
${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb
|
2000-09-26 04:58:04 +02:00
|
|
|
|
2002-02-13 21:45:43 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2004-02-16 15:21:01 +01:00
|
|
|
USE_PHP= yes
|
2002-02-13 21:45:43 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/www/acid
|
|
|
|
.for ext in html php sql css inc
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/www/acid
|
|
|
|
.endfor
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/www/acid
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README.mssql ${PREFIX}/www/acid
|
2003-02-23 03:14:59 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/www/acid
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/www/acid
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/www/acid
|
2002-02-13 21:45:43 +01:00
|
|
|
.endif
|
2000-09-26 04:58:04 +02:00
|
|
|
|
|
|
|
post-install:
|
2002-02-13 21:45:43 +01:00
|
|
|
@${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE}
|
2000-09-26 04:58:04 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|