796ff6b425
Build system changed to cmake. Rename patch-ab; the other pre-existing patches do not appear to be needed any further. No recent upstream news or changelog appears to exist. The project home page doesn't admit the existence of versions newer than 2.0.0, but there are several, corresponding to the recent versions of FlightGear.
18 lines
523 B
Makefile
18 lines
523 B
Makefile
# $NetBSD: buildlink3.mk,v 1.10 2012/09/30 01:50:15 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= simgear
|
|
|
|
.if !defined(SIMGEAR_BUILDLINK3_MK)
|
|
SIMGEAR_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.simgear+= simgear>=2.0.0nb6
|
|
BUILDLINK_ABI_DEPENDS.simgear+= simgear>=2.0.0nb6
|
|
BUILDLINK_PKGSRCDIR.simgear?= ../../games/simgear
|
|
BUILDLINK_DEPMETHOD.simgear?= build
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../games/plib/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.endif # SIMGEAR_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -simgear
|