aboutsummaryrefslogtreecommitdiffstats
path: root/print/pdfcube/Makefile
blob: 4bfbd69a976e603e94ac91fae0e642a53b54e188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    pdfcube
# Date created:     Apr. 20, 2007
# Whom:         Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pdfcube
PORTVERSION=    0.0.3
PORTREVISION=   5
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-glib \
        boost_program_options:${PORTSDIR}/devel/boost-libs

BROKEN=     Doesn't build with poppler 0.18

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>