Lines 2-10
Link Here
|
2 |
# $FreeBSD: head/x11-wm/jwm/Makefile 398996 2015-10-10 14:03:00Z tijl $ |
2 |
# $FreeBSD: head/x11-wm/jwm/Makefile 398996 2015-10-10 14:03:00Z tijl $ |
3 |
|
3 |
|
4 |
PORTNAME= jwm |
4 |
PORTNAME= jwm |
5 |
PORTVERSION= 2.3.1 |
5 |
PORTVERSION= 2.3.2 |
6 |
CATEGORIES= x11-wm |
6 |
CATEGORIES= x11-wm |
7 |
MASTER_SITES= http://joewing.net/programs/jwm/releases/ |
7 |
MASTER_SITES= http://joewing.net/projects/jwm/releases/ |
8 |
|
8 |
|
9 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
10 |
COMMENT= Joe's Window Manager |
10 |
COMMENT= Joe's Window Manager |
Lines 42-72
Link Here
|
42 |
XEXT_CONFIGURE_ENABLE= shape |
42 |
XEXT_CONFIGURE_ENABLE= shape |
43 |
XFT_USE= XORG=xft |
43 |
XFT_USE= XORG=xft |
44 |
XFT_CONFIGURE_ENABLE= xft |
44 |
XFT_CONFIGURE_ENABLE= xft |
|
|
45 |
XFT_IMPLIES= XRENDER |
45 |
XINERAMA_USE= XORG=xinerama |
46 |
XINERAMA_USE= XORG=xinerama |
46 |
XINERAMA_CONFIGURE_ENABLE=xinerama |
47 |
XINERAMA_CONFIGURE_ENABLE=xinerama |
|
|
48 |
XINERAMA_IMPLIES= XEXT |
47 |
XMU_DESC= X11 Miscellaneous Utilities support |
49 |
XMU_DESC= X11 Miscellaneous Utilities support |
48 |
XMU_USE= XORG=xmu |
50 |
XMU_USE= XORG=xmu |
49 |
XMU_CONFIGURE_ENABLE= xmu |
51 |
XMU_CONFIGURE_ENABLE= xmu |
|
|
52 |
XMU_IMPLIES= XEXT |
50 |
XPM_USE= XORG=xpm |
53 |
XPM_USE= XORG=xpm |
51 |
XPM_CONFIGURE_ENABLE= xpm |
54 |
XPM_CONFIGURE_ENABLE= xpm |
|
|
55 |
XPM_IMPLIES= XEXT |
52 |
XRENDER_DESC= X11 Render Extension support |
56 |
XRENDER_DESC= X11 Render Extension support |
53 |
XRENDER_USE= XORG=xrender |
57 |
XRENDER_USE= XORG=xrender |
54 |
XRENDER_CONFIGURE_ENABLE=xrender |
58 |
XRENDER_CONFIGURE_ENABLE=xrender |
55 |
|
59 |
|
56 |
.include <bsd.port.options.mk> |
|
|
57 |
|
58 |
.if ${PORT_OPTIONS:MXFT} && empty(PORT_OPTIONS:MXRENDER) |
59 |
IGNORE= the XFT support requires XRENDER |
60 |
.endif |
61 |
|
62 |
.if ${PORT_OPTIONS:MXMU} && empty(PORT_OPTIONS:MXEXT) |
63 |
IGNORE= the XMU support requires XEXT |
64 |
.endif |
65 |
|
66 |
.if ${PORT_OPTIONS:MXPM} && empty(PORT_OPTIONS:MXEXT) |
67 |
IGNORE= the XPM support requires XEXT |
68 |
.endif |
69 |
|
70 |
.include <bsd.port.pre.mk> |
60 |
.include <bsd.port.pre.mk> |
71 |
|
61 |
|
72 |
.if !empty(ICONV_LIB) |
62 |
.if !empty(ICONV_LIB) |