freebsd-ports/graphics/librsvg2/Makefile
Koop Mast 0204d03d08 Update librsvg2 to 2.40.17.
Set PORTSCOUT to filter on 2.40, 2.41 series has a rust requirement which
needs to be looked at.
2017-05-09 10:47:27 +00:00

35 lines
876 B
Makefile

# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= librsvg
PORTVERSION= 2.40.17
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 2
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library for parsing and rendering SVG vector-graphic files
PORTSCOUT= limit:^2\.40\.
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libpng.so:graphics/png \
libcroco-0.6.so:textproc/libcroco
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
USE_GNOME= cairo gnomeprefix libgsf gdkpixbuf2 introspection:build \
libxml2 pango
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-vala \
--disable-Bsymbolic
PLIST_SUB+= PORTVERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|GTK3_REQUIRED=3.[0-9][0-9].[0-9]|GTK3_REQUIRED=9.90.0|g' \
${WRKSRC}/configure
.include <bsd.port.mk>