blob: 1ba3bb236368d9e443723646c6aa8872e8b63249 (
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
|
# 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@saper.info
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.mk>
|