summaryrefslogtreecommitdiffstats
path: root/graphics/evince/Makefile
blob: b1ca1c5b19f41ced35b841e5183c8bf56d26a5b4 (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
# New ports collection makefile for:    evince
# Date created:             09 January 2005
# Whom:                 Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   evince
PORTVERSION=    0.1.4
CATEGORIES= graphics print gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME 2 multi-format document viewer

USE_BZIP2=  yes
USE_LIBTOOL_VER=15
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GHOSTSCRIPT=yes
USE_GNOME=  gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=  evince.schemas

.include <bsd.port.mk>