summaryrefslogtreecommitdiff
path: root/net-p2p/verlihub-plugins-floodprotect/Makefile
blob: 720a419939a9ac58cf85595cd4bd732c9f826bab (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
# Created by: Mikle Davidkin <skylord@vt.net.ru>
# $FreeBSD$

PORTNAME=	floodprotect
PORTVERSION=	1.6
PORTREVISION=	4
CATEGORIES=	net-p2p
MASTER_SITES=	SF/verlihub/OldFiles
DISTNAME=	${PLUGIN_NAME}

MAINTAINER=	me@skylord.ru

BROKEN_armv6=		fails to configure: checking for VERLIHUB - version >= 0... no (see config.log)

PLUGIN_NAME=	floodprot
PLUGIN_DESC=	Floodprotect

# Bug 219281: the port fails to build in C++14 mode (the default in GCC 6),
# switch back to the old default GCC used before.
USE_CXXSTD=	gnu++03

.include "../verlihub-plugins/Makefile.plugins"
.include <bsd.port.mk>