mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.1 KiB
Tcl
40 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
name psiconv
|
|
version 0.9.9
|
|
revision 5
|
|
categories databases
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
|
|
description A utility for converting Psion files.
|
|
|
|
long_description {*}${description}
|
|
|
|
homepage http://frodo.looijaard.name/project/psiconv
|
|
master_sites http://frodo.looijaard.name/system/files/software/psiconv/
|
|
|
|
checksums rmd160 8da701123273775db6e6f8fcacfc34e4077b9455 \
|
|
sha256 6d51fe79b502a1e277bea275a574ae2db5b1b9d7daef703a8fa3635ae02a8bb0 \
|
|
size 554882
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append \
|
|
port:ImageMagick
|
|
|
|
post-extract {
|
|
move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
|
|
}
|
|
|
|
use_autoreconf yes
|
|
|
|
configure.args-append \
|
|
--disable-silent-rules
|
|
|
|
livecheck.type regex
|
|
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
|