summaryrefslogtreecommitdiff
path: root/devel/libstroke/buildlink2.mk
blob: 64961f62e317012323032fa5c8f7d621e1e988af (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
26
# $NetBSD: buildlink2.mk,v 1.2 2004/03/08 19:52:51 minskim Exp $
#
# This Makefile fragment is included by packages that use libstroke.
#
# This file was created automatically using createbuildlink 2.2.
#

.if !defined(LIBSTROKE_BUILDLINK2_MK)
LIBSTROKE_BUILDLINK2_MK=	# defined

BUILDLINK_PACKAGES+=			libstroke
BUILDLINK_DEPENDS.libstroke?=		libstroke>=0.3nb1
BUILDLINK_PKGSRCDIR.libstroke?=		../../devel/libstroke

EVAL_PREFIX+=	BUILDLINK_PREFIX.libstroke=libstroke
BUILDLINK_PREFIX.libstroke_DEFAULT=	${LOCALBASE}
BUILDLINK_FILES.libstroke+=	lib/libstroke.*
BUILDLINK_FILES.libstroke+=	lib/libstroke_tcl.*

.include "../../lang/tcl83/buildlink2.mk"

BUILDLINK_TARGETS+=	libstroke-buildlink

libstroke-buildlink: _BUILDLINK_USE

.endif	# LIBSTROKE_BUILDLINK2_MK