6cfda1b6ed
Guile-Cairo is complete, wrapping almost all of the Cairo API. It is API stable, providing a firm base on which to do graphics work. Finally, and importantly, it is pleasant to use. You get a powerful and well-maintained graphics library with all of the benefits of Scheme: memory management, exceptions, macros, and a dynamic programming environment.
18 lines
627 B
Makefile
18 lines
627 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/08/10 21:21:01 gdt Exp $
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GUILE_CAIRO_BUILDLINK3_MK:= ${GUILE_CAIRO_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= guile-cairo
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nguile-cairo}
|
|
BUILDLINK_PACKAGES+= guile-cairo
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}guile-cairo
|
|
|
|
.if ${GUILE_CAIRO_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.guile-cairo+= guile-cairo>=1.4.0
|
|
BUILDLINK_PKGSRCDIR.guile-cairo?= ../../graphics/guile-cairo
|
|
.endif # GUILE_CAIRO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|