diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-03 22:16:35 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-03 22:16:35 +0000 |
commit | c3764cf6faab0f090a9d8ba8c2a1e3e21083472e (patch) | |
tree | 98756aba7c89ea3f9881e5373c740e2f427d1773 /devel/SpecTcl/Makefile | |
parent | d845cf3bbcb3155288c17b16f8553d77c09bf070 (diff) | |
download | FreeBSD-ports-c3764cf6faab0f090a9d8ba8c2a1e3e21083472e.zip FreeBSD-ports-c3764cf6faab0f090a9d8ba8c2a1e3e21083472e.tar.gz |
new port SpecTcl 1.1
free drag-and-drop GUI builder for Tk and Java from Sun
Tcl and Java Support: SpecTcl generates both Tcl and Java code.
Platform Independent: SpecTcl runs on all major platforms...
Constraint Based Alignment and resizing of widgets (buttons,
Geometry Manager: check boxes, etc.) is automatic. This makes
creating dynamic UIs and cross platform UIs a snap!
More infos and docu: http://sunscript.sun.com/products/spectcl.html
Cool stuff ! ;-)
Diffstat (limited to 'devel/SpecTcl/Makefile')
-rw-r--r-- | devel/SpecTcl/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/SpecTcl/Makefile b/devel/SpecTcl/Makefile new file mode 100644 index 0000000..6fafb5c --- /dev/null +++ b/devel/SpecTcl/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: SpecTcl1.1 +# Version required: 1.1 +# Date created: Fri Oct 3 18:50:53 CEST 1997 +# Whom: Andreas Klemm <andreas@klemm.gtn.com> +# +# $Id$ +# + +DISTNAME= SpecTcl1.1 +PKGNAME= SpecTcl-1.1 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/SpecTcl/ + +MAINTAINER= andreas@FreeBSD.ORG + +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/bin/specJava ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/specTcl ${PREFIX}/bin + ${MKDIR} -p ${PREFIX}/SpecTcl + ${INSTALL_DATA} ${WRKSRC}/changes ${PREFIX}/SpecTcl + ${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/SpecTcl + ${MKDIR} -p ${PREFIX}/SpecTcl/lib + ${CP} -r ${WRKSRC}/SpecTcl/* ${PREFIX}/SpecTcl/lib + ${MKDIR} -p ${PREFIX}/SpecTcl/demo + ${CP} -r ${WRKSRC}/demo/* ${PREFIX}/SpecTcl/demo + ${MKDIR} -p ${PREFIX}/SpecTcl/examples + ${CP} -r ${WRKSRC}/examples/* ${PREFIX}/SpecTcl/examples + +.include <bsd.port.mk> |