summaryrefslogtreecommitdiffstats
path: root/graphics/librsvg/Makefile
blob: d69f85a0b372310422c2034a1e6645286523564b (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
# New ports collection makefile for:    librsvg
# Date created:                 8th May 2001
# Whom:                         Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#    $MCom$

PORTNAME=   librsvg
PORTVERSION=    1.0.3
PORTREVISION=   4
CATEGORIES= graphics gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/librsvg/1.0

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

BUILD_DEPENDS=  freetype-config:${PORTSDIR}/print/freetype2 # XXX
LIB_DEPENDS=    freetype.9:${PORTSDIR}/print/freetype2 \
        popt.0:${PORTSDIR}/devel/popt

USE_GMAKE=  yes
USE_XLIB=   yes
USE_GNOME=  gnomelibs gdkpixbuf
INSTALLS_SHLIB= yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>