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

(-)Makefile 2012-10-21 00:39:38.000000000 +0200 (-3 / +9 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=      xterm
3
PORTNAME=      xterm
4
PORTVERSION=   284
4
PORTVERSION=   284
5
PORTREVISION=  1
5
CATEGORIES=    x11
6
CATEGORIES=    x11
6
MASTER_SITES=  ftp://invisible-island.net/xterm/ \
7
MASTER_SITES=  ftp://invisible-island.net/xterm/ \
7
               CRITICAL
8
               CRITICAL
Lines 17-34 Link Here
17
GNU_CONFIGURE= yes
18
GNU_CONFIGURE= yes
18
19
19
CONFIGURE_ENV+=        LIBS="-L${LOCALBASE}/lib"
20
CONFIGURE_ENV+=        LIBS="-L${LOCALBASE}/lib"
20
CONFIGURE_ARGS+=       --with-utempter --enable-narrowproto --enable-256-color
21
CONFIGURE_ARGS+=       --with-utempter --enable-narrowproto
21
22
22
CPPFLAGS+=     -I${LOCALBASE}/include
23
CPPFLAGS+=     -I${LOCALBASE}/include
23
24
24
OPTIONS_DEFINE=        WCHAR LUIT DECTERM PCRE GNOME DABBREV
25
OPTIONS_DEFINE=        WCHAR LUIT DECTERM PCRE GNOME DABBREV 256COLOR
25
26
26
DABBREV_DESC=  Enable support for dabbrev-expand
27
DABBREV_DESC=  Enable support for dabbrev-expand
27
DECTERM_DESC=  Enable DECterm Locator support
28
DECTERM_DESC=  Enable DECterm Locator support
28
LUIT_DESC=     Use LUIT for locale convertion from/to UTF-8
29
LUIT_DESC=     Use LUIT for locale convertion from/to UTF-8
29
WCHAR_DESC=    Enable wide-character support
30
WCHAR_DESC=    Enable wide-character support
31
256COLOR_DESC= Enable 256-color support
30
32
31
OPTIONS_DEFAULT=WCHAR LUIT
33
OPTIONS_DEFAULT=WCHAR LUIT 256COLOR
32
34
33
.include <bsd.port.options.mk>
35
.include <bsd.port.options.mk>
34
36
Lines 54-59 Link Here
54
CONFIGURE_ARGS+=       --enable-dabbrev
56
CONFIGURE_ARGS+=       --enable-dabbrev
55
.endif
57
.endif
56
58
59
.if ${PORT_OPTIONS:M256COLOR}
60
CONFIGURE_ARGS+=       --enable-256-color
61
.endif
62
57
.if ${PORT_OPTIONS:MGNOME}
63
.if ${PORT_OPTIONS:MGNOME}
58
USE_GNOME=     desktopfileutils
64
USE_GNOME=     desktopfileutils
59
PLIST_SUB+=    GNOME=""
65
PLIST_SUB+=    GNOME=""

Return to bug 172915