summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-02-02 14:34:13 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-02-02 14:34:13 +0000
commit683d152723ac14113c2e8206d9e6d3e76c8ea8a7 (patch)
treefa192bdb1402e99ca02aef245810a3aaf95179a1 /print
parentMark as BROKEN on OSVERSION >= 700000 for now: does not work with databases (diff)
- Update to 0.0.3
Notes
Notes: svn path=/head/; revision=227453
Diffstat (limited to 'print')
-rw-r--r--print/pdfcube/Makefile11
-rw-r--r--print/pdfcube/distinfo6
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