summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-lib
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-13 12:40:28 +0000
committerwiz <wiz>2002-10-13 12:40:28 +0000
commit98fdda7ef5c627e15f610a0ec6f9be98f1e80ae2 (patch)
tree48704c7506608bf3aad51b24f3edd7fefc789fbc /inputmethod/sj3-lib
parenta768e81ae0b16a9baaab3c0b30c970063101e5ab (diff)
downloadpkgsrc-98fdda7ef5c627e15f610a0ec6f9be98f1e80ae2.tar.gz
Unused.
Diffstat (limited to 'inputmethod/sj3-lib')
-rw-r--r--inputmethod/sj3-lib/buildlink.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/inputmethod/sj3-lib/buildlink.mk b/inputmethod/sj3-lib/buildlink.mk
deleted file mode 100644
index e85d7896202..00000000000
--- a/inputmethod/sj3-lib/buildlink.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.2 2002/08/25 19:23:00 jlam Exp $
-#
-# This Makefile fragment is included by packages that use sj3.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.sj3 to the dependency pattern
-# for the version of sj3 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(SJ3_BUILDLINK_MK)
-SJ3_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.sj3?= sj3-lib>=2.0.1.20nb1
-DEPENDS+= ${BUILDLINK_DEPENDS.sj3}:../../inputmethod/sj3-lib
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.sj3=sj3-lib
-BUILDLINK_PREFIX.sj3_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.sj3= include/sj3lib.h
-BUILDLINK_FILES.sj3+= lib/libsj3lib.a
-
-BUILDLINK_TARGETS.sj3= sj3-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.sj3}
-
-pre-configure: ${BUILDLINK_TARGETS.sj3}
-sj3-buildlink: _BUILDLINK_USE
-
-.endif # SJ3_BUILDLINK_MK