summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-24 03:45:17 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-24 03:45:17 +0000
commit9c5820a5eac712327c327bdc3fead165882f7d7a (patch)
treef043393c50a38715f29e3679d6bf1cf554bce9b0 /x11
parentUpdated to version 1.25. (diff)
Add xpm background and transparency support by default
Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
Notes
Notes: svn path=/head/; revision=20917
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-devel/Makefile7
-rw-r--r--x11/rxvt-unicode/Makefile7
-rw-r--r--x11/rxvt/Makefile7
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