Ticket #734: Portfile

File Portfile, 964 bytes (added by bchesneau@…, 21 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4name            sablotron
5version         0.98
6categories              textproc
7maintainers     bchesneau@mac.com
8description             XSLT, DOM and XPath processor
9long_description        Sablotron is a fast, compact and portable XML toolkit \
10        implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open \
11        project. The goal of this project is to create a \
12        lightweight, reliable and fast XML library processor conforming to the W3C \
13        specification, which is available for public and can be used as a base for \
14        multi-platform XML applications.
15
16platforms               darwin
17distname                Sablot-${version}
18worksrcdir              Sablot-${version}
19master_sites    http://download-2.gingerall.cz/download/sablot
20checksums               Sablot-0.98.tar.gz md5 b7ad9b3e0d70607bf18a20fc3d4e4448
21
22
23depends_lib             lib:libiconv.2:libiconv \
24                                lib:libexpat.0.4:expat
25                               
26configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
27
28variant darwin {
29        depends_lib-append      lib:libdl.1:dlcompat
30}
31