buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
19 lines
475 B
Makefile
19 lines
475 B
Makefile
# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 18:38:37 jlam Exp $
|
|
|
|
.if !defined(LWP_BUILDLINK2_MK)
|
|
LWP_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= lwp
|
|
BUILDLINK_DEPENDS.lwp?= lwp>=1.6
|
|
BUILDLINK_PKGSRCDIR.lwp?= ../../devel/lwp
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.lwp=lwp
|
|
BUILDLINK_PREFIX.lwp_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.lwp= include/lwp/*
|
|
BUILDLINK_FILES.lwp+= lib/liblwp.*
|
|
|
|
BUILDLINK_TARGETS+= lwp-buildlink
|
|
|
|
lwp-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # LWP_BUILDLINK2_MK
|