mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
8ee38a9652
553 5.3.0 <minosh@engineer.com>... inactive user
25 lines
550 B
Makefile
25 lines
550 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= ports@FreeBSD.org
|
|
|
|
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>
|