aboutsummaryrefslogtreecommitdiffstats
path: root/net/vrrp/Makefile
blob: 936e91bcf9b86638ffbda994927712eb06798f8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>