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