Add buildlink3.mk
This commit is contained in:
parent
a72ff056c7
commit
8f59f2756a
1 changed files with 19 additions and 0 deletions
19
libclucene/buildlink3.mk
Normal file
19
libclucene/buildlink3.mk
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2007/12/12 02:26:42 mwdavies Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBCLUCENE_BUILDLINK3_MK:= ${LIBCLUCENE_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= libclucene
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibclucene}
|
||||
BUILDLINK_PACKAGES+= libclucene
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libclucene
|
||||
|
||||
.if ${LIBCLUCENE_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.libclucene+= libclucene>=0.9.20
|
||||
BUILDLINK_PKGSRCDIR.libclucene?= ../../wip/libclucene
|
||||
.endif # LIBCLUCENE_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue