b4606896d5
supported devices. There is also work in progress on an interface though a socket, allowing an external program to send commands to gpsim.
21 lines
587 B
Makefile
21 lines
587 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2005/09/07 20:17:46 bouyer Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GPSIM_BUILDLINK3_MK:= ${GPSIM_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gpsim
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngpsim}
|
|
BUILDLINK_PACKAGES+= gpsim
|
|
|
|
.if !empty(GPSIM_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.gpsim+= gpsim>=20050905
|
|
BUILDLINK_RECOMMENDED.gpsim+= gpsim>=20050905
|
|
BUILDLINK_PKGSRCDIR.gpsim?= ../../emulators/gpsim-devel
|
|
.endif # GPSIM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|