Ticket #29426: Portfile

File Portfile, 1.1 KB (added by stefan.talpalaru@…, 13 years ago)

portfile

Line 
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
4PortSystem              1.0
5
6name                    unac
7version                 1.8.0
8categories              textproc
9platforms               darwin
10maintainers             od-eon.com:stefan.talpalaru
11
12description             library that removes accents from characters
13
14long_description        library that removes accents from characters
15
16homepage                http://www.senga.org/
17master_sites            http://ftp.de.debian.org/debian/pool/main/u/unac/
18distname                ${name}_${version}.orig
19worksrcdir              ${name}-${version}.orig
20patchfiles              configure.patch
21use_autoreconf          yes
22
23checksums               md5     8670c920969a199dec37f15c197602bf \
24                        sha1    3e779bb7f3b505880ac4f43b48ee2f935ef8aa36 \
25                        rmd160  6cc899d4e55fe740ecaf96342a9904555601156b
26
27depends_build           port:perl5 port:libtool port:autoconf port:automake
28depends_lib             port:libiconv
29
30pre-configure {
31    touch ${worksrcpath}/config.rpath
32}
33