summaryrefslogtreecommitdiffstats
path: root/graphics/poppler-glib/Makefile
blob: 8d945f7498048e51efeffaf31a3b009d0f89210c (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: ports/graphics/poppler-glib/Makefile,v 1.3 2012/06/01 05:20:37 dinoex Exp $
#   $MCom$
#

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"