diff options
author | sat <sat@FreeBSD.org> | 2007-08-15 16:57:57 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-15 16:57:57 +0000 |
commit | fb1e20697088d922b177c80d0ea6dde1958c9e27 (patch) | |
tree | c78d505b8684f79d7a6c6a809aff69d6fb347a95 /x11-wm/matchbox/Makefile | |
parent | b661032565ed87babe4a71a6a2f68bd835dd5e1b (diff) | |
download | FreeBSD-ports-fb1e20697088d922b177c80d0ea6dde1958c9e27.zip FreeBSD-ports-fb1e20697088d922b177c80d0ea6dde1958c9e27.tar.gz |
- Update to 1.2 [1]
- use_xlib->use_xorg=xfixes xcursor xext
- Clean up a bit
PR: ports/115398 [1]
Submitted by: Ports Fury [1]
Diffstat (limited to 'x11-wm/matchbox/Makefile')
-rw-r--r-- | x11-wm/matchbox/Makefile | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/x11-wm/matchbox/Makefile b/x11-wm/matchbox/Makefile index d0dc9ea..cf3f4e4 100644 --- a/x11-wm/matchbox/Makefile +++ b/x11-wm/matchbox/Makefile @@ -6,29 +6,25 @@ # PORTNAME= matchbox -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.2 +DISTVERSIONPREFIX= window-manager- CATEGORIES= x11-wm -MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTVERSION} -DISTNAME= ${PORTNAME}-window-manager-${PORTVERSION} +MASTER_SITES= http://matchbox-project.org/sources/matchbox-window-manager/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Window manager suitable for low-resolution screens USE_BZIP2= yes -USE_X_PREFIX= yes USE_GNOME= gnometarget +USE_XORG= xfixes xcursor xext GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" -PORTDOCS= ${DOCS} PLIST_FILES= bin/matchbox-window-manager bin/matchbox-remote \ etc/matchbox/kbdconfig PLIST_DIRS= etc/matchbox - -DOCS= AUTHORS ChangeLog NEWS README +PORTDOCS= AUTHORS ChangeLog NEWS README .include <bsd.port.pre.mk> @@ -39,16 +35,18 @@ LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-standalone-xft .endif +post-patch: + @${REINPLACE_CMD} -e \ + '/GCC_/s|-g -Wall -fno-strict-aliasing||g' ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/matchbox-remote ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/matchbox-window-manager ${PREFIX}/bin @${MKDIR} ${PREFIX}/etc/matchbox ${INSTALL_DATA} ${WRKSRC}/data/kbdconfig ${PREFIX}/etc/matchbox .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor + @${INSTALL} -d ${DOCSDIR}/ + @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif .include <bsd.port.post.mk> |