2018-02-10 14:53:46 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.3 2018/02/10 13:53:46 khorben Exp $
|
Import libticables2-1.3.3 as comms/libticables2.
"Tilp is a Linking Program" - The TiLP project aims to develop a multi-platform
linking program for use with all TI graphing calculators (TI73 ... V200PLT).
Supported link cables are: GrayLink, BlackLink, SilverLink, DirectLink Parallel
Link, VTi (virtual) and TiEmu (virtual).
Supported hand-helds are: TI73, TI82, TI83, TI83+, TI84+, TI85, TI86, TI89,
Titanium, TI92, TI92+, V200, NSpire, NSpire-CAS.
Capabilities: silent link, screendump, directory listing, send/recv of vars,
send/Recv of backups, send/recv of FLASH apps, send of OS, ROM dumping, ID LIST,
clock, create folder, delete var/app...
2013-05-27 00:57:53 +02:00
|
|
|
|
|
|
|
BUILDLINK_TREE+= libticables2
|
|
|
|
|
|
|
|
.if !defined(LIBTICABLES2_BUILDLINK3_MK)
|
|
|
|
LIBTICABLES2_BUILDLINK3_MK:=
|
|
|
|
|
|
|
|
BUILDLINK_API_DEPENDS.libticables2+= libticables2>=1.3.3
|
|
|
|
BUILDLINK_PKGSRCDIR.libticables2?= ../../comms/libticables2
|
|
|
|
|
|
|
|
pkgbase := libticables2
|
|
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
|
|
|
|
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.libticables2:Mlibusb)
|
2018-01-07 14:03:53 +01:00
|
|
|
. if empty(PKG_BUILD_OPTIONS.libticables2:Mlibusb1)
|
2018-02-10 14:53:46 +01:00
|
|
|
.include "../../mk/libusb.buildlink3.mk"
|
2018-01-07 14:03:53 +01:00
|
|
|
. endif
|
Import libticables2-1.3.3 as comms/libticables2.
"Tilp is a Linking Program" - The TiLP project aims to develop a multi-platform
linking program for use with all TI graphing calculators (TI73 ... V200PLT).
Supported link cables are: GrayLink, BlackLink, SilverLink, DirectLink Parallel
Link, VTi (virtual) and TiEmu (virtual).
Supported hand-helds are: TI73, TI82, TI83, TI83+, TI84+, TI85, TI86, TI89,
Titanium, TI92, TI92+, V200, NSpire, NSpire-CAS.
Capabilities: silent link, screendump, directory listing, send/recv of vars,
send/Recv of backups, send/recv of FLASH apps, send of OS, ROM dumping, ID LIST,
clock, create folder, delete var/app...
2013-05-27 00:57:53 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.libticables2:Mlibusb1)
|
|
|
|
.include "../../devel/libusb1/buildlink3.mk"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
.endif # LIBTICABLES2_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= -libticables2
|