# -*- 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.58.2974 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 699dcc028daf14c9d45b1b9bd14b9572e59980d7 \ sha256 3f3e2b1867664cb3b64d315fea11938f1666d79d11ea705a6937310257ef0a67 \ size 727857 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}