1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/acid/Makefile

36 lines
911 B
Makefile
Raw Normal View History

# 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
PORTVERSION= 0.9.6b20
CATEGORIES= security
MASTER_SITES= http://www.andrew.cmu.edu/~rdanyliw/snort/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \
${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \
${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort
WRKSRC= ${WRKDIR}/${PORTNAME}
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
.endif
post-install:
@${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE}
.include <bsd.port.mk>