f00b3dfe6c
* buildlink bin/libnet{10,11}-config to bin/libnet-config for comvenience (they ware renamed in pkgsrc to avoid conflict) * remove -lnet from BUILDLINK_CPPFLAGS.libnet11. linker flags should not be in CPPFLAGS, and it berak likage with libtool as reported in PR 37300. * libnet11 install just a static library, so set defaut DEPMETHOD = build Bump PKGREVISION for libnet11 related packages (net/isic will be updated later).
17 lines
540 B
Makefile
17 lines
540 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2009/12/09 12:27:27 obache Exp $
|
|
|
|
BUILDLINK_TREE+= libnet10
|
|
|
|
.if !defined(LIBNET10_BUILDLINK3_MK)
|
|
LIBNET10_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libnet10+= libnet10>=1.0.2a
|
|
BUILDLINK_PKGSRCDIR.libnet10?= ../../devel/libnet10
|
|
|
|
BUILDLINK_INCDIRS.libnet10+= include/libnet10
|
|
BUILDLINK_LIBDIRS.libnet10+= lib/libnet10
|
|
BUILDLINK_FILES.libnet10+= bin/libnet10-config
|
|
BUILDLINK_FNAME_TRANSFORM.libnet10+= -e 's|bin/libnet10-config|bin/libnet-config|'
|
|
.endif # LIBNET10_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libnet10
|