pkgsrc/net/libdnet/Makefile
drochner 0e1e64e51b Switch to new master site, update to 1.12.
There is no changelog available. Appearently some minor build issues
are fixed.
Thanks to Arne H. Juul for pointing me at that.
2007-03-02 10:52:23 +00:00

30 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.14 2007/03/02 10:52:23 drochner Exp $
#
DISTNAME= libdnet-1.12
CATEGORIES= devel net
MASTER_SITES= http://libdnet.googlecode.com/files/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/libdnet/
COMMENT= C interface to several low-level networking routines
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
BUILD_DEFS+= USE_INET6
PKG_OPTIONS_VAR= PKG_OPTIONS.libdnet
PKG_SUPPORTED_OPTIONS= libdnetcheck
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlibdnetcheck)
.include "../../devel/check/buildlink3.mk"
TEST_TARGET= check
.else
CONFIGURE_ARGS+= --without-check
.endif
.include "../../mk/bsd.pkg.mk"