3700eb8e38
"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...
14 lines
369 B
Makefile
14 lines
369 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/05/26 22:59:06 rodent Exp $
|
|
|
|
BUILDLINK_TREE+= libticonv
|
|
|
|
.if !defined(LIBTICONV_BUILDLINK3_MK)
|
|
LIBTICONV_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libticonv+= libticonv>=1.1.3
|
|
BUILDLINK_PKGSRCDIR.libticonv?= ../../comms/libticonv
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # LIBTICONV_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libticonv
|