mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4d8534d2a2
dependencies to run. Mark it IGNORE and DEPRECATED, and it will be scheduled for a removal in a future batch of ports. PR: ports/62516 Submitted by: Dan Mahoney <danm@prime.gushi.org>
42 lines
982 B
Makefile
42 lines
982 B
Makefile
# 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
|
|
|
|
IGNORE= is missing runtime dependencies; see ports/62516
|
|
DEPRECATED= ${IGNORE}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${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>
|