mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
138eb13e8b
PR: 277322
26 lines
698 B
Makefile
26 lines
698 B
Makefile
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>
|