1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 120204 2014-05-19 15:26:03Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | fetch.type svn |
---|
7 | svn.url svn://svn.code.sf.net/p/libpgf/code/trunk/libpgf |
---|
8 | svn.revision 127 |
---|
9 | |
---|
10 | name libpgf |
---|
11 | version 6.12.24 |
---|
12 | categories devel |
---|
13 | maintainers rjvbertin@gmail.com |
---|
14 | license GPL-2+ LGPL-2.1+ |
---|
15 | description Progressive Graphics File library |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | post-fetch { |
---|
19 | move ${workpath}/libpgf ${worksrcpath} |
---|
20 | } |
---|
21 | |
---|
22 | pre-configure { |
---|
23 | |
---|
24 | system "cd ${worksrcpath} ; touch NEWS AUTHORS ; glibtoolize --copy --force && \ |
---|
25 | aclocal && \ |
---|
26 | automake --gnu --add-missing --copy && \ |
---|
27 | autoconf" |
---|
28 | } |
---|
29 | |
---|