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

(-)Makefile (-2 / +9 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	links
4
PORTNAME=	links
5
DISTVERSION=	2.14
5
DISTVERSION=	2.14
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	www ipv6
8
CATEGORIES=	www ipv6
8
MASTER_SITES=	http://links.twibright.com/download/
9
MASTER_SITES=	http://links.twibright.com/download/
Lines 20-32 Link Here
20
		--without-gpm --without-fb --without-windows
21
		--without-gpm --without-fb --without-windows
21
22
22
USES=		cpe localbase:ldflags ssl gettext-runtime
23
USES=		cpe localbase:ldflags ssl gettext-runtime
23
USE_GNOME=	librsvg2 glib20 gdkpixbuf2 cairo
24
24
25
CPE_VENDOR=	twibright
25
CPE_VENDOR=	twibright
26
26
27
PLIST_FILES=	bin/links man/man1/links.1.gz
27
PLIST_FILES=	bin/links man/man1/links.1.gz
28
28
29
OPTIONS_DEFINE=	CIPHERSTRING DIRECTFB IPV6 NLS SVGALIB THREADS TRANS UTF8 X11
29
OPTIONS_DEFINE=	CIPHERSTRING DIRECTFB IPV6 NLS SVG SVGALIB THREADS TRANS \
30
		UTF8 X11
30
OPTIONS_DEFAULT=	UTF8 X11
31
OPTIONS_DEFAULT=	UTF8 X11
31
32
32
CIPHERSTRING_DESC=	Select the OpenSSL ciphers used via CIPHERSTRING
33
CIPHERSTRING_DESC=	Select the OpenSSL ciphers used via CIPHERSTRING
Lines 41-46 Link Here
41
NLS_USES=		gettext-runtime
42
NLS_USES=		gettext-runtime
42
NLS_CONFIGURE_ENABLE=	gettext-runtime
43
NLS_CONFIGURE_ENABLE=	gettext-runtime
43
44
45
SVG_CONFIGURE_WITH=	librsvg
46
SVG_USE=		gnome=librsvg2,glib20,gdkpixbuf2,cairo
47
44
SVGALIB_LIB_DEPENDS=	libvga.so:graphics/svgalib
48
SVGALIB_LIB_DEPENDS=	libvga.so:graphics/svgalib
45
SVGALIB_CONFIGURE_WITH=	svgalib
49
SVGALIB_CONFIGURE_WITH=	svgalib
46
50
Lines 68-73 Link Here
68
USES+=		jpeg
72
USES+=		jpeg
69
CONFIGURE_ARGS+=	--enable-graphics
73
CONFIGURE_ARGS+=	--enable-graphics
70
.else
74
.else
75
.if ${PORT_OPTIONS:MSVG}
76
IGNORE=	option SVG requires one of DIRECTFB, SVGALIB, or X11
77
.endif
71
CONFIGURE_ARGS+=	--disable-graphics --without-libjpeg --without-libtiff
78
CONFIGURE_ARGS+=	--disable-graphics --without-libjpeg --without-libtiff
72
.endif
79
.endif
73
80

Return to bug 224950