aboutsummaryrefslogtreecommitdiffstats
path: root/print/pdfcube/Makefile
blob: 9bbe00b8adacd27660bee8086f0459f2b64ef318 (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
# New ports collection makefile for:    pdfcube
# Date created:     Apr. 20, 2007
# Whom:         Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pdfcube
PORTVERSION=    0.0.2
PORTREVISION=   1
CATEGORIES= print
MASTER_SITES=   # http://code.100allora.it/pdfcube/attachment/wiki/WikiStart/${DISTNAME}${EXTRACT_SUFX}

MAINTAINER= lwhsu@FreeBSD.org
COMMENT=    An OpenGL presentation viewer on a spinning cube

LIB_DEPENDS=    glut:${PORTSDIR}/graphics/libglut \
        gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \
        poppler-glib:${PORTSDIR}/graphics/poppler-gtk

GNU_CONFIGURE=  yes

PLIST_FILES=    bin/pdfcube

.include <bsd.port.pre.mk>

do-fetch:
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
    ${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "http://code.100allora.it/pdfcube/attachment/wiki/WikiStart/${DISTNAME}${EXTRACT_SUFX}?format=raw"
.endif

.include <bsd.port.post.mk>