8e1dc29a79
PR: ports/116023 Submitted by: KATO Tsuguru
26 lines
611 B
Makefile
26 lines
611 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.3
|
|
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
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --disable-nls
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_RC_SUBR= ucarp
|
|
|
|
PLIST_FILES= sbin/ucarp
|
|
|
|
.include <bsd.port.mk>
|