From 9c5820a5eac712327c327bdc3fead165882f7d7a Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Tue, 24 Aug 1999 03:45:17 +0000 Subject: Add xpm background and transparency support by default Requested by: Joseph Scott --- x11/rxvt-devel/Makefile | 7 +++++-- x11/rxvt-unicode/Makefile | 7 +++++-- x11/rxvt/Makefile | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 032ad784dcfe..4c679af8a6f0 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.25 1999/08/18 19:30:47 cpiazza Exp $ +# $Id: Makefile,v 1.26 1999/08/23 04:35:16 cpiazza Exp $ # DISTNAME= rxvt-2.6.1 @@ -15,9 +15,12 @@ MASTER_SITE_SUBDIR= X11/terms MAINTAINER= andrews@technologist.com +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-utmp --enable-wtmp +CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ + --with-xpm --enable-xpm-background --enable-transparency USE_BZIP2= yes MAN1= rxvt.1 diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 032ad784dcfe..4c679af8a6f0 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.25 1999/08/18 19:30:47 cpiazza Exp $ +# $Id: Makefile,v 1.26 1999/08/23 04:35:16 cpiazza Exp $ # DISTNAME= rxvt-2.6.1 @@ -15,9 +15,12 @@ MASTER_SITE_SUBDIR= X11/terms MAINTAINER= andrews@technologist.com +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-utmp --enable-wtmp +CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ + --with-xpm --enable-xpm-background --enable-transparency USE_BZIP2= yes MAN1= rxvt.1 diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 032ad784dcfe..4c679af8a6f0 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.25 1999/08/18 19:30:47 cpiazza Exp $ +# $Id: Makefile,v 1.26 1999/08/23 04:35:16 cpiazza Exp $ # DISTNAME= rxvt-2.6.1 @@ -15,9 +15,12 @@ MASTER_SITE_SUBDIR= X11/terms MAINTAINER= andrews@technologist.com +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-utmp --enable-wtmp +CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ + --with-xpm --enable-xpm-background --enable-transparency USE_BZIP2= yes MAN1= rxvt.1 -- cgit v1.2.3