Ticket #4388: Portfile

File Portfile, 1.2 KB (added by mpal1+bugzilla@…, 19 years ago)

Gnokii-0.6.8 portfile

Line 
1# $Id: $
2PortSystem 1.0
3name                    gnokii
4version                 0.6.8
5categories              comms
6maintainers             mpal1+bugzilla@ieee.org
7description             Tools to manipulate Nokia and other mobile phones.
8long_description        gnokii provides tools and a user space driver for use with mobile phones under Linux, various unices and Win32. With gnokii you can do such things as make data calls, update your address book, change calendar entires, send and receive SMS messages and load ring tones depending on the phone you have.
9
10homepage                http://www.gnokii.org/
11
12master_sites            http://gnokii.org/download/gnokii/ \
13                        http://gnokii.org/download/gnokii/0.6.x/ \
14                        ftp://ftp.gnokii.org/pub/gnokii/ \
15                        ftp://ftp.gnokii.org/pub/gnokii/0.6.x/
16
17checksums               md5 fd1cc8e95e112d7414a8420518b881d6
18
19depends_lib             lib:gtk.1:gtk1 \
20                        path:${prefix}/share/libtool/ltmain.sh:libtool
21
22configure.args          --disable-shared --disable-nls -enable-security
23
24variant nox11 {
25  depends_lib-delete    lib:gtk.1:gtk1
26  configure.args-append --without-x
27}
28
29# the ltmain.sh supplied with gnokii and OSX 10.4 both have problems
30variant darwin {
31  post-extract {
32    file copy           -force ${prefix}/share/libtool/ltmain.sh ${worksrcpath}/config
33  }
34}