blob: cc4a5def92c8fca71654e17e6a968e0f8528c409 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: buildlink3.mk,v 1.15 2014/10/07 16:47:12 adam Exp $
BUILDLINK_TREE+= Pantomime
.if !defined(PANTOMIME_BUILDLINK3_MK)
PANTOMIME_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.Pantomime+= Pantomime>1.1.9
BUILDLINK_ABI_DEPENDS.Pantomime+= Pantomime>=1.2.0nb5
BUILDLINK_PKGSRCDIR.Pantomime?= ../../mail/Pantomime
.include "../../devel/gnustep-make/gnustep.mk"
BUILDLINK_INCDIRS.Pantomime+= lib/GNUstep/Frameworks/Pantomime.framework/Headers
BUILDLINK_FILES.Pantomime+= include/Pantomime/*.h
.include "../../devel/gnustep-base/buildlink3.mk"
.endif # PANTOMIME_BUILDLINK3_MK
BUILDLINK_TREE+= -Pantomime
|