15 lines
388 B
Makefile
15 lines
388 B
Makefile
# $NetBSD: buildlink3.mk,v 1.26 2018/03/12 11:15:39 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= attica
|
|
|
|
.if !defined(ATTICA_BUILDLINK3_MK)
|
|
ATTICA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.attica+= attica>=0.1.2
|
|
BUILDLINK_ABI_DEPENDS.attica+= attica>=0.4.2nb4
|
|
BUILDLINK_PKGSRCDIR.attica?= ../../misc/attica
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.endif # ATTICA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -attica
|