summaryrefslogtreecommitdiffstats
path: root/graphics/popplerkit/Makefile
blob: 58bcf98ded6158002a664fffcd2eb64a75a9abb9 (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
# New ports collection makefile for:    popplerkit
# Date created:         21 Jan 2006
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD: ports/graphics/popplerkit/Makefile,v 1.14 2010/06/04 13:49:09 dinoex Exp $
#

PORTNAME=   popplerkit
PORTVERSION=    1.0.1
PORTREVISION=   1
CATEGORIES= graphics gnustep
MASTER_SITES=   http://download.gna.org/etoile/
DISTNAME=   etoile-0.4.1

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Framework that supports rendering of PDF content

LIB_DEPENDS=    poppler:${PORTSDIR}/graphics/poppler

LICENSE=    GPLv2

USE_BZIP2=  yes
USE_GNUSTEP=    yes
USE_GNUSTEP_BACK=   yes
USE_GNUSTEP_BUILD=  yes
USE_GNUSTEP_INSTALL=    yes
USE_GNUSTEP_LDCONFIG=   ${GNUSTEP_LOCAL_LIBRARIES}
USE_GNOME=  gnomeprefix gnomehack gtk20

WRKSRC= ${WRKDIR}/Etoile-0.4.1
USE_GNUSTEP_MAKE_DIRS+= Frameworks/PopplerKit

.include <bsd.port.mk>