1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/ucarp/Makefile
Pav Lucistnik 0e69d6c22d UCARP allows a couple of hosts to share common virtual IP addresses in order to
provide automatic failover. It is a portable userland implementation of the
secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's
alternative to the VRRP).

PR:		ports/80696
Submitted by:	Meno Abels <meno.abels@adviser.com>
2005-05-06 18:24:58 +00:00

24 lines
535 B
Makefile

# New ports collection makefile for: ucarp
# Date created: 2005-05-06
# Whom: Meno Abels <meno.abels@adviser.com>
#
# $FreeBSD$
#
PORTNAME= ucarp
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.ucarp.org/pub/ucarp/
MAINTAINER= meno.abels@adviser.com
COMMENT= Userlevel Common Address Redundancy Protocol
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-nls
USE_BZIP2= yes
GNU_CONFIGURE= yes
PLIST_FILES= sbin/ucarp
.include <bsd.port.mk>