aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/awesome/Makefile
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2009-02-26 10:08:44 +0800
committerlx <lx@FreeBSD.org>2009-02-26 10:08:44 +0800
commit0da9d785ddbfd79cde43933db88d88f515482670 (patch)
tree3a8513c2a2647c192b2e3ed9131aa9cf3e967623 /x11-wm/awesome/Makefile
parent868ed5098b1b4f00e248f975a982f91a0d088886 (diff)
downloadfreebsd-ports-gnome-0da9d785ddbfd79cde43933db88d88f515482670.tar.gz
freebsd-ports-gnome-0da9d785ddbfd79cde43933db88d88f515482670.tar.zst
freebsd-ports-gnome-0da9d785ddbfd79cde43933db88d88f515482670.zip
Updating to 3.1.2, adding a mirror.
PR: ports/131479 Submitted by: Nikos Ntarmos (maintainer)
Diffstat (limited to 'x11-wm/awesome/Makefile')
-rw-r--r--x11-wm/awesome/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile
index 65587c70e5d9..7e7d9920fbb2 100644
--- a/x11-wm/awesome/Makefile
+++ b/x11-wm/awesome/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= awesome
-PORTVERSION= 3.1.1
+PORTVERSION= 3.1.2
CATEGORIES= x11-wm
-MASTER_SITES= http://awesome.naquadah.org/download/
+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
@@ -32,18 +33,13 @@ 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 <bsd.port.pre.mk>
.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
+IGNORE= cannot find dependency: The cairo exists but not with XCB support. Please reinstall graphics/cairo with XCB support
.endif
pre-configure:
@@ -51,6 +47,7 @@ pre-configure:
-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)