4c3b8136a3
Provide a buildlink2.mk file. Changes in 1.7: fixed win32 builds fixed addr_stob IPv6 b0rkage Changes in 1.6: support VPATH builds initial IPv6 support use local interface names in win32 support addr_net addition fixes for AIX fix for BSD BPF fd leak on eth_open error fixes for recent OpenBSD pf changes
25 lines
715 B
Makefile
25 lines
715 B
Makefile
# $NetBSD: buildlink2.mk,v 1.1 2003/05/02 08:50:11 seb Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use libdnet.
|
|
#
|
|
# This file was created automatically using createbuildlink 2.6.
|
|
#
|
|
|
|
.if !defined(LIBDNET_BUILDLINK2_MK)
|
|
LIBDNET_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= libdnet
|
|
BUILDLINK_DEPENDS.libdnet?= libdnet>=1.7
|
|
BUILDLINK_PKGSRCDIR.libdnet?= ../../net/libdnet
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.libdnet=libdnet
|
|
BUILDLINK_PREFIX.libdnet_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.libdnet+= include/dnet.h
|
|
BUILDLINK_FILES.libdnet+= include/dnet/*
|
|
BUILDLINK_FILES.libdnet+= lib/libdnet.*
|
|
|
|
BUILDLINK_TARGETS+= libdnet-buildlink
|
|
|
|
libdnet-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # LIBDNET_BUILDLINK2_MK
|