summaryrefslogtreecommitdiff
path: root/security/hostsentry/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hostsentry/Makefile')
-rw-r--r--security/hostsentry/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/security/hostsentry/Makefile b/security/hostsentry/Makefile
new file mode 100644
index 000000000000..2c1c688f5da1
--- /dev/null
+++ b/security/hostsentry/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: hostsentry
+# Date created: 7 February 2003
+# Whom: Andre Ramos <andre.ramos@netcabo.pt>
+#
+# $FreeBSD$
+#
+
+PORTNAME= hostsentry
+PORTVERSION= 0.02
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.netsys.com/len/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A Login Anomaly Detector
+
+RUN_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python
+
+post-install:
+.if !defined(NOPORTSDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/hostsentry
+ ${INSTALL_DATA} ${WRKSRC}/README.BUGS \
+ ${WRKSRC}/README.credits \
+ ${WRKSRC}/README.install \
+ ${WRKSRC}/README.intro \
+ ${WRKSRC}/README.modules \
+ ${WRKSRC}/README.paper \
+ ${WRKSRC}/README.technical \
+ ${WRKSRC}/README.why_python \
+ ${WRKSRC}/README.wtmp \
+ ${PREFIX}/share/doc/hostsentry
+.endif
+
+ ${INSTALL_DATA} ${WRKSRC}/hostsentry.conf \
+ ${PREFIX}/etc/hostsentry.conf
+
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>