1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/net/wackamole/Makefile

26 lines
698 B
Makefile
Raw Normal View History

PORTNAME= wackamole
PORTVERSION= 2.1.5
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://BSDforge.com/projects/source/net/wackamole/ \
http://mirrors.omniti.com/wackamole/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Peer-to-peer high availability cluster
WWW= https://BSDforge.com/projects/net/wackamole/
# same as the net/spread license really
LICENSE= CNDS_OPEN-SOURCE_LICENSE
LICENSE_NAME= CNDS Open-Source License
LICENSE_FILE= ${WRKSRC}/license.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libspread.so:net/spread
USES= tar:xz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV+= YACC=${YACC}
.include <bsd.port.mk>