blob: 8a25ba7c0a08456dec354f1b026e8d56e4a24a83 (
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.20 2017/09/18 09:53:01 maya 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.0nb11
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
|