diff options
author | wiz <wiz> | 2002-10-08 19:31:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-08 19:31:05 +0000 |
commit | f3861f74c7103333149fbbfce7cc8b8f24e990b1 (patch) | |
tree | 176b97d2ba0c22fdd09504719fd2a9c5da1b3b17 | |
parent | 60e75272caef4595518e1035ec9620c49d5b3021 (diff) | |
download | pkgsrc-f3861f74c7103333149fbbfce7cc8b8f24e990b1.tar.gz |
Unused.
-rw-r--r-- | math/udunits/buildlink.mk | 36 | ||||
-rw-r--r-- | x11/gtk+extra/buildlink.mk | 54 | ||||
-rw-r--r-- | x11/kde3/buildlink.mk | 125 |
3 files changed, 0 insertions, 215 deletions
diff --git a/math/udunits/buildlink.mk b/math/udunits/buildlink.mk deleted file mode 100644 index 85b8d400e90..00000000000 --- a/math/udunits/buildlink.mk +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: buildlink.mk,v 1.1 2002/05/03 22:59:53 jtb Exp $ -# -# This Makefile fragment is included by packages that use udunits. -# -# To use this Makefile fragment, simply: -# -# (1) Optionally define BUILDLINK_DEPENDS.udunits to the dependency pattern -# for the version of udunits 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(UDUNITS_BUILDLINK_MK) -UDUNITS_BUILDLINK_MK= # defined - -.include "../../mk/bsd.buildlink.mk" - -BUILDLINK_DEPENDS.udunits?= udunits>=1.11.7 -BUILD_DEPENDS+= ${BUILDLINK_DEPENDS.udunits}:../../math/udunits - -EVAL_PREFIX+= BUILDLINK_PREFIX.udunits=udunits -BUILDLINK_PREFIX.udunits_DEFAULT=${LOCALBASE} -BUILDLINK_FILES.udunits= lib/libudunits.* -BUILDLINK_FILES.udunits+= lib/libudport.* -BUILDLINK_FILES.udunits+= include/udunits.h -BUILDLINK_FILES.udunits+= include/udunits.inc - -BUILDLINK_TARGETS.udunits= udunits-buildlink -BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.udunits} - -pre-configure: ${BUILDLINK_TARGETS.udunits} -udunits-buildlink: _BUILDLINK_USE - -.endif # UDUNITS_BUILDLINK_MK diff --git a/x11/gtk+extra/buildlink.mk b/x11/gtk+extra/buildlink.mk deleted file mode 100644 index 198b78b65ed..00000000000 --- a/x11/gtk+extra/buildlink.mk +++ /dev/null @@ -1,54 +0,0 @@ -# $NetBSD: buildlink.mk,v 1.2 2002/01/09 15:14:12 wiz Exp $ -# -# This Makefile fragment is included by packages that use gtk+extra. -# -# To use this Makefile fragment, simply: -# -# (1) Optionally define BUILDLINK_DEPENDS.gtkextra to the dependency pattern -# for the version of gtk+extra 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(GTKEXTRA_BUILDLINK_MK) -GTKEXTRA_BUILDLINK_MK= # defined - -.include "../../mk/bsd.buildlink.mk" - -BUILDLINK_DEPENDS.gtkextra?= gtk+extra>=0.99.17 -DEPENDS+= ${BUILDLINK_DEPENDS.gtkextra}:../../x11/gtk+extra - -EVAL_PREFIX+= BUILDLINK_PREFIX.gtkextra=gtk+extra -BUILDLINK_PREFIX.gtkextra_DEFAULT= ${X11PREFIX} -BUILDLINK_FILES.gtkextra= include/gtkextra/* -BUILDLINK_FILES.gtkextra+= lib/libgtkextra.* - -#REPLACE_BUILDLINK_SED+= \ -# -e "s|-I${BUILDLINK_DIR}/\(include/gtk-[^/]*/\)|-I${BUILDLINK_PREFIX.gtk}/\1|g" -#BUILDLINK_CONFIG_WRAPPER_SED+= \ -# -e "s|-I${BUILDLINK_PREFIX.gtk}/\(include/gtk-[^/]*/\)|-I${BUILDLINK_DIR}/\1|g" - -.include "../../x11/gtk/buildlink.mk" - -BUILDLINK_TARGETS.gtkextra= gtkextra-buildlink -BUILDLINK_TARGETS.gtkextra+= gtkextra-buildlink-config-wrapper -BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.gtkextra} - -BUILDLINK_CONFIG.gtkextra= ${BUILDLINK_PREFIX.gtkextra}/bin/gtkextra-config -BUILDLINK_CONFIG_WRAPPER.gtkextra= ${BUILDLINK_DIR}/bin/gtkextra-config -#REPLACE_BUILDLINK_SED+= \ -# -e "s|${BUILDLINK_CONFIG_WRAPPER.gtkextra}|${BUILDLINK_CONFIG.gtkextra}|g" - -.if defined(USE_CONFIG_WRAPPER) -GTKEXTRA_CONFIG?= ${BUILDLINK_CONFIG_WRAPPER.gtkextra} -CONFIGURE_ENV+= GTK_EXTRA_CONFIG="${GTKEXTRA_CONFIG}" -#MAKE_ENV+= GTK_EXTRA_CONFIG="${GTKEXTRA_CONFIG}" -.endif - -pre-configure: ${BUILDLINK_TARGETS.gtkextra} -gtkextra-buildlink: _BUILDLINK_USE -gtkextra-buildlink-config-wrapper: _BUILDLINK_CONFIG_WRAPPER_USE - -.endif # GTKEXTRA_BUILDLINK_MK diff --git a/x11/kde3/buildlink.mk b/x11/kde3/buildlink.mk deleted file mode 100644 index c2630de53fd..00000000000 --- a/x11/kde3/buildlink.mk +++ /dev/null @@ -1,125 +0,0 @@ -# $NetBSD: buildlink.mk,v 1.2 2002/08/25 19:23:34 jlam Exp $ -# -# This Makefile fragment is included by packages that use the KDE3 -# configure-and-build process. -# -# To use this Makefile fragment, simply include this Makefile fragment in -# the package Makefile. -# -# The buildlink strategy with KDE3 packages is: -# -# * pass UIC to the configure script, as the KDE3 configure scripts now -# check for its existance and fail if its not found. -# -# * pass USER_LDFLAGS to the configure script, containing the value of -# LDFLAGS as set by bsd.pkg.mk; this should pass all of the necessary -# library directory and rpath settings to the compiler/linker to find -# the X11, Qt-3.x, and KDE-3.x libraries. -# -# * pass KDEDIR and a hand-crafted ac_cv_have_kde to the configure -# script, where KDEDIR contains the installed location of KDE, -# and ac_cv_have_kde contains the buildlinked location of KDE; this -# makes the KDE configure script install other KDE software in -# ${KDEDIR}, but build against the libraries in ${BUILDLINK_DIR}. -# -# * override kde_libraries at build-time; the configure script will set -# it to point into the buildlink directory and will add the correct -# linker flags to find the KDE3 libraries in the buildlink directory, -# but we need to point it to the actual install location of the KDE -# libraries so that the build may find the libtool archives. -# -# We pass the following values via options to the configure script: -# -# * datadir is where all of the KDE3 data files go -# * qt-dir is the location of QT3 for build purposes -# * extra-includes is where headers for dependencies may be found; -# since we're using the buildlink infrastructure, this should contain -# ${BUILDLINK_DIR} and ${BUILDLINK_X11_DIR}. -# -# We _don't_ pass the following values via options to the configure script: -# -# * extra-libs contains library directories that are added to both the -# rpath via -R and to the linker flags via -L; we don't need this -# since we need different directories for -R/-L and we can pass them -# in directly via ${USER_LDFLAGS} -# -# We also disable the rpath setting by the configure script since it often -# guesses wrong on odd setups, and since we already pass all of the required -# flags through USER_LDFLAGS. -# -# The qt3-tools and qt3-libs buildlink files are also pulled in as all KDE -# pkgs need them. - -.if !defined(KDE3_BUILDLINK_MK) -KDE3_BUILDLINK_MK= # defined - -# All KDE3 packages satisfy the requirements for USE_X11BASE. This also -# forces all KDE3 packages to have a common installation prefix. -# -USE_X11BASE= YES - -.include "../../mk/bsd.prefs.mk" - -.if !defined(USE_BUILDLINK_ONLY) -# -# Default values so that even if the package using this file is not strongly -# buildlinkified, there are sensible values for finding the KDE3 and Qt3 -# headers and libraries. -# -KDEDIR?= ${X11PREFIX} -QTDIR?= ${X11PREFIX}/qt3 -BUILDLINK_KDEDIR?= ${KDEDIR} -BUILDLINK_QTDIR?= ${QTDIR} -.endif - -CONFIGURE_ARGS+= --datadir="${KDEDIR}/share/kde" -CONFIGURE_ARGS+= --with-qt-dir="${BUILDLINK_QTDIR}" -CONFIGURE_ARGS+= --with-extra-includes="${_KDE3_EXTRA_INCLUDES}" -CONFIGURE_ARGS+= --disable-rpath -.if exists(${X11BASE}/lib/libXinerama.so) -CONFIGURE_ARGS+= --with-xinerama -.endif - -# -# These help when using auto* -#CONFIGURE_ENV+= AUTOMAKE="${LOCALBASE}/bin/automake" -#CONFIGURE_ENV+= AUTOCONF="${LOCALBASE}/bin/autoconf" -#AUTOMAKE_OVERRIDE= NO - -CONFIGURE_ENV+= USER_LDFLAGS="${LDFLAGS}" -CONFIGURE_ENV+= ac_cv_have_kde="${_KDE3_AC_CV_HAVE_KDE}" -LDFLAGS+= -L${BUILDLINK_QTDIR}/lib - -MAKE_FLAGS+= kde_libraries="${KDEDIR}/lib" -MAKE_ENV+= AM_MAKEFLAGS="${MAKE_FLAGS}" - -_KDE3_EXTRA_INCLUDES?= ${BUILDLINK_DIR}/include:${BUILDLINK_X11_DIR}/include -_KDE3_AC_CV_HAVE_KDE?= have_kde=yes \ - ac_kde_includes=${BUILDLINK_KDEDIR}/include \ - ac_kde_libraries=${BUILDLINK_KDEDIR}/lib - -KDE_CONFIG_SITE?= ${KDEDIR}/share/kde/config.site \ - ${KDEDIR}/etc/config.site - -CONFIGURE_ENV+= KDEDIR="${KDEDIR}" -CONFIGURE_ENV+= CONFIG_SITE="${KDE_CONFIG_SITE}" -CONFIGURE_ENV+= kde_appsdir="${KDEDIR}/share/kde/applnk" -CONFIGURE_ENV+= kde_cgidir="${KDEDIR}/kde-cgi-bin" -CONFIGURE_ENV+= kde_confdir="${KDEDIR}/share/kde/config" -CONFIGURE_ENV+= kde_datadir="${KDEDIR}/share/kde/apps" -CONFIGURE_ENV+= kde_htmldir="${KDEDIR}/share/doc/kde/HTML" -CONFIGURE_ENV+= kde_icondir="${KDEDIR}/share/kde/icons" -CONFIGURE_ENV+= kde_locale="${KDEDIR}/share/kde/locale" -CONFIGURE_ENV+= kde_mimedir="${KDEDIR}/share/kde/mimelnk" -CONFIGURE_ENV+= kde_servicesdir="${KDEDIR}/share/kde/services" -CONFIGURE_ENV+= kde_servicetypesdir="${KDEDIR}/share/kde/servicetypes" -CONFIGURE_ENV+= kde_sounddir="${KDEDIR}/share/kde/sounds" -CONFIGURE_ENV+= kde_templatesdir="${KDEDIR}/share/kde/templates" -CONFIGURE_ENV+= kde_toolbardir="${KDEDIR}/share/kde/toolbar" -CONFIGURE_ENV+= kde_wallpaperdir="${KDEDIR}/share/kde/wallpapers" - -BUILDLINK_DEPENDS_METHOD.qt3-tools= build - -.include "../../x11/qt3-tools/buildlink.mk" - -.endif # KDE3_BUILDLINK_MK |