pkgsrc/inputmethod/sj3-lib/buildlink.mk
sakamoto 2f5e48669a bump PKGREVISION.
add buildlink.mk.
use devel/nbitools instead of ${X11BASE}/xmkmf.
2002-06-10 10:21:25 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: buildlink.mk,v 1.1 2002/06/10 10:21:25 sakamoto 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