diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 21:51:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 21:51:04 +0000 |
commit | 8729bda89fefb96179d352c4190b4bd8da4846f3 (patch) | |
tree | dce75c13e4a020aa459fa13e7502cedbca663521 | |
parent | 0b69490c9265a1ba98ce67545bd94702ea0ff437 (diff) | |
download | pkgsrc-8729bda89fefb96179d352c4190b4bd8da4846f3.tar.gz |
Unused.
-rw-r--r-- | graphics/jpeg/buildlink.mk | 37 | ||||
-rw-r--r-- | security/cyrus-sasl/buildlink.mk | 54 |
2 files changed, 0 insertions, 91 deletions
diff --git a/graphics/jpeg/buildlink.mk b/graphics/jpeg/buildlink.mk deleted file mode 100644 index 6fd36ed84af..00000000000 --- a/graphics/jpeg/buildlink.mk +++ /dev/null @@ -1,37 +0,0 @@ -# $NetBSD: buildlink.mk,v 1.8 2001/07/27 13:33:29 jlam Exp $ -# -# This Makefile fragment is included by packages that use libjpeg. -# -# To use this Makefile fragment, simply: -# -# (1) Optionally define BUILDLINK_DEPENDS.jpeg to the dependency pattern -# for the version of libjpeg 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(JPEG_BUILDLINK_MK) -JPEG_BUILDLINK_MK= # defined - -.include "../../mk/bsd.buildlink.mk" - -BUILDLINK_DEPENDS.jpeg?= jpeg-6b -DEPENDS+= ${BUILDLINK_DEPENDS.jpeg}:../../graphics/jpeg - -EVAL_PREFIX+= BUILDLINK_PREFIX.jpeg=jpeg -BUILDLINK_PREFIX.jpeg_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.jpeg= include/jconfig.h -BUILDLINK_FILES.jpeg+= include/jpeglib.h -BUILDLINK_FILES.jpeg+= include/jmorecfg.h -BUILDLINK_FILES.jpeg+= include/jerror.h -BUILDLINK_FILES.jpeg+= lib/libjpeg.* - -BUILDLINK_TARGETS.jpeg= jpeg-buildlink -BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.jpeg} - -pre-configure: ${BUILDLINK_TARGETS.jpeg} -jpeg-buildlink: _BUILDLINK_USE - -.endif # JPEG_BUILDLINK_MK diff --git a/security/cyrus-sasl/buildlink.mk b/security/cyrus-sasl/buildlink.mk deleted file mode 100644 index 45b5684d76c..00000000000 --- a/security/cyrus-sasl/buildlink.mk +++ /dev/null @@ -1,54 +0,0 @@ -# $NetBSD: buildlink.mk,v 1.2 2002/03/07 21:42:28 jlam Exp $ -# -# This Makefile fragment is included by packages that use cyrus-sasl. -# -# To use this Makefile fragment, simply: -# -# (1) Optionally define BUILDLINK_DEPENDS.cyrus-sasl to the dependency pattern -# for the version of cyrus-sasl 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(CYRUS_SASL_BUILDLINK_MK) -CYRUS_SASL_BUILDLINK_MK= # defined - -.include "../../mk/bsd.buildlink.mk" - -BUILDLINK_DEPENDS.cyrus-sasl?= cyrus-sasl>=1.5.24nb2 -DEPENDS+= ${BUILDLINK_DEPENDS.cyrus-sasl}:../../security/cyrus-sasl - -EVAL_PREFIX+= BUILDLINK_PREFIX.cyrus-sasl=cyrus-sasl -BUILDLINK_PREFIX.cyrus-sasl_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.cyrus-sasl= include/hmac-md5.h -BUILDLINK_FILES.cyrus-sasl+= include/sasl.h -BUILDLINK_FILES.cyrus-sasl+= include/saslplug.h -BUILDLINK_FILES.cyrus-sasl+= include/saslutil.h -BUILDLINK_FILES.cyrus-sasl+= lib/libsasl.* - -.if defined(USE_PAM) -.include "../../security/PAM/buildlink.mk" -.endif - -BUILDLINK_TARGETS.cyrus-sasl= cyrus-sasl-buildlink -BUILDLINK_TARGETS.cyrus-sasl+= cyrus-sasl-buildlink-config-wrapper -BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.cyrus-sasl} - -BUILDLINK_CONFIG.cyrus-sasl= ${BUILDLINK_PREFIX.cyrus-sasl}/bin/sasl-config -BUILDLINK_CONFIG_WRAPPER.cyrus-sasl= ${BUILDLINK_DIR}/bin/sasl-config -REPLACE_BUILDLINK_SED+= \ - -e "s|${BUILDLINK_CONFIG_WRAPPER.cyrus-sasl}|${BUILDLINK_CONFIG.cyrus-sasl}|g" - -.if defined(USE_CONFIG_WRAPPER) -SASL_CONFIG?= ${BUILDLINK_CONFIG_WRAPPER.cyrus-sasl} -CONFIGURE_ENV+= SASL_CONFIG="${SASL_CONFIG}" -MAKE_ENV+= SASL_CONFIG="${SASL_CONFIG}" -.endif - -pre-configure: ${BUILDLINK_TARGETS.cyrus-sasl} -cyrus-sasl-buildlink: _BUILDLINK_USE -cyrus-sasl-buildlink-config-wrapper: _BUILDLINK_CONFIG_WRAPPER_USE - -.endif # CYRUS_SASL_BUILDLINK_MK |