pkgsrc/net/libdnet/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

23 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= libdnet-1.10
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdnet/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://libdnet.sourceforge.net/
COMMENT= C interface to several low-level networking routines
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "alpha"
CONFIGURE_ARGS+= --without-check
.endif
.include "../../mk/bsd.pkg.mk"