summaryrefslogtreecommitdiff
path: root/net/enet/Makefile
blob: 3aa19ee81961cc523a7c48398844d4d33287f5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.4 2020/11/26 15:36:59 nia Exp $

DISTNAME=	enet-1.3.17
CATEGORIES=	net
MASTER_SITES=	http://enet.bespin.org/download/

MAINTAINER=	Pseudo.Statistic@gmail.com
HOMEPAGE=	http://enet.bespin.org/
COMMENT=	Network communication layer that runs on top of UDP
LICENSE=	mit

USE_TOOLS+=	gmake
GNU_CONFIGURE=	yes

CONFIGURE_ARGS.NetBSD+=	ac_cv_func_gethostbyname_r=no
CONFIGURE_ARGS.NetBSD+=	ac_cv_func_gethostbyaddr_r=no

PKGCONFIG_OVERRIDE+=	libenet.pc.in

.include "../../mk/bsd.pkg.mk"