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

(-)x11-wm/matchbox/Makefile (-6 / +9 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	matchbox
8
PORTNAME=	matchbox
9
PORTVERSION=	1.1
9
PORTVERSION=	1.2
10
PORTREVISION=	1
11
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
12
MASTER_SITES=	http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/%SUBDIR%/
11
MASTER_SITES=	http://matchbox-project.org/sources/matchbox-window-manager/%SUBDIR%/
13
MASTER_SITE_SUBDIR=	${PORTVERSION}
12
MASTER_SITE_SUBDIR=	${PORTVERSION}
14
DISTNAME=	${PORTNAME}-window-manager-${PORTVERSION}
13
DISTNAME=	${PORTNAME}-window-manager-${PORTVERSION}
15
14
Lines 17-27 Link Here
17
COMMENT=	Window manager suitable for low-resolution screens
16
COMMENT=	Window manager suitable for low-resolution screens
18
17
19
USE_BZIP2=	yes
18
USE_BZIP2=	yes
20
USE_X_PREFIX=	yes
19
USE_XLIB=	yes
21
USE_GNOME=	gnometarget
20
USE_GNOME=	gnometarget
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
23
		LDFLAGS="-L${LOCALBASE}/lib"
25
24
26
PORTDOCS=	${DOCS}
25
PORTDOCS=	${DOCS}
27
PLIST_FILES=	bin/matchbox-window-manager bin/matchbox-remote \
26
PLIST_FILES=	bin/matchbox-window-manager bin/matchbox-remote \
Lines 38-43 Link Here
38
LIB_DEPENDS+=	Xft.2:${PORTSDIR}/x11-fonts/libXft
37
LIB_DEPENDS+=	Xft.2:${PORTSDIR}/x11-fonts/libXft
39
CONFIGURE_ARGS+=	--enable-standalone-xft
38
CONFIGURE_ARGS+=	--enable-standalone-xft
40
.endif
39
.endif
40
41
post-patch:
42
	@${REINPLACE_CMD} -e \
43
		'/GCC_/s|-g -Wall -fno-strict-aliasing||g' ${WRKSRC}/configure
41
44
42
do-install:
45
do-install:
43
	${INSTALL_PROGRAM} ${WRKSRC}/src/matchbox-remote ${PREFIX}/bin
46
	${INSTALL_PROGRAM} ${WRKSRC}/src/matchbox-remote ${PREFIX}/bin
(-)x11-wm/matchbox/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (matchbox-window-manager-1.1.tar.bz2) = 73881fc9410ef49b1cb9f45af270be69
1
MD5 (matchbox-window-manager-1.2.tar.bz2) = 3e158dcf57823b55c926d95b245500fb
2
SHA256 (matchbox-window-manager-1.1.tar.bz2) = 08a7ca5123b1110b56531e7f25b5ced1a994152d1f1878182759226e5e8aeb25
2
SHA256 (matchbox-window-manager-1.2.tar.bz2) = 81a23a4af797cf350759fd5ac738797015a66dd5dba2f3d9f3c6908506c1ceff
3
SIZE (matchbox-window-manager-1.1.tar.bz2) = 203129
3
SIZE (matchbox-window-manager-1.2.tar.bz2) = 208813
(-)x11-wm/matchbox/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
so they take up the whole screen.  All decorations are contained
3
so they take up the whole screen.  All decorations are contained
4
in the title bar.
4
in the title bar.
5
5
6
WWW:  http://projects.o-hand.com/matchbox/
6
WWW:  http://matchbox-project.org/

Return to bug 115398