blob: fb3bfd9236e71427a1230221ff64db775868e14a (
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
24
25
26
27
28
29
30
31
|
# Created by: Dominic Marks <dominic.marks@btinternet.com>
# $FreeBSD$
PORTNAME= libdnet
PORTVERSION= 1.13
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES?= net
MAINTAINER?= onatan@gmail.com
COMMENT= Simple interface to low level networking routines
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS?= libcheck.so:devel/check
USES?= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= 5u623l20
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
.if !defined(LIBDNET_SLAVE)
CONFIGURE_ARGS+= --without-python
USE_LDCONFIG= yes
.endif
.include <bsd.port.mk>
|