freebsd-ports/net/libdnet/Makefile
Tobias Kortkamp 7c0b9ed6ea net/libdnet: Drop bogus libcheck run dependency
It was added in r498511 to fix the build when devel/check is installed
in the environment.  It is not used for anything other than building
a couple of tests that are never run or installed.  Instead just
pass --without-check to configure to disable use of it.

PR:		237177
Reported by:	Christian Ullrich <chris@chrullrich.net>
2019-05-01 07:31:55 +00:00

30 lines
537 B
Makefile

# Created by: Dominic Marks <dominic.marks@btinternet.com>
# $FreeBSD$
PORTNAME= libdnet
PORTVERSION= 1.13
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES?= net
MAINTAINER?= onatan@gmail.com
COMMENT= Simple interface to low level networking routines
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES?= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= 5u623l20
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-check
.if !defined(LIBDNET_SLAVE)
CONFIGURE_ARGS+= --without-python
USE_LDCONFIG= yes
.endif
.include <bsd.port.mk>