summaryrefslogtreecommitdiff
path: root/devel/libntlm/buildlink2.mk
blob: 7344b75d7ecf3ba7102244272a7ef0f42853d895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 19:18:16 xtraeme Exp $
#
# This Makefile fragment is included by packages that use libntlm.
#
# This file was created automatically using createbuildlink 2.8.
#

.if !defined(LIBNTLM_BUILDLINK2_MK)
LIBNTLM_BUILDLINK2_MK=	# defined

BUILDLINK_PACKAGES+=			libntlm
BUILDLINK_DEPENDS.libntlm?=		libntlm>=0.3.2
BUILDLINK_PKGSRCDIR.libntlm?=		../../devel/libntlm

EVAL_PREFIX+=	BUILDLINK_PREFIX.libntlm=libntlm
BUILDLINK_PREFIX.libntlm_DEFAULT=	${LOCALBASE}
BUILDLINK_FILES.libntlm+=	include/ntlm.h
BUILDLINK_FILES.libntlm+=	lib/libntlm.*


BUILDLINK_TARGETS+=	libntlm-buildlink

libntlm-buildlink: _BUILDLINK_USE

.endif	# LIBNTLM_BUILDLINK2_MK