# xcircuit setup_pkg_ '3.4.26 3.4.25 3.4.21 3.4.16 3.4.10 3.4.1 3.3.30 3.3.22 3.3.15 3.3.13 3.3.11 3.3.9 3.3.6 3.3.5 3.3.0 3.2.26' libs: 'xfree86 tcl tk' && set -- --with-tcl="$SPF_CONF"/tcl \ --with-tk="$SPF_CONF"/tk ${1+"$@"} && x_pkg_= && autoconf_pkg_ && pkg_before_configure_() { noop_commands_ automake automake-1.7 && echo "LIBS += -ltcl -ltk" >> Makefile.in && echo "bin_PROGRAMS=" >> Makefile.in && sed_ Makefile.in "s%\(\$(CC) \${CFLAGS} \${DEFS} \$(PATHNAMES) \$(INCLUDES)\)\( xcwrap.c -c -o xcwrap.o\)%\1 \${CPPFLAGS}\2%" } && pkg_make_() { make -k tcl } && pkg_install_() { make install-tcl }