summaryrefslogtreecommitdiffstats
path: root/graphics/librsvg2/Makefile
blob: adda24f8e929b143f8f54ee27845bef743a55859 (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
# 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.130 2010/03/30 12:37:03 kwm Exp $
#

PORTNAME=   librsvg2
PORTVERSION=    2.26.3
CATEGORIES= graphics gnome
MASTER_SITES=   GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
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 \
        croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco
RUN_DEPENDS=    gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_AUTOTOOLS=  libtool:22
USE_GNOME=  gnomehack gnomeprefix libgsf gtk20 ltverhack
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-svgz \
        --with-croco \
        --enable-gtk-theme

CROCO_VERSION=  0.6

MAN1=       rsvg.1

.include <bsd.port.mk>