diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-07 23:14:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-07 23:14:30 +0800 |
commit | 77c108d771fb5f106fc51a1b179b75aaddd1329e (patch) | |
tree | feb01d8c8c99efb652f8f26edabf419446ca51b7 /print/pdfcube/Makefile | |
parent | 90ac1ba1901df3dda37d47369cfc4ae7b592c564 (diff) | |
download | marcuscom-ports-77c108d771fb5f106fc51a1b179b75aaddd1329e.tar marcuscom-ports-77c108d771fb5f106fc51a1b179b75aaddd1329e.tar.gz marcuscom-ports-77c108d771fb5f106fc51a1b179b75aaddd1329e.tar.bz2 marcuscom-ports-77c108d771fb5f106fc51a1b179b75aaddd1329e.tar.lz marcuscom-ports-77c108d771fb5f106fc51a1b179b75aaddd1329e.tar.xz marcuscom-ports-77c108d771fb5f106fc51a1b179b75aaddd1329e.tar.zst marcuscom-ports-77c108d771fb5f106fc51a1b179b75aaddd1329e.zip |
Chase poppler and poppler-glib shlib dump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14305 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/pdfcube/Makefile')
-rw-r--r-- | print/pdfcube/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile new file mode 100644 index 000000000..02cc80b07 --- /dev/null +++ b/print/pdfcube/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: pdfcube +# Date created: Apr. 20, 2007 +# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org> +# +# $FreeBSD: ports/print/pdfcube/Makefile,v 1.12 2010/03/28 06:42:45 dinoex Exp $ +# + +PORTNAME= pdfcube +PORTVERSION= 0.0.3 +PORTREVISION= 4 +CATEGORIES= print +MASTER_SITES= http://code.100allora.it/releases/pdfcube/ + +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 \ + boost_program_options:${PORTSDIR}/devel/boost-libs + +USE_GL= glut +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include + +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> |