X-Git-Url: http://popeye.lapinbilly.eu/git/?p=inkscape-1.0-freebsd.git;a=blobdiff_plain;f=Makefile;h=46ffa46583207e0ab257bd8534e007415595a9b7;hp=ca5c2fd2f8e8fa36f94efc9d4e50adf2a11d9e7c;hb=530778e4379017c02c4e0d0951a4905204117c5b;hpb=6fcd6c2801ed6cd263dc428117026abd3eac489c diff --git a/Makefile b/Makefile index ca5c2fd..46ffa46 100644 --- a/Makefile +++ b/Makefile @@ -36,12 +36,16 @@ LIB_DEPENDS= \ libharfbuzz.so:print/harfbuzz \ libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png \ + libfreetype.so:print/freetype2 \ + libenchant-2.so:textproc/enchant2 USES= compiler:c++11-lib cmake \ iconv:wchar_t jpeg pathfix pkgconfig python:3.5+ \ - shebangfix tar:xz xorg + shebangfix tar:xz xorg \ + desktop-file-utils USE_GNOME= gtkmm30 libxml2 libxslt cairo pango -USE_XORG= x11 xext ice +USE_XORG= x11 xext ice sm + INSTALLS_ICONS= yes SHEBANG_FILES= \ @@ -98,11 +102,11 @@ OPENMP_USES= compiler:openmp OPENMP_USES_OFF= compiler:c++11-lib OPENMP_CMAKE_BOOL= WITH_OPENMP -IMAGEMAGICK_DESC= Support of ImageMagick for raster extensions and image import resolution (requires ImageMagick 6; set to OFF if you prefer GraphicsMagick) +IMAGEMAGICK_DESC= Support of ImageMagick for raster extensions and image import resolution IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6 IMAGEMAGICK_CMAKE_BOOL=WITH_IMAGE_MAGICK -GRAPHICSMAGICK_DESC= support of GraphicsMagick for raster extensions and image import resolution" +GRAPHICSMAGICK_DESC= support of GraphicsMagick for raster extensions and image import resolution GRAPHICSMAGICK_LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick GRAPHICSMAGICK_CMAKE_BOOL=WITH_GRAPHICS_MAGICK @@ -115,5 +119,7 @@ post-patch: ${WRKSRC}/po/*.po @${REINPLACE_CMD} -e 's|web-transmit-att|web_transmit_att|g' \ ${WRKSRC}/po/*.po + @${REINPLACE_CMD} -e 's|COMMAND python3|COMMAND ${PYTHON_VERSION}|g' \ + ${WRKSRC}/share/*/CMakeLists.txt .include