aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-24 11:45:17 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-08-24 11:45:17 +0800
commit8ff6eabcd0e86511cf6491077c9bbf80835f3b81 (patch)
treef5d0c6e02c1b06966951f380dc3a1aee476e78ed
parentdeb4df7e97d2f789b70b327b7e33cb867c3f7e14 (diff)
downloadfreebsd-ports-gnome-8ff6eabcd0e86511cf6491077c9bbf80835f3b81.tar.gz
freebsd-ports-gnome-8ff6eabcd0e86511cf6491077c9bbf80835f3b81.tar.zst
freebsd-ports-gnome-8ff6eabcd0e86511cf6491077c9bbf80835f3b81.zip
Add xpm background and transparency support by default
Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
-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