summaryrefslogtreecommitdiff
path: root/x11/rxvt-devel
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-12-01 14:46:28 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-12-01 14:46:28 +0000
commitfa8395293048053d7d3214a7f7c81b0fa1054ee8 (patch)
tree053a7febd096ee01de28cb1d7ce43607c42a61a0 /x11/rxvt-devel
parentAdd distribution errata patches and bump PORTREVISION as a result. (diff)
Add several WITH_* configure time options to the ports.
Also, enable rxvt-devel shared lib build. PR: ports/23201 Submitted by: Jay Sachs <jay@avacet.com>
Notes
Notes: svn path=/head/; revision=35581
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r--x11/rxvt-devel/Makefile38
-rw-r--r--x11/rxvt-devel/pkg-plist2
2 files changed, 39 insertions, 1 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index 18e5e0bac0ae..c2133fcdbcbb 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -23,13 +23,49 @@ USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-utmp --enable-wtmp --enable-languages \
- --with-xpm --enable-xpm-background --enable-transparency
+ --with-xpm --enable-xpm-background --enable-transparency \
+ --enable-shared
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_BZIP2= yes
MAN1= rxvt.1
+# enable greek keyboard support
+.if defined(WITH_GREEK_KEYBOARD)
+CONFIGURE_ARGS+= --enable-greek
+.endif # WITH_GREEK_KEYBOARD
+#
+# enable menubar
+.if defined(WITH_MENUBAR)
+CONFIGURE_ARGS+= --enable-menubar
+.endif # WITH_MENUBAR
+#
+# enable scrolling via mouse wheel or buttons 4 & 5
+.if defined(WITH_MOUSEWHEEL)
+CONFIGURE_ARGS+= --enable-mousewheel
+.endif # WITH_MOUSEWHEEL
+#
+# enable NeXT style scrollbar
+.if defined(WITH_NEXT_SCROLLBAR)
+CONFIGURE_ARGS+= --enable-next-scroll
+.endif
+#
+# enable rxvt style scrollbar
+.if defined(WITH_RXVT_SCROLLBAR)
+CONFIGURE_ARGS+= --enable-rxvt-scroll
+.endif # WITH_RXVT_SCROLLBAR
+#
+# XIM (X Input Method) protocol support
+.if defined(WITH_XIM)
+CONFIGURE_ARGS+= --enable-xim
+.endif # WITH_XIM
+#
+# enable Xterm style scrollbar
+.if defined(WITH_XTERM_SCROLLBAR)
+CONFIGURE_ARGS+= --enable-xterm-scroll
+.endif # WITH_XTERM_SCROLLBAR
+
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/rxvt
diff --git a/x11/rxvt-devel/pkg-plist b/x11/rxvt-devel/pkg-plist
index 0bbad346ee3c..23ecfdc18e08 100644
--- a/x11/rxvt-devel/pkg-plist
+++ b/x11/rxvt-devel/pkg-plist
@@ -1,2 +1,4 @@
bin/rxvt
lib/librxvt.a
+lib/librxvt.so
+lib/librxvt.so.0