Index: head/x11-wm/awesome/Makefile =================================================================== --- head/x11-wm/awesome/Makefile (revision 229066) +++ head/x11-wm/awesome/Makefile (revision 229067) @@ -1,59 +1,64 @@ # New ports collection makefile for: awesome # Date created: September 26, 2007 # Whom: Nikos Ntarmos # # $FreeBSD$ # PORTNAME= awesome PORTVERSION= 3.1.2 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ \ http://redundancy.redundancy.org/mirror/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= A tiling window manager initially based on a dwm code rewriting BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto \ xcb-util>=0.3.3:${PORTSDIR}/x11/xcb-util \ xproto>=7.0.11:${PORTSDIR}/x11/xproto \ gperf>=3.0.3:${PORTSDIR}/devel/gperf LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ ev.3:${PORTSDIR}/devel/libev \ freetype.9:${PORTSDIR}/print/freetype2 \ xcb.2:${PORTSDIR}/x11/libxcb \ xcb-event.1:${PORTSDIR}/x11/xcb-util USE_ICONV= yes USE_CMAKE= yes CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc USE_EFL= imlib2 USE_GNOME= glib20 pango USE_LUA= 5.1+ USE_XORG= pixman x11 xau xdmcp xext xft xinerama xrandr xrender xproto +MAN1= awesome.1 \ + awesome-client.1 \ + awsetbg.1 +MAN5= awesomerc.5 +MANCOMPRESSED= yes PORTDOCS= AUTHORS BUGS LICENSE README .include .if (exists(${LOCALBASE}/libdata/pkgconfig/cairo.pc) && \ !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xcb.pc)) IGNORE= cannot find dependency: The cairo exists but not with XCB support. Please reinstall graphics/cairo with XCB support .endif pre-configure: @${REINPLACE_CMD} \ -e 's/"generate luadoc" ON/\"generate luadoc" OFF/g' \ ${WRKSRC}/awesomeConfig.cmake @${REINPLACE_CMD} \ -e 's,tr ,env LC_ALL="C" tr ,g' \ -e 's,gperf,${LOCALBASE}/bin/gperf,g' \ ${WRKSRC}/build-utils/gperf.sh .if defined(NOPORTDOCS) @${REINPLACE_CMD} \ -e 's/"install port docs" ON/\"install port docs" OFF/g' \ ${WRKSRC}/awesomeConfig.cmake .endif .include Property changes on: head/x11-wm/awesome/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11-wm/awesome2/Makefile =================================================================== --- head/x11-wm/awesome2/Makefile (revision 229066) +++ head/x11-wm/awesome2/Makefile (revision 229067) @@ -1,59 +1,64 @@ # New ports collection makefile for: awesome # Date created: September 26, 2007 # Whom: Nikos Ntarmos # # $FreeBSD$ # PORTNAME= awesome PORTVERSION= 3.1.2 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ \ http://redundancy.redundancy.org/mirror/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= A tiling window manager initially based on a dwm code rewriting BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto \ xcb-util>=0.3.3:${PORTSDIR}/x11/xcb-util \ xproto>=7.0.11:${PORTSDIR}/x11/xproto \ gperf>=3.0.3:${PORTSDIR}/devel/gperf LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ ev.3:${PORTSDIR}/devel/libev \ freetype.9:${PORTSDIR}/print/freetype2 \ xcb.2:${PORTSDIR}/x11/libxcb \ xcb-event.1:${PORTSDIR}/x11/xcb-util USE_ICONV= yes USE_CMAKE= yes CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc USE_EFL= imlib2 USE_GNOME= glib20 pango USE_LUA= 5.1+ USE_XORG= pixman x11 xau xdmcp xext xft xinerama xrandr xrender xproto +MAN1= awesome.1 \ + awesome-client.1 \ + awsetbg.1 +MAN5= awesomerc.5 +MANCOMPRESSED= yes PORTDOCS= AUTHORS BUGS LICENSE README .include .if (exists(${LOCALBASE}/libdata/pkgconfig/cairo.pc) && \ !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xcb.pc)) IGNORE= cannot find dependency: The cairo exists but not with XCB support. Please reinstall graphics/cairo with XCB support .endif pre-configure: @${REINPLACE_CMD} \ -e 's/"generate luadoc" ON/\"generate luadoc" OFF/g' \ ${WRKSRC}/awesomeConfig.cmake @${REINPLACE_CMD} \ -e 's,tr ,env LC_ALL="C" tr ,g' \ -e 's,gperf,${LOCALBASE}/bin/gperf,g' \ ${WRKSRC}/build-utils/gperf.sh .if defined(NOPORTDOCS) @${REINPLACE_CMD} \ -e 's/"install port docs" ON/\"install port docs" OFF/g' \ ${WRKSRC}/awesomeConfig.cmake .endif .include Property changes on: head/x11-wm/awesome2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property