diff options
author | wiz <wiz> | 2002-09-22 22:12:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-22 22:12:49 +0000 |
commit | 3cec7b8fed42d3c19cb09b0c3e91b9b9909b2796 (patch) | |
tree | 5c5dd83a47e2c597df7d138079335eb3e581013d /comms/jpilot | |
parent | b9d9ac71d5258fbe3842e1d5539f5d5e86419aad (diff) | |
download | pkgsrc-3cec7b8fed42d3c19cb09b0c3e91b9b9909b2796.tar.gz |
Unused, I think.
Diffstat (limited to 'comms/jpilot')
-rw-r--r-- | comms/jpilot/buildlink.mk | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/comms/jpilot/buildlink.mk b/comms/jpilot/buildlink.mk deleted file mode 100644 index 9e4592f7c8b..00000000000 --- a/comms/jpilot/buildlink.mk +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: buildlink.mk,v 1.7 2002/09/10 16:06:34 wiz Exp $ -# -# This Makefile fragment is included by packages that use jpilot. -# -# To use this Makefile fragment, simply: -# -# (1) Optionally define BUILDLINK_DEPENDS.jpilot to the dependency pattern -# for the version of jpilot 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(JPILOT_BUILDLINK_MK) -JPILOT_BUILDLINK_MK= # defined - -.include "../../mk/bsd.buildlink.mk" - -BUILDLINK_DEPENDS.jpilot?= jpilot>=0.99nb2 -BUILD_DEPENDS+= ${BUILDLINK_DEPENDS.jpilot}:../../comms/jpilot - -EVAL_PREFIX+= BUILDLINK_PREFIX.jpilot=jpilot -BUILDLINK_PREFIX.jpilot_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.jpilot= include/jpilot/* - -.include "../../x11/gtk/buildlink.mk" - -BUILDLINK_TARGETS.jpilot= jpilot-buildlink -BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.jpilot} - -pre-configure: ${BUILDLINK_TARGETS.jpilot} -jpilot-buildlink: _BUILDLINK_USE - -.endif # JPILOT_BUILDLINK_MK |