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

(-)Makefile (-8 / +3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	gnuplot
3
PORTNAME=	gnuplot
4
PORTVERSION=	5.0.1
4
PORTVERSION=	5.0.1
5
PORTREVISION=	1
5
CATEGORIES=	math graphics
6
CATEGORIES=	math graphics
6
MASTER_SITES=	SF
7
MASTER_SITES=	SF
7
8
Lines 30-42 Link Here
30
31
31
# MAKE_JOBS_UNSAFE=yes
32
# MAKE_JOBS_UNSAFE=yes
32
33
33
OPTIONS_DEFINE=	CAIRO DOCS EXAMPLES GD GRIDBOX PDF PLOT THINSPLINES WX X11
34
OPTIONS_DEFINE=	CAIRO DOCS EXAMPLES GD GRIDBOX PDF THINSPLINES WX X11
34
GRIDBOX_DESC=		Use the gridbox optimization for hidden3d
35
GRIDBOX_DESC=		Use the gridbox optimization for hidden3d
35
PLOT_DESC=		Enable plot support
36
THINSPLINES_DESC=	Enable thin plate splines for grids in dgrid3d
36
THINSPLINES_DESC=	Enable thin plate splines for grids in dgrid3d
37
WX_DESC=		wxWidgets (formerly wxWindows) support
37
WX_DESC=		wxWidgets (formerly wxWindows) support
38
38
39
OPTIONS_DEFAULT=CAIRO GD PLOT WX X11
39
OPTIONS_DEFAULT=CAIRO GD WX X11
40
OPTIONS_SUB=	yes
40
OPTIONS_SUB=	yes
41
41
42
CAIRO_LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo
42
CAIRO_LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo
Lines 53-63 Link Here
53
PDF_CONFIGURE_ON=	--with-pdf=${LOCALBASE}
53
PDF_CONFIGURE_ON=	--with-pdf=${LOCALBASE}
54
PDF_CONFIGURE_OFF=	--without-pdf
54
PDF_CONFIGURE_OFF=	--without-pdf
55
55
56
PLOT_USE=		XORG=xaw,xmu,xt,xext
57
PLOT_LIB_DEPENDS=	libplot.so:${PORTSDIR}/graphics/plotutils
58
PLOT_CONFIGURE_ON=	--with-plot=${LOCALBASE}
59
PLOT_CONFIGURE_OFF=	--without-plot
60
61
THINSPLINES_CONFIGURE_ENABLE=	thin-splines
56
THINSPLINES_CONFIGURE_ENABLE=	thin-splines
62
57
63
X11_USE=	XORG=x11
58
X11_USE=	XORG=x11

Return to bug 205488