summaryrefslogtreecommitdiffstats
path: root/graphics/poppler-glib/Makefile
blob: 69c264e457e4a3d08b316730c1c3f0ebf977f55f (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
# New ports collection makefile for:    poppler-gtk
# Date created:     2006-01-12
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/graphics/poppler-glib/Makefile,v 1.1 2012/06/13 12:29:03 kwm Exp $
#

PORTREVISION=   0
PKGNAMESUFFIX=  -glib

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Glib bindings to poppler

MASTERDIR=  ${.CURDIR}/../../graphics/poppler
SLAVEPORT=  glib
PLIST=  ${.CURDIR}/pkg-plist

pre-build:
    cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
        Makefile ${MAKE_ARGS} libpoppler-cairo.la

.include "${MASTERDIR}/Makefile"