mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
* Add --disable-gtk-doc [1]
* Make portlint a little happier * Convert to new GNOME infrastructure PR: 50648
This commit is contained in:
parent
06efc9a400
commit
aeb6064370
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78445
@ -10,17 +10,14 @@ PORTVERSION= 2.2.5
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.2
|
||||
DIST_SUBDIR= gnome2
|
||||
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 # XXX
|
||||
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
gdk_pixbuf-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
|
||||
popt.0:${PORTSDIR}/devel/popt \
|
||||
gsf-1.8:${PORTSDIR}/devel/libgsf
|
||||
RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2
|
||||
@ -31,12 +28,11 @@ USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_GNOME= gnomehack gtk20 libartlgpl2 libxml2
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-svgz
|
||||
CONFIGURE_ARGS= --with-svgz \
|
||||
--disable-gtk-doc
|
||||
PLIST_SUB= GTK_VERSION="2.2.0"
|
||||
|
||||
MAN1= rsvg.1
|
||||
|
Loading…
Reference in New Issue
Block a user