aboutsummaryrefslogtreecommitdiff
path: root/cad/fidocadj/files/fidocadj.sh.in
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2012-05-05 16:51:14 +0000
committerNicola Vitale <nivit@FreeBSD.org>2012-05-05 16:51:14 +0000
commit57c32dd687a6cde808b648bcda1a2b2023ab355c (patch)
treebcb2ed9a9bcfe291ffe68c3c5eebb0391aaf5271 /cad/fidocadj/files/fidocadj.sh.in
parentd5944a32e9015fe219cd5024e4ca1c34594e9c9f (diff)
downloadports-57c32dd687a6cde808b648bcda1a2b2023ab355c.tar.gz
ports-57c32dd687a6cde808b648bcda1a2b2023ab355c.zip
FidoCadJ is an easy to use graphical editor, with a library of electrical
symbols and footprints (traditional and SMD). It aims to be an agile and effective small EDA tool for hobbyists. FidoCadJ stores its drawings in a compact text format, practical for the copy and paste in newsgroups and forums: this has determined its success on the Usenet and in numerous communities. WWW: http://davbucci.chez-alice.fr/index.php?argument=elettronica/fidocadj/fidocadj.inc
Notes
Notes: svn path=/head/; revision=296050
Diffstat (limited to 'cad/fidocadj/files/fidocadj.sh.in')
-rw-r--r--cad/fidocadj/files/fidocadj.sh.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/cad/fidocadj/files/fidocadj.sh.in b/cad/fidocadj/files/fidocadj.sh.in
new file mode 100644
index 000000000000..71c4e3ec855f
--- /dev/null
+++ b/cad/fidocadj/files/fidocadj.sh.in
@@ -0,0 +1,5 @@
+#!/bin/sh
+#
+# $FreeBSD$
+
+JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/fidocadj.jar" "$@"