# -*- 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 # $Id: Portfile 78970 2011-05-28 06:14:35Z ryandesign@macports.org $ PortSystem 1.0 name jflex version 1.4.3 categories devel platforms darwin license GPL maintainers gmail.com:marc.schlaich supported_archs noarch description JFlex - The Fast Scanner Generator for Java long_description JFlex is a lexical analyzer generator (also known as \ scanner generator) for Java(tm), written in Java(tm). homepage http://jflex.de/ master_sites sourceforge checksums sha1 282cf480497ff2219326a2805a68e88a24221b09 \ rmd160 96b9b18770ba808cd43ed2fda96f69234b82dbcf use_configure no build {} destroot { file copy ${worksrcpath}/bin/jflex \ ${destroot}${prefix}/bin/jflex file copy ${worksrcpath}/lib/JFlex.jar \ ${destroot}${prefix}/lib/JFlex.jar }