libpgf Portfile
René J.V. Bertin
rjvbertin at gmail.com
Tue Dec 23 16:39:23 PST 2014
Hello,
Attached is a draft for a port:libpgf portfile, basically following Gilles Gaulier's instructions at https://projects.kde.org/projects/extragear/graphics/digikam/digikam-software-compilation/repository/revisions/master/entry/README.MACOSX#L62
.
It's a prerequisite for digikam versions beyond 4.4.0 .
Constructive critiques welcome to get this to submission quality.
R.
-------------- next part --------------
# -*- 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
# $Id: Portfile 120204 2014-05-19 15:26:03Z nicos at macports.org $
PortSystem 1.0
fetch.type svn
svn.url svn://svn.code.sf.net/p/libpgf/code/trunk/libpgf
svn.revision 127
name libpgf
version 6.12.24
categories devel
maintainers rjvbertin at gmail.com
license GPL-2+ LGPL-2.1+
description Progressive Graphics File library
platforms darwin
post-fetch {
move ${workpath}/libpgf ${worksrcpath}
}
pre-configure {
system "cd ${worksrcpath} ; touch NEWS AUTHORS ; glibtoolize --copy --force && \
aclocal && \
automake --gnu --add-missing --copy && \
autoconf"
}
More information about the macports-dev
mailing list