1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/ucarp/Makefile
Martin Wilke 324467e131 - Update to 1.5
PR:		126427
Submitted by:	Ports Fury
2008-08-11 22:41:18 +00:00

27 lines
569 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.5
CATEGORIES= net
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/ucarp/ \
http://download.pureftpd.org/pub/ucarp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Userlevel Common Address Redundancy Protocol
USE_BZIP2= yes
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls
USE_RC_SUBR= ucarp
PLIST_FILES= sbin/ucarp
.include <bsd.port.mk>