blob: 2c1c688f5da11ca489c7450b6dc73a7251fd48ca (
plain)
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
28
29
30
31
32
33
34
35
36
37
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>
|