# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 name ucblogo github.setup jrincayc ${name}-code 6.2.2 version_ revision 1 github.tarball_from releases distname ${name}-${version} # Add dist_subdir temporarily because this project moved # to github and the checksums for the release on github # are different, but the version is the same. This should # be removed when the next release comes out. See: # https://trac.macports.org/wiki/PortfileRecipes#stealth-updates dist_subdir ${name}/${version}_1 checksums rmd160 8443da1b3755202545bdc9032d40ec5b70cbe624 \ sha256 04a465bc0a08cfc41cc2ee9da81a3b299fe25ca70e5138052762fd576a7d24e9 \ size 1653905 categories lang maintainers nomaintainer description Berkeley Logo long_description Berkeley Logo is a free Logo interpreter. homepage https://people.eecs.berkeley.edu/~bh/logo.html license GPL-3 depends_lib port:ncurses configure.args --cache-file=/dev/null --without-x --disable-docs