diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-02 14:34:13 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-02 14:34:13 +0000 |
commit | 683d152723ac14113c2e8206d9e6d3e76c8ea8a7 (patch) | |
tree | fa192bdb1402e99ca02aef245810a3aaf95179a1 | |
parent | 77b44bad4edbb14b9dfb1795f6c891d80565b428 (diff) | |
download | ports-683d152723ac14113c2e8206d9e6d3e76c8ea8a7.tar.gz ports-683d152723ac14113c2e8206d9e6d3e76c8ea8a7.zip |
Notes
-rw-r--r-- | print/pdfcube/Makefile | 11 | ||||
-rw-r--r-- | print/pdfcube/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index e027484129c6..91e6542f9a46 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pdfcube -PORTVERSION= 0.0.2 -PORTREVISION= 4 +PORTVERSION= 0.0.3 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ @@ -15,11 +14,17 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= An OpenGL presentation viewer on a spinning cube LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \ - poppler-glib:${PORTSDIR}/graphics/poppler-gtk + poppler-glib:${PORTSDIR}/graphics/poppler-gtk \ + boost_program_options:${PORTSDIR}/devel/boost USE_GL= glut GNU_CONFIGURE= yes PLIST_FILES= bin/pdfcube +post-patch: + ${REINPLACE_CMD} -e \ + 's|BOOSTLIBDIR/libboost_program_options\*\.{so,a}\*|BOOSTLIBDIR/libboost_program_options.so|' \ + ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/print/pdfcube/distinfo b/print/pdfcube/distinfo index 5c5cca8a1b22..994bf91a6d28 100644 --- a/print/pdfcube/distinfo +++ b/print/pdfcube/distinfo @@ -1,3 +1,3 @@ -MD5 (pdfcube-0.0.2.tar.gz) = 391fc1f65bbe1fcf5905d87d70749ba1 -SHA256 (pdfcube-0.0.2.tar.gz) = 1a1f951ec56abb15e59a4ef1f29c7d5dd4f95f4b59aa59f0a76e304e3f3140b0 -SIZE (pdfcube-0.0.2.tar.gz) = 318649 +MD5 (pdfcube-0.0.3.tar.gz) = 8d6544b8892893f26334334d66899c9d +SHA256 (pdfcube-0.0.3.tar.gz) = 3dc8f35c9587b13afca72163daf7076fb575dfd01dbaad116874cd95e7be4878 +SIZE (pdfcube-0.0.3.tar.gz) = 320515 |