View | Details | Raw Unified | Return to bug 197439
Collapse All | Expand All

(-)graphics/pstoedit/Makefile (-16 / +10 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/graphics/pstoedit/Makefile 377347 2015-01-18 21:12:42Z kwm $
2
# $FreeBSD: head/graphics/pstoedit/Makefile 377347 2015-01-18 21:12:42Z kwm $
3
3
4
PORTNAME=	pstoedit
4
PORTNAME=	pstoedit
5
PORTVERSION=	3.62
5
PORTVERSION=	3.70
6
PORTREVISION=	6
7
CATEGORIES=	graphics print
6
CATEGORIES=	graphics print
8
MASTER_SITES=	SF
7
MASTER_SITES=	SF
9
8
Lines 14-33 Link Here
14
13
15
LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
14
LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
16
15
17
OPTIONS_DEFINE=	DOCS EMF EXAMPLES MAGICK MING PLOTUTILS
18
OPTIONS_DEFAULT=	EMF MAGICK MING PLOTUTILS
19
20
OPTIONS_SUB=	yes
21
22
EMF_DESC=	Enable emf interface
23
MING_DESC=	Enable swf interface
24
PLOTUTILS_DESC=	Enable libplot interface
25
26
USES=		pathfix pkgconfig libtool
16
USES=		pathfix pkgconfig libtool
27
USE_GHOSTSCRIPT=	yes
17
USE_GHOSTSCRIPT=	yes
28
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
MAKE_ENV=	INSTALL_STRIP_FLAG="${STRIP}"
29
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
30
MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
31
21
32
CPPFLAGS+=	-I${LOCALBASE}/include/ming -I${LOCALBASE}/include
22
CPPFLAGS+=	-I${LOCALBASE}/include/ming -I${LOCALBASE}/include
33
LDFLAGS+=	-L${LOCALBASE}/lib
23
LDFLAGS+=	-L${LOCALBASE}/lib
Lines 35-52 Link Here
35
PORTDOCS=	*
25
PORTDOCS=	*
36
PORTEXAMPLES=	*
26
PORTEXAMPLES=	*
37
27
28
OPTIONS_DEFINE=		DOCS EMF EXAMPLES MAGICK MING PLOTUTILS
29
OPTIONS_DEFAULT=	EMF MAGICK MING PLOTUTILS
30
OPTIONS_SUB=		yes
31
32
EMF_DESC=		WMF/EMF support via libEMF
38
EMF_LIB_DEPENDS=	libEMF.so:${PORTSDIR}/graphics/libemf
33
EMF_LIB_DEPENDS=	libEMF.so:${PORTSDIR}/graphics/libemf
39
EMF_CONFIGURE_ON=	--with-libemf-include=${LOCALBASE}/include/libEMF
34
EMF_CONFIGURE_ON=	--with-libemf-include=${LOCALBASE}/include/libEMF
40
EMF__CONFIGURE_OFF=	--without-emf
35
EMF_CONFIGURE_OFF=	--without-emf
41
42
MAGICK_LIB_DEPENDS=	libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick
36
MAGICK_LIB_DEPENDS=	libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick
43
MAGICK_CONFIGURE_ON=	--with-magick
37
MAGICK_CONFIGURE_ON=	--with-magick
44
MAGICK_CONFIGURE_OFF=	--without-magick
38
MAGICK_CONFIGURE_OFF=	--without-magick
45
39
MING_DESC=		Flash support via Ming
46
MING_LIB_DEPENDS=	libming.so:${PORTSDIR}/graphics/ming
40
MING_LIB_DEPENDS=	libming.so:${PORTSDIR}/graphics/ming
47
MING_CONFIGURE_ON=	--with-swf
41
MING_CONFIGURE_ON=	--with-swf
48
MING_CONFIGURE_OFF=	--without-swf
42
MING_CONFIGURE_OFF=	--without-swf
49
43
PLOTUTILS_DESC=		Plotting support via Plotutils
50
PLOTUTILS_LIB_DEPENDS=	libplotter.so:${PORTSDIR}/graphics/plotutils
44
PLOTUTILS_LIB_DEPENDS=	libplotter.so:${PORTSDIR}/graphics/plotutils
51
PLOTUTILS_CONFIGURE_ON=	--with-libplot
45
PLOTUTILS_CONFIGURE_ON=	--with-libplot
52
PLOTUTILS_CONFIGURE_OFF=	--without-libplot
46
PLOTUTILS_CONFIGURE_OFF=	--without-libplot
(-)graphics/pstoedit/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pstoedit-3.62.tar.gz) = 8074c44637d48fa1a9253b263b18a61258bab904df473f803d8a639b6a038148
1
SHA256 (pstoedit-3.70.tar.gz) = 06b86113f7847cbcfd4e0623921a8763143bbcaef9f9098e6def650d1ff8138c
2
SIZE (pstoedit-3.62.tar.gz) = 1013477
2
SIZE (pstoedit-3.70.tar.gz) = 1013949

Return to bug 197439