Ticket #3163: Portfile

File Portfile, 751 bytes (added by alexandernx@…, 19 years ago)

Portfile

Line 
1# $Id: $
2PortSystem                      1.0
3name                            stardict
4version                         2.4.4
5categories                      textproc
6maintainers                     aleaxandernx@gmail.com
7description                     A full featured gtk2 dictionary
8long_description                Very nice gnome dictionary. \
9                                Can handle both local and web dictionaries. \
10                                Though it needs a handful of gnome libraries for installation.
11homepage                        http://stardict.sf.net
12master_sites                    sourceforge
13master_sites.mirror_subdir      stardict
14extract.suffix                  .tar.bz2
15extract.cmd                     bunzip2
16checksums                       md5 e1c2df19fc854f81bdec4b3409eb95e1
17depends_lib                     lib:libgnome.2:libgnome
18configure.env                   LDFLAGS="-L${prefix}/lib" \
19                                CPPFLAGS="-I${prefix}/include"
20destroot.target                 install
21