summaryrefslogtreecommitdiff
path: root/comms/tilp2/options.mk
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-05-26 23:00:20 +0000
committerrodent <rodent@pkgsrc.org>2013-05-26 23:00:20 +0000
commitc0d41d2029882fd4d7e86b70fa49f18c47210def (patch)
tree8e1415ddb75f14cdcf2627395e11206796dcb7e3 /comms/tilp2/options.mk
parentd0f2170f96e206defdf1d02b4a66c277b60d607f (diff)
downloadpkgsrc-c0d41d2029882fd4d7e86b70fa49f18c47210def.tar.gz
Import tilp2-1.16 as comms/tilp2.
"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...
Diffstat (limited to 'comms/tilp2/options.mk')
-rw-r--r--comms/tilp2/options.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/tilp2/options.mk b/comms/tilp2/options.mk
new file mode 100644
index 00000000000..82b9fdcc330
--- /dev/null
+++ b/comms/tilp2/options.mk
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2013/05/26 23:00:21 rodent Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.tilp2
+PKG_SUPPORTED_OPTIONS= nls
+PKG_SUGGESTED_OPTIONS+= nls
+PLIST_VARS+= nls
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mnls)
+.include "../../devel/gettext-lib/buildlink3.mk"
+PLIST.nls= yes
+.else
+CONFIGURE_ARGS+= --disable-nls
+.endif