mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
f2aad7685c
This port was removed because it's dependency "spread" was removed. Spread has returned, and now this one returns with a new version. * maintainership passed to submitter (old version was not unmaintained) * pkg-descr rewritten, WWW updated * LIB_DEPENDS format updated * distfile mirror added * USES+= tar:xz used * patches regenerated PR: 189403 Submitted by: Chris Hutchison Fixes by: marino
21 lines
444 B
Makefile
21 lines
444 B
Makefile
# Created by: Marcin Cieslak <saper@system.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wackamole
|
|
PORTVERSION= 2.1.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://bsdforge.com/projects/source/net/wackamole/ \
|
|
http://mirrors.omniti.com/wackamole/
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Peer-to-peer high availability cluster
|
|
|
|
LIB_DEPENDS= libspread.so:${PORTSDIR}/net/spread
|
|
|
|
USES= tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= YACC=${YACC}
|
|
|
|
.include <bsd.port.mk>
|