Subject: pkg/13637: buildlink.mk for wv
To: None <gnats-bugs@gnats.netbsd.org>
From: None <martti.kuparinen@iki.fi>
List: netbsd-bugs
Date: 08/06/2001 08:12:52
>Number:         13637
>Category:       pkg
>Synopsis:       buildlink.mk for wv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 05 23:09:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        NetBSD 1.5.1
>Organization:
>Environment:
	
System: NetBSD dhcp38 1.5.1 NetBSD 1.5.1 (OMNIBOOK) #5: Wed Jul 4 13:42:00 GMT 2001 root@dhcp38:/usr/src/sys/arch/i386/compile/OMNIBOOK i386


>Description:

Add buildlink.mk for pkgsrc/converters/wv

>How-To-Repeat:
>Fix:

# $NetBSD$
#
# This Makefile fragment is included by packages that use wv.
#
# To use this Makefile fragment, simply:
#
# (1) Optionally define BUILDLINK_DEPENDS.wv to the dependency pattern
#     for the version of wv 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(WV_BUILDLINK_MK)
WV_BUILDLINK_MK=	# defined

.include "../../mk/bsd.buildlink.mk"

BUILDLINK_DEPENDS.wv?=	wv>=0.6.5
DEPENDS+=		${BUILDLINK_DEPENDS.wv}:../../converters/wv

EVAL_PREFIX+=			BUILDLINK_PREFIX.wv=wv
BUILDLINK_PREFIX.wv_DEFAULT=	${LOCALBASE}

BUILDLINK_FILES.wv=	include/wv.h
BUILDLINK_FILES.wv+=	lib/libwv.*

BUILDLINK_TARGETS.wv=	wv-buildlink
BUILDLINK_TARGETS+=	${BUILDLINK_TARGETS.wv}

pre-configure: ${BUILDLINK_TARGETS.wv}
wv-buildlink: _BUILDLINK_USE

.endif	# WV_BUILDLINK_MK
>Release-Note:
>Audit-Trail:
>Unformatted: