Add missing buildlink3 files
This commit is contained in:
parent
d96ac3b110
commit
ba15e0062c
2 changed files with 49 additions and 0 deletions
24
devel/giblib/buildlink3.mk
Normal file
24
devel/giblib/buildlink3.mk
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 06:02:52 xtraeme Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use giblib.
|
||||
#
|
||||
# This file was created automatically using createbuildlink-3.1.
|
||||
#
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
GIBLIB_BUILDLINK3_MK:= ${GIBLIB_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= giblib
|
||||
.endif
|
||||
|
||||
.if !empty(GIBLIB_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_PACKAGES+= giblib
|
||||
BUILDLINK_DEPENDS.giblib+= giblib>=1.2.3nb3
|
||||
BUILDLINK_PKGSRCDIR.giblib?= ../../devel/giblib
|
||||
|
||||
.include "../../graphics/imlib2/buildlink3.mk"
|
||||
|
||||
.endif # GIBLIB_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
25
devel/libast/buildlink3.mk
Normal file
25
devel/libast/buildlink3.mk
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 06:02:52 xtraeme Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use libast.
|
||||
#
|
||||
# This file was created automatically using createbuildlink-3.1.
|
||||
#
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBAST_BUILDLINK3_MK:= ${LIBAST_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= libast
|
||||
.endif
|
||||
|
||||
.if !empty(LIBAST_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_PACKAGES+= libast
|
||||
BUILDLINK_DEPENDS.libast+= libast>=0.5nb5
|
||||
BUILDLINK_PKGSRCDIR.libast?= ../../devel/libast
|
||||
|
||||
.include "../../devel/pcre/buildlink3.mk"
|
||||
.include "../../graphics/imlib2/buildlink3.mk"
|
||||
|
||||
.endif # LIBAST_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue