PortSystem      1.0

name            disvf
version         0
categories      tex print japanese
license         none
maintainers     nomaintainer
description     A perl script to convert Japanese Virtual Font files to Virtual Property Lists.
long_description \
                {*}${description}
platforms       any
supported_archs noarch
homepage        http://itohws03.ee.noda.sut.ac.jp/~matsuda/ttf2pk/
master_sites    http://itohws03.ee.noda.sut.ac.jp/~matsuda/ttf2pk/
distfiles       disvf.pl
patchfiles      patch-disvf.pl.diff
checksums       md5 0f0dcf00e79977962fc3e618e7bcdae4 \
                sha1 a19234f53224b77212a9fa2f8d2b93e7d2540a99 \
                rmd160 8d935e1d90c2df4fd58d6a97df362120718e6da9

depends_run     bin:perl:perl5

extract.mkdir   yes
extract {
    copy ${distpath}/disvf.pl ${worksrcpath}/disvf.pl
}

use_configure   no

build {}

destroot {
    xinstall -m 755 ${worksrcpath}/disvf.pl ${destroot}${prefix}/bin/disvf.pl
}

livecheck.type  none
