# -*- 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 makefile 1.0 name 64tass version 1.59.3120 categories devel maintainers {patater.com:jaeden @Patater} \ openmaintainer license GPL-2+ LGPL-2+ LGPL-2.1+ MIT description A multi pass optimizing macro assembler for the 65xx series of processors long_description \ 64tass, sometimes also known as tass64, is a multi-pass optimizing macro \ assembler for the 65xx series of processors written in portable C. tass64 \ is syntax compatible with the independent, though similarly named, native \ Commodore 64 assembler TurboAssembler by Omicron. homepage http://tass64.sourceforge.net/ master_sites sourceforge:tass64 checksums rmd160 8234c3a8fe5c2b0befd6ed3e97333fa7d30d9da4 \ sha256 a89a7b79ad234c6ea51a1c9d6c472d0f3827d01b2501b3f30cd0af9541423eef \ size 752572 use_zip yes distname ${name}-${version}-src makefile.prefix_name prefix makefile.override-append PREFIX # Install docs and syntax files not installed by the Makefile post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 -W ${worksrcpath} \ NEWS \ README \ ${docdir} set sharedir ${destroot}${prefix}/share/${name} xinstall -d ${sharedir} file copy ${worksrcpath}/syntax ${sharedir}/syntax } livecheck.regex /${name}-(\[0-9.\]+)-src${extract.suffix}