Ticket #17125: Portfile

File Portfile, 808 bytes (added by jjstickel@…, 16 years ago)

ports/graphics/libemf/Portfile

Line 
1# JJS 11/7/08
2
3PortSystem      1.0
4name            libemf
5version         1.0.3
6platforms       darwin
7categories      graphics
8maintainers     vcn.com:jjstickel
9description     Enhanced Metafile Library
10
11long_description \
12 libEMF is a C/C++ library which provides a drawing toolkit based on \
13 ECMA-234. The general purpose of this library is to create vector \
14 graphics files on POSIX systems which can be imported into \
15 StarOffice/OpenOffice (and Microsoft Office).  Note: this project is \
16 no longer actively maintained.  The latest version can be found \
17 from the pstoedit sourceforge site.
18
19homepage        http://libemf.sourceforge.net/
20checksums       md5 a4e91fd8077ce5f540f569e20e8ef7ff
21master_sites    http://downloads.sourceforge.net/pstoedit
22distname        libEMF-${version}
23
24#depends_lib    nothing special as far as I can tell...
25#depends_build  dito
26
27
28