1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/evas-loader-svg/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

65 lines
1.8 KiB
Makefile

# New ports collection makefile for: evas-loader-svg
# Date created: 15 September 2007
# Whom: Stanislav Sedov <stas@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= loader-svg
PORTVERSION= 0.9.9.042
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
http://download.enlightenment.org/snapshots/2008-01-25/
PKGNAMEPREFIX= evas-
DISTNAME= evas-${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= A hardware accelerated canvas API (SVG engine)
LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_FREETYPE2= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig gnometarget librsvg2
USE_EFL= evas
MAKEDIRS= ${WRKSRC}/src/modules/loaders/svg
CONFIGURE_ARGS= --disable-software-x11 \
--disable-software-16-x11 \
--disable-software-xcb \
--disable-directfb \
--disable-sdl \
--disable-buffer \
--disable-software-qtopia \
--disable-gl-x11 \
--disable-cairo-x11 \
--disable-xrender-x11 \
--disable-xrender-xcb \
--disable-glitz-x11 \
--disable-image-loader-gif \
--disable-image-loader-png \
--disable-image-loader-jpeg \
--disable-image-loader-eet \
--disable-image-loader-edb \
--disable-image-loader-tiff \
--disable-image-loader-xpm \
--enable-image-loader-svg
post-patch:
@${REINPLACE_CMD} -E \
-e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \
-e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \
${MAKEDIRS:S,$,/Makefile.in,}
do-build:
@(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}; done)
do-install:
@(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}; done)
.include <bsd.port.mk>