Update databases/mariadb105-server to version 10.5.17
[dports.git] / sysutils / burp-devel / Makefile
1 PORTNAME=       burp
2 PORTVERSION=    2.5.4
3 CATEGORIES=     sysutils
4 MASTER_SITES=   https://github.com/grke/burp/releases/download/${PORTVERSION}/
5 PKGNAMESUFFIX=  -devel
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        Network backup and restore program (development)
9 WWW=            https://burp.grke.org/
10
11 LICENSE=        AGPLv3 PD
12 LICENSE_COMB=   multi
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 BUILD_DEPENDS=  ${LOCALBASE}/include/uthash.h:devel/uthash \
16                 ${LOCALBASE}/include/yajl/yajl_common.h:devel/yajl
17 LIB_DEPENDS=    librsync.so:net/librsync
18 RUN_DEPENDS=    bash:shells/bash
19
20 USES=           compiler:c11 cpe libtool ncurses pkgconfig ssl tar:bz2
21
22 CONFIGURE_ARGS= --sysconfdir=${ETCDIR}
23 GNU_CONFIGURE=  yes
24 INSTALL_TARGET= install-all
25 USE_RC_SUBR=    burp
26
27 PLIST_SUB=      PORTVERSION=${PORTVERSION}
28
29 CONFLICTS_INSTALL=      burp
30
31 CPE_VENDOR=     burp_project
32
33 OPTIONS_DEFINE= IPV6
34 IPV6_CONFIGURE_ENABLE=  ipv6
35
36 post-install:
37 .for file in CA.cnf burp.conf burp-server.conf clientconfdir/testclient
38         ${MV} ${STAGEDIR}${ETCDIR}/${file} ${STAGEDIR}${ETCDIR}/${file}.sample
39 .endfor
40
41 .include <bsd.port.mk>