1 | # -*- 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 |
---|
2 | # $Id:$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name psiconv |
---|
7 | version 0.9.8 |
---|
8 | |
---|
9 | description A utility for converting Psion files. |
---|
10 | long_description ${description} |
---|
11 | maintainers nomaintainer |
---|
12 | categories databases |
---|
13 | platforms darwin |
---|
14 | license GPL-2 |
---|
15 | |
---|
16 | homepage http://software.frodo.looijaard.name/psiconv/ |
---|
17 | master_sites http://software.frodo.looijaard.name/psiconv/files |
---|
18 | |
---|
19 | checksums rmd160 ae46bd89bb9ce9976caa0fb1d10d7b46ca358241 \ |
---|
20 | sha256 1eee15b29ddcbfd2d15e0a0d26f59e28bac281c870b77418fa369dceed796806 |
---|
21 | |
---|
22 | depends_build port:pkgconfig |
---|
23 | |
---|
24 | configure.args --mandir=${prefix}/share |
---|