blob: 74a588e9d5eb59bdb3f7ee979629eb1b6562cf30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.4 2004/11/26 22:39:18 wiz Exp $
#
DISTNAME= libdnet-1.7
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdnet/}
MAINTAINER= bit5hift@ethernet.tk
HOMEPAGE= http://libdnet.sourceforge.net/
COMMENT= C interface to several low-level networking routines
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.pkg.mk"
|