4734e25a31
Note: this skips all the ports that _sometimes_ fail with CMake errors. We need to investigate that problem, and find out if it is specific to the qemu environment. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
17 lines
396 B
Makefile
17 lines
396 B
Makefile
# Created by: Mikle Davidkin <skylord@vt.net.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iplog
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= SF/verlihub/VH_IPLog/${DISTVERSION}
|
|
|
|
MAINTAINER= me@skylord.ru
|
|
|
|
BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log)
|
|
|
|
PLUGIN_DESC= IPLog
|
|
|
|
.include "../verlihub-plugins/Makefile.plugins"
|
|
.include <bsd.port.mk>
|