aboutsummaryrefslogtreecommitdiffstats
path: root/security/aafid2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/aafid2/Makefile')
-rw-r--r--security/aafid2/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/security/aafid2/Makefile b/security/aafid2/Makefile
deleted file mode 100644
index 553eac12a65..00000000000
--- a/security/aafid2/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: aafid2
-# Date created: 2000/06/14 16:55
-# Whom: se
-#
-# $FreeBSD$
-#
-
-PORTNAME= aafid2
-PORTVERSION= 0.10
-PORTREVISION= 3
-CATEGORIES= security
-MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/ids/AAFID/
-EXTRACT_ONLY=
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A distributed monitoring and intrusion detection system
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-RUN_DEPENDS= ptksh:${PORTSDIR}/x11-toolkits/p5-Tk
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-do-install:
- tar -C ${PREFIX}/lib -xzf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
- ${SH} ${FILESDIR}/post-install ${PREFIX}
-
-.include <bsd.port.mk>