blob: 9aac5e4f7f24b7080db267f088f4bb27911354d0 (
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
|
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>
|