[99362] trunk/dports/graphics/jbig2enc
ryandesign at macports.org
ryandesign at macports.org
Sat Nov 3 00:46:45 PDT 2012
Revision: 99362
http://trac.macports.org//changeset/99362
Author: ryandesign at macports.org
Date: 2012-11-03 00:46:45 -0700 (Sat, 03 Nov 2012)
Log Message:
-----------
jbig2enc: update to 0.28, now with autoconf goodness and shared library
Modified Paths:
--------------
trunk/dports/graphics/jbig2enc/Portfile
Removed Paths:
-------------
trunk/dports/graphics/jbig2enc/files/
Modified: trunk/dports/graphics/jbig2enc/Portfile
===================================================================
--- trunk/dports/graphics/jbig2enc/Portfile 2012-11-03 07:34:57 UTC (rev 99361)
+++ trunk/dports/graphics/jbig2enc/Portfile 2012-11-03 07:46:45 UTC (rev 99362)
@@ -4,8 +4,9 @@
PortSystem 1.0
PortGroup github 1.0
-github.setup agl jbig2enc 20110822
-set bin jbig2
+epoch 1
+github.setup agl jbig2enc 0.28
+github.version ${version}-dist
categories graphics
platforms darwin
license GPL-2
@@ -21,25 +22,11 @@
* Perform refinement coding and, \
* Compress multipage documents
-fetch.type git
-git.branch e8be922fb5
+checksums rmd160 dcc754653464f104564cf54da7f917a4e98d06ad \
+ sha256 81ee5d6fad820080ab07c57c73cc1665a6997d182f8bbb0aec27cd0f2ee6d54f
depends_lib port:leptonica
-patchfiles patch-Makefile.diff
+configure.args --docdir=${prefix}/share/doc/${name}
-use_configure no
-configure.cppflags-append -I${prefix}/include/leptonica
-
-build.target ${bin}
-build.args CC=${configure.cxx} \
- CFLAGS="${configure.cppflags} ${configure.cflags} [get_canonical_archflags cc]" \
- LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
-
-destroot {
- xinstall -m 755 ${worksrcpath}/${bin} ${destroot}${prefix}/bin
- xinstall -m 644 ${worksrcpath}/${name}.h ${destroot}${prefix}/include
- xinstall -m 644 ${worksrcpath}/lib${name}.a ${destroot}${prefix}/lib
- xinstall -d -m 755 ${destroot}${prefix}/share/${name}
- xinstall -m 644 ${worksrcpath}/pdf.py ${destroot}${prefix}/share/${name}
-}
+configure.universal_args-delete --disable-dependency-tracking
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121103/9032364d/attachment.html>
More information about the macports-changes
mailing list