aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/librsvg2/Makefile
blob: cb6ea89bf63d051f7ff9c883916854549b62fe7f (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# New ports collection makefile for:    librsvg2
# Date created:                 8th May 2001
# Whom:                         Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/graphics/librsvg2/Makefile,v 1.73 2005/10/11 22:27:04 marcus Exp $
#

PORTNAME=   librsvg2
PORTVERSION=    2.12.7
PORTREVISION=   3
CATEGORIES= graphics gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.12
DISTNAME=   librsvg-${PORTVERSION}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Library for parsing and rendering SVG vector-graphic files

BUILD_DEPENDS=  freetype-config:${PORTSDIR}/print/freetype2
LIB_DEPENDS=    freetype.9:${PORTSDIR}/print/freetype2 \
        popt.0:${PORTSDIR}/devel/popt \
        croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco
RUN_DEPENDS=    ${X11BASE}/lib/gtk-2.0/${GTK_VERSION}/engines/libmetal.so:${PORTSDIR}/x11-themes/gtk-engines2

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_X_PREFIX=   yes
INSTALLS_SHLIB= yes
USE_AUTOTOOLS=  libtool:15
USE_REINPLACE=  yes
USE_GNOME=  gnomehack gnomeprefix libartlgpl2 libgsf gtk20 ltverhack
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-svgz \
        --disable-gtk-doc \
        --without-gimp \
        --with-croco \
        --disable-gnome-vfs

CROCO_VERSION=  0.6
GTK_VERSION=    2.4.0

PLIST_SUB=  GTK_VERSION=${GTK_VERSION}

MAN1=       rsvg.1

OPTIONS=    MOZILLA_PLUGIN "Enable the SVG browser plug-in" no

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 499999
.if defined(WITH_MOZILLA_PLUGIN)
USE_GECKO=  firefox mozilla
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
CONFIGURE_ENV+= MOZILLA_CONFIG=no
CONFIGURE_ARGS+=--enable-mozilla-plugin=yes

PLIST_SUB+= PLUGIN=""
.else

CONFIGURE_ARGS+=--enable-mozilla-plugin=no
PLIST_SUB+= PLUGIN="@comment "
.endif
.else
PLIST_SUB+= PLUGIN="@comment "
CONFIGURE_ARGS+=--enable-mozilla-plugin=no
.endif

post-patch:
.if defined(WITH_MOZILLA_PLUGIN)
    @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \
        ${WRKSRC}/configure
.endif

.include <bsd.port.post.mk>
05-07-171-2/+1 * Move to using the bzip2'ed distfile.obrien2005-07-172-2/+3 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * BROKEN: Broken dependencykris2005-03-271-0/+2 * Upgrade to 0.2.9.thierry2005-03-164-10/+10 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2 * Add ports to ${SUBDIR} in alphabetical order.cperciva2005-01-301-2/+2 * Portlint.obrien2004-12-302-2/+2 * Portlint.obrien2004-12-301-1/+1 * Add xvnkb 0.2.8, a Vietnamese input method for X-Window.thierry2004-12-3010-0/+306 * Update to KDE 3.3.2lofi2004-12-141-1/+1 * Update to KDE 3.3lofi2004-08-311-1/+1 * Add slaves ports for Aspell's new dictionaries.thierry2004-08-293-0/+22