aboutsummaryrefslogtreecommitdiffstats
path: root/net/wackamole/Makefile
blob: 01be6470e9901887bdd31a6203371547f4734457 (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
25
26
27
28
29
30
31
# New ports collection makefile for:    wackamole
# Date created:     2007-05-02
# Whom:         Marcin Cieslak <saper@system.pl>
#
# $FreeBSD$
#

PORTNAME=   wackamole
PORTVERSION=    2.1.4
CATEGORIES= net
MASTER_SITES=   http://mirrors.omniti.com/wackamole/

MAINTAINER= saper@system.pl
COMMENT=    Peer-to-peer high availability cluster

LIB_DEPENDS=    spread.1:${PORTSDIR}/net/spread

GNU_CONFIGURE=  yes

CONFIGURE_ENV+= YACC=${YACC}

MAN5=       wackamole.conf.5
MAN8=       wackamole.8 wackatrl.8

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 800059
BROKEN=     does not build
.endif

.include <bsd.port.post.mk>