summaryrefslogtreecommitdiffstats
path: root/irc/xchat-devel
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-10-03 19:21:26 +0000
committerjim <jim@FreeBSD.org>2000-10-03 19:21:26 +0000
commit4149bb4428080862138fe48e1be2c394c1433fff (patch)
tree614762888047f14a5a9f552468ffdece27cea1c9 /irc/xchat-devel
parent2b5ca9639c0c17532a89c703a4657ba4cf34abd9 (diff)
downloadFreeBSD-ports-4149bb4428080862138fe48e1be2c394c1433fff.zip
FreeBSD-ports-4149bb4428080862138fe48e1be2c394c1433fff.tar.gz
Add a WITH_SSL knob.
Submitted by: Kristopher Zenter <kzenter@u.washington.edu>
Diffstat (limited to 'irc/xchat-devel')
-rw-r--r--irc/xchat-devel/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile
index 3db81c4..fcafc3e 100644
--- a/irc/xchat-devel/Makefile
+++ b/irc/xchat-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.5.7
+PORTREVISION= 1
CATEGORIES= irc gnome
MASTER_SITES= http://xchat.org/files/source/1.5/ \
http://xchat.linuxpower.org/files/source/1.5/
@@ -66,6 +67,11 @@ CONFIGURE_ARGS+=--enable-gdk-pixbuf
CONFIGURE_ARGS+=--disable-gdk-pixbuf
.endif
+.if defined(WITH_SSL)
+USE_OPENSSL= YES
+CONFIGURE_ARGS+=--enable-openssl
+.endif
+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}" \
OpenPOWER on IntegriCloud