summaryrefslogtreecommitdiff
path: root/devel/libnet
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-09 12:53:03 +0000
committerwiz <wiz@pkgsrc.org>2002-10-09 12:53:03 +0000
commit57d5bd7835908903d66c2aa8022db4fcd8e982f9 (patch)
tree08cc343a0a081878df425ee5287663dc4ce14adb /devel/libnet
parent6522ce3c330ed8bf279b5e9c9c6894af8770809c (diff)
downloadpkgsrc-57d5bd7835908903d66c2aa8022db4fcd8e982f9.tar.gz
Unused.
Diffstat (limited to 'devel/libnet')
-rw-r--r--devel/libnet/buildlink.mk51
1 files changed, 0 insertions, 51 deletions
diff --git a/devel/libnet/buildlink.mk b/devel/libnet/buildlink.mk
deleted file mode 100644
index cc9f3ad2f9f..00000000000
--- a/devel/libnet/buildlink.mk
+++ /dev/null
@@ -1,51 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.5 2001/10/03 20:56:44 jlam Exp $
-#
-# This Makefile fragment is included by packages that use libnet.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.libnet to the dependency pattern
-# for the version of libnet desired.
-# (2) Include this Makefile fragment in the package Makefile,
-# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
-# search path, and
-# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
-# path.
-
-.if !defined(LIBNET_BUILDLINK_MK)
-LIBNET_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.libnet?= libnet-*
-DEPENDS+= ${BUILDLINK_DEPENDS.libnet}:../../devel/libnet
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.libnet=libnet
-BUILDLINK_PREFIX.libnet_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.libnet= include/libnet.h
-BUILDLINK_FILES.libnet+= include/libnet/*
-BUILDLINK_FILES.libnet+= lib/libnet.*
-
-REPLACE_BUILDLINK_SED+= \
- -e "s|${BUILDLINK_CONFIG_WRAPPER.libnet}|${BUILDLINK_CONFIG.libnet}|g"
-
-BUILDLINK_TARGETS.libnet= libnet-buildlink
-BUILDLINK_TARGETS.libnet+= libnet-buildlink-config-wrapper
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.libnet}
-
-BUILDLINK_CONFIG.libnet= ${BUILDLINK_PREFIX.libnet}/bin/libnet-config
-BUILDLINK_CONFIG_WRAPPER.libnet=${BUILDLINK_DIR}/bin/libnet-config
-REPLACE_BUILDLINK_SED+= \
- -e "s|${BUILDLINK_CONFIG_WRAPPER.libnet}|${BUILDLINK_CONFIG.libnet}|g"
-
-.if defined(USE_CONFIG_WRAPPER)
-LIBNET_CONFIG?= ${BUILDLINK_CONFIG_WRAPPER.libnet}
-CONFIGURE_ENV+= LIBNET_CONFIG="${LIBNET_CONFIG}"
-MAKE_ENV+= LIBNET_CONFIG="${LIBNET_CONFIG}"
-.endif
-
-pre-configure: ${BUILDLINK_TARGETS.libnet}
-libnet-buildlink: _BUILDLINK_USE
-libnet-buildlink-config-wrapper: _BUILDLINK_CONFIG_WRAPPER_USE
-
-.endif # LIBNET_BUILDLINK_MK