1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/graphics/wxsvg/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

35 lines
829 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= wxsvg
PORTVERSION= 1.5.15
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= danilo@FreeBSD.org
COMMENT= C++ library to create, manipulate, and render SVG files
LICENSE= LGPL21+
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libexpat.so:textproc/expat2 \
libexif.so:graphics/libexif
USES= compiler:c++11-lib gettext-runtime gmake gnome libtool pathfix pkgconfig tar:bzip2
USE_WX= 3.0
WX_CONF_ARGS= absolute
USE_GNOME= cairo glib20 pango
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}"
MAKE_ENV= AM_CPPFLAGS="${LIBAV_CFLAGS}"
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-extract:
.for i in configure install-sh
@${CHMOD} ${BINMODE} ${WRKSRC}/${i}
.endfor
.include <bsd.port.mk>