pkgsrc/devel/libnet11/buildlink3.mk
obache f00b3dfe6c Some clean up realted to net/libnet{10,11}.
* 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).
2009-12-09 12:27:27 +00:00

18 lines
579 B
Makefile

# $NetBSD: buildlink3.mk,v 1.8 2009/12/09 12:27:27 obache Exp $
BUILDLINK_TREE+= libnet11
.if !defined(LIBNET11_BUILDLINK3_MK)
LIBNET11_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libnet11+= libnet11>=1.1.2.1
BUILDLINK_PKGSRCDIR.libnet11?= ../../devel/libnet11
BUILDLINK_DEPMETHOD.libnet11?= build
BUILDLINK_INCDIRS.libnet11+= include/libnet11
BUILDLINK_LIBDIRS.libnet11+= lib/libnet11
BUILDLINK_FILES.libnet11+= bin/libnet11-config
BUILDLINK_FNAME_TRANSFORM.libnet11+= -e 's|bin/libnet11-config|bin/libnet-config|'
.endif # LIBNET11_BUILDLINK3_MK
BUILDLINK_TREE+= -libnet11