opnsense-ports/net/libdnet/Makefile
Franco Fichtner e8e4733e62 net/libdnet: sync with upstream
Taken from: HardenedBSD
2019-05-02 07:21:55 +02:00

29 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>