summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2011-05-04 18:43:43 +0000
committerThierry Thomas <thierry@FreeBSD.org>2011-05-04 18:43:43 +0000
commit38cdb390011d1e6093d22cea1529d623686e4ffa (patch)
tree328a05b9a7e9ec4e5af70cba0eae044077fbd071 /x11/rxvt-unicode/Makefile
parent- Update to 3.0.04.34 (diff)
Upgrade to 9.11.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Remark: gdk-pixbuf is preferred over libafterimage. Notified by: Marcin Cieslak <saper (a) saper.info>
Notes
Notes: svn path=/head/; revision=273632
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r--x11/rxvt-unicode/Makefile23
1 files changed, 15 insertions, 8 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 0ae1093042b9..66027e74f093 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rxvt-unicode
-PORTVERSION= 9.10
-PORTREVISION= 1
+PORTVERSION= 9.11
CATEGORIES= x11
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
MASTER_SITE_SUBDIR= . Attic
@@ -23,8 +22,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
USE_GNOME= pkgconfig
USE_XORG= xpm xft xrender
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-lutil"
-CONFIGURE_ARGS= --enable-shared --enable-everything --with-term=rxvt \
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LIBS="-lutil"
+CONFIGURE_ARGS= --enable-everything --with-term=rxvt \
--with-terminfo=${LOCALBASE}/share/misc/terminfo.db
USE_BZIP2= yes
WANT_PERL= yes
@@ -43,7 +43,8 @@ OPTIONS= \
MOUSEWHEEL "Support for scrolling via mouse wheel" On \
SMART_RESIZE "Smart growth/shrink behaviour" On \
IMLOCALE_FIX "imlocale encoding conversion fix" On \
- AFTERIMAGE "Use libAfterImage for background images" On \
+ GDK_PIXBUF "Use gdk-pixbuf for background images" On \
+ AFTERIMAGE "Use libAfterImage for background images" Off \
256_COLOR "Support for 256 colors" Off
.include <bsd.port.pre.mk>
@@ -129,12 +130,18 @@ CONFIGURE_ARGS+= --disable-smart-resize
CONFIGURE_ARGS+= --enable-smart-resize
.endif
-# enable integration with libAfterImage for background images
-.if defined(WITHOUT_AFTERIMAGE)
+# enable integration with gdk-pixbuf / or libAfterImage for background images
+.if defined(WITHOUT_GDK_PIXBUF)
+CONFIGURE_ARGS+= --disable-pixbuf
+. if defined(WITHOUT_AFTERIMAGE)
CONFIGURE_ARGS+= --disable-afterimage # To be upgraded
-.else
+. else
LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage
CONFIGURE_ARGS+= --enable-afterimage
+. endif
+.else
+USE_GNOME+= gdkpixbuf2
+CONFIGURE_ARGS+= --enable-pixbuf
.endif
# enable support for 256 colors