add bl3 file. this pkg installs a library
This commit is contained in:
parent
c37f9599c7
commit
12700ebd1f
1 changed files with 20 additions and 0 deletions
20
devel/flex/buildlink3.mk
Normal file
20
devel/flex/buildlink3.mk
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2004/04/27 21:00:14 dmcmahill Exp $
|
||||
#
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
FLEX_BUILDLINK3_MK:= ${FLEX_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= flex
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nflex}
|
||||
BUILDLINK_PACKAGES+= flex
|
||||
|
||||
.if !empty(FLEX_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.flex+= flex>=2.5.4a
|
||||
BUILDLINK_PKGSRCDIR.flex?= ../../devel/flex
|
||||
BUILDLINK_DEPMETHOD.flex?= build
|
||||
.endif # FLEX_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue