Index: head/graphics/pstoedit/Makefile =================================================================== --- head/graphics/pstoedit/Makefile (revision 379098) +++ head/graphics/pstoedit/Makefile (revision 379099) @@ -1,71 +1,65 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= pstoedit -PORTVERSION= 3.62 -PORTREVISION= 6 +PORTVERSION= 3.70 CATEGORIES= graphics print MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats LICENSE= GPLv2 LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -OPTIONS_DEFINE= DOCS EMF EXAMPLES MAGICK MING PLOTUTILS -OPTIONS_DEFAULT= EMF MAGICK MING PLOTUTILS - -OPTIONS_SUB= yes - -EMF_DESC= Enable emf interface -MING_DESC= Enable swf interface -PLOTUTILS_DESC= Enable libplot interface - USES= pathfix pkgconfig libtool USE_GHOSTSCRIPT= yes GNU_CONFIGURE= yes +MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" USE_LDCONFIG= yes -MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EMF EXAMPLES MAGICK MING PLOTUTILS +OPTIONS_DEFAULT= EMF MAGICK MING PLOTUTILS +OPTIONS_SUB= yes + +EMF_DESC= WMF/EMF support via libEMF EMF_LIB_DEPENDS= libEMF.so:${PORTSDIR}/graphics/libemf EMF_CONFIGURE_ON= --with-libemf-include=${LOCALBASE}/include/libEMF -EMF__CONFIGURE_OFF= --without-emf - +EMF_CONFIGURE_OFF= --without-emf MAGICK_LIB_DEPENDS= libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick MAGICK_CONFIGURE_ON= --with-magick MAGICK_CONFIGURE_OFF= --without-magick - +MING_DESC= Flash support via Ming MING_LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming MING_CONFIGURE_ON= --with-swf MING_CONFIGURE_OFF= --without-swf - +PLOTUTILS_DESC= Plotting support via Plotutils PLOTUTILS_LIB_DEPENDS= libplotter.so:${PORTSDIR}/graphics/plotutils PLOTUTILS_CONFIGURE_ON= --with-libplot PLOTUTILS_CONFIGURE_OFF= --without-libplot post-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS="-g"|CXXFLAGS="$$CXXFLAGS"|g ; \ s|GraphicsMagick|Magick|g ; \ s|=$$OLDCPPFLAGS|=$$CPPFLAGS|g ; \ s|-lstdc++||g ; \ s|-pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/src/Makefile.in post-install: ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${STAGEDIR}${EXAMPLESDIR} .include Index: head/graphics/pstoedit/distinfo =================================================================== --- head/graphics/pstoedit/distinfo (revision 379098) +++ head/graphics/pstoedit/distinfo (revision 379099) @@ -1,2 +1,2 @@ -SHA256 (pstoedit-3.62.tar.gz) = 8074c44637d48fa1a9253b263b18a61258bab904df473f803d8a639b6a038148 -SIZE (pstoedit-3.62.tar.gz) = 1013477 +SHA256 (pstoedit-3.70.tar.gz) = 06b86113f7847cbcfd4e0623921a8763143bbcaef9f9098e6def650d1ff8138c +SIZE (pstoedit-3.70.tar.gz) = 1013949