freebsd-ports/net/vrrp/Makefile
Peter Pentchev 76135f93d3 Mark as broken: the port maintainer considers this implementation of RFC2338
to be incomplete/incorrect.

PR:		29496
Submitted by:	maintainer
2001-08-08 09:23:27 +00:00

25 lines
552 B
Makefile

# New ports collection Makefile for: vrrpd
# Date created: 18 Feb 2001
# Whom: Andy K <minosh@engineer.com>
#
# $FreeBSD$
#
PORTNAME= vrrpd
PORTVERSION= 0.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.vrrp.net/pub/vrrpd/ \
ftp://ftp.tecc.co.uk/pub/vrrpd/
MAINTAINER= minosh@engineer.com
BROKEN= "The maintainer considers this an incomplete implementation of RFC2338"
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/doc/vrrp
${INSTALL_DATA} ${WRKSRC}/FAQ ${WRKSRC}/doc/* ${PREFIX}/share/doc/vrrp
.endif
.include <bsd.port.mk>