blob: 675ca56bf3038efe7b21ca7cb161455b60d4317a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: aafid2
# Date created: 2000/06/14 16:55
# Whom: se
#
# $FreeBSD$
#
PORTNAME= aafid2
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/ids/AAFID/
EXTRACT_ONLY=
MAINTAINER= se@FreeBSD.org
COMMENT= A distributed monitoring and intrusion detection system
RUN_DEPENDS= ptksh:${PORTSDIR}/x11-toolkits/p5-Tk
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
tar -C ${TARGETDIR}/lib -xzf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
${SH} ${FILESDIR}/post-install ${TARGETDIR}
.include <bsd.port.mk>
|