X-Git-Url: http://popeye.lapinbilly.eu/git/?p=inkscape-1.0-freebsd.git;a=blobdiff_plain;f=Makefile;h=58e9523203e4fdc59d54df489e3c0c91743724d7;hp=a4166d93d37c0ca949805a3bae342c3f63f41757;hb=a8167a7ad1752bd84b789203689c9da3200cfcef;hpb=0031019286e1e7aa6340da32139ec3ca048e9dd0 diff --git a/Makefile b/Makefile index a4166d9..58e9523 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,12 @@ # $FreeBSD: head/graphics/inkscape/Makefile 533681 2020-05-02 10:00:12Z tcberner $ PORTNAME= inkscape -PORTVERSION=1.0 -PORTREVISION=1 +PORTVERSION=1 +PORTREVISION=0 CATEGORIES= graphics gnome MASTER_SITES=https://inkscape.org/gallery/item/18460/ -DISTNAME=inkscape-1.0 +DISTFILES=inkscape-${PORTVERSION}.${PORTREVISION}.tar.xz +DISTNAME=inkscape-1.0_2020-05-01_4035a4fb49 MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor @@ -18,17 +19,16 @@ LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSES/GPL-3.0.txt LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSES/LGPL-2.1.txt LICENSE_FILE_MPL11= ${WRKSRC}/LICENSES/MPL-1.1.txt -#BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs -LIB_DEPENDS= \ - libgsl.so:math/gsl \ - libpotrace.so:graphics/libpotrace \ - libpng.so:graphics/png \ +BUILD_DEPENDS= -RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scour>0:textproc/py-scour@${PY_FLAVOR} +LIB_DEPENDS= \ + libsigc-2.0.so:devel/libsigc++20 \ + libgc.so:devel/boehm-gc \ + libgsl.so:math/gsl \ + libpotrace.so:graphics/libpotrace \ + libpng.so:graphics/png -USES= compiler:c++11-lib cmake \ +USES= compiler:c++11-lib cmake \ iconv:wchar_t jpeg pathfix pkgconfig python:3.7 \ shebangfix tar:xz xorg USE_GNOME= gtkmm30 libxml2 libxslt