Ticket #1591: Portfile.3

File Portfile.3, 988 bytes (added by digdog@…, 20 years ago)

Portfile

Line 
1PortSystem 1.0
2
3name            libtabe
4version         0.2.6
5categories      devel textproc
6maintainers     digdog@opendarwin.org
7description     Chinese lexicons library for input method xcin, etc.
8long_description libtabe, the Taiwan and Big5 Encoding Library, is a \
9        library which provides useful Chinese functions & routines \
10        that deal with many fundemental elements such as \
11        pronunciation (BoPoMoFo), character frequency, word \
12        identification, word frequency.
13homepage        http://xcin.linux.org.tw/libtabe/
14platforms       darwin freebsd
15master_sites    http://nl.lunar-linux.org/lunar/sources/sources/
16checksums       md5 924814d598b1f02ecf596bf598363b1b
17worksrcdir      ${portname}
18depends_lib     lib:libdb-3:db3
19patch           { reinplace "s|allow_undefined_flag='-undefined suppress'|allow_undefined_flag='-flat_namespace -undefined suppress'|g" ${worksrcpath}/configure}       
20configure.args  --with-db-inc=${prefix}/include/db3 \
21                --with-db-lib=${prefix}/lib \
22                --with-db-bin=${prefix}/bin
23destroot.destdir prefix=${destroot}${prefix}
24