mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
5153649541
PR: ports/120854 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
26 lines
493 B
Makefile
26 lines
493 B
Makefile
# 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.mk>
|