Ticket #15448: Portfile

File Portfile, 953 bytes (added by dbevans (David B. Evans), 16 years ago)

Revised initial Portfile

Line 
1# $Id$
2
3PortSystem              1.0
4
5name                    libwpg
6version                 0.1.2
7categories              graphics
8maintainers             gmail.com:dbevans openmaintainer
9platforms               darwin
10homepage                http://libwpg.sourceforge.net/
11master_sites            sourceforge
12
13description \
14    C++ library for reading and parsing graphics in WPG (Word Perfect Graphics) format.
15
16long_description \
17    Libwpg is a C++ library for reading and parsing graphics in WPG (Word Perfect Graphics) \
18    format. WPG is the format used among others in Corel software such as WordPerfect(tm) \
19    and Presentations(tm). Distributed under the LGPL license, libwpg can be used in free \
20    and commercial software.
21
22checksums \
23    md5 317cee27f380c394c6e4eec02d45cab8 \
24    sha1 06f4da8fcddaa1987c761f617c41724734e839fa \
25    rmd160 9bb39a4b3081277209326c0f553d398c51b4f3bf
26
27depends_lib \
28    port:pkgconfig \
29    port:libwpd
30