2002-08-18 06:21:24 +02:00
|
|
|
# New ports collection makefile for: xchat2
|
|
|
|
# Date created: 17 Aug 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1998-11-19 10:27:59 +01:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-11-19 10:27:59 +01:00
|
|
|
#
|
|
|
|
|
2002-08-18 06:21:24 +02:00
|
|
|
PORTNAME= xchat2
|
2003-09-25 07:22:54 +02:00
|
|
|
PORTVERSION= 2.0.5
|
2002-08-18 06:21:24 +02:00
|
|
|
CATEGORIES= irc gnome ipv6
|
2003-02-12 04:31:58 +01:00
|
|
|
MASTER_SITES= http://xchat.org/files/source/2.0/ \
|
|
|
|
http://xchat.linuxpower.org/files/source/2.0/
|
2002-08-18 06:21:24 +02:00
|
|
|
DISTNAME= xchat-${PORTVERSION}
|
1998-11-19 10:27:59 +01:00
|
|
|
|
2002-08-18 06:21:24 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-18 21:30:17 +01:00
|
|
|
COMMENT= An X11 IRC client using the GTK+ 2 toolkit
|
2001-09-04 21:38:29 +02:00
|
|
|
|
2002-08-18 06:21:24 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
2003-04-22 06:46:36 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
2003-06-30 01:05:55 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-08-18 06:21:24 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-11-14 18:15:07 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
2002-08-18 06:21:24 +02:00
|
|
|
CONFIGURE_ARGS= --enable-nls \
|
|
|
|
--enable-ipv6 \
|
|
|
|
--enable-perl
|
1999-07-21 07:24:44 +02:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2000-04-17 02:18:05 +02:00
|
|
|
.if defined(WITH_SOCKS)
|
2002-08-18 06:21:24 +02:00
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
2000-11-16 07:30:14 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-socks
|
2000-04-14 20:18:37 +02:00
|
|
|
.endif
|
|
|
|
|
2003-01-19 20:43:44 +01:00
|
|
|
# openssl in now default in configure
|
2000-11-26 06:08:19 +01:00
|
|
|
|
2002-07-01 00:28:11 +02:00
|
|
|
.if defined(WITH_PYTHON)
|
2003-06-30 01:05:55 +02:00
|
|
|
USE_PYTHON= yes
|
2002-07-01 00:28:11 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-python
|
2003-06-30 01:05:55 +02:00
|
|
|
PLIST_SUB+= PYTHON=""
|
2002-07-01 00:28:11 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-python
|
2003-06-30 01:05:55 +02:00
|
|
|
PLIST_SUB+= PYTHON="@comment "
|
2002-08-18 06:21:24 +02:00
|
|
|
.endif
|
|
|
|
|
2003-02-18 21:30:17 +01:00
|
|
|
.if defined(WITH_TCL)
|
2003-06-30 01:05:55 +02:00
|
|
|
LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83
|
|
|
|
CONFIGURE_ARGS+=--enable-tcl=${LOCALBASE}/lib/tcl8.3
|
2003-02-18 21:30:17 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
|
|
|
|
-I${LOCALBASE}/include/tcl8.3" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} \
|
|
|
|
-L${LOCALBASE}/lib/tcl8.3"
|
2003-02-19 09:33:06 +01:00
|
|
|
PLIST_SUB+= TCL=""
|
2003-02-18 21:30:17 +01:00
|
|
|
.else
|
2003-06-30 01:05:55 +02:00
|
|
|
CONFIGURE_ARGS+=--enable-tcl=no
|
2003-02-19 09:33:06 +01:00
|
|
|
PLIST_SUB+= TCL="@comment "
|
2003-02-18 21:30:17 +01:00
|
|
|
.endif
|
|
|
|
|
2002-08-18 06:21:24 +02:00
|
|
|
pre-everything::
|
2003-02-18 21:30:17 +01:00
|
|
|
.if !defined(WITH_PYTHON) || !defined(WITH_SOCKS) || !defined(WITH_TCL)
|
2002-08-18 06:21:24 +02:00
|
|
|
@${ECHO_MSG} "You may specify the following on the command line:"
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
.endif
|
|
|
|
.if !defined(WITH_PYTHON)
|
|
|
|
@${ECHO_MSG} "WITH_PYTHON=yes for Python support"
|
|
|
|
.endif
|
|
|
|
.if !defined(WITH_SOCKS)
|
|
|
|
@${ECHO_MSG} "WITH_SOCKS=yes for SOCKS5 proxy support"
|
2002-07-01 00:28:11 +02:00
|
|
|
.endif
|
2003-02-18 21:30:17 +01:00
|
|
|
.if !defined(WITH_TCL)
|
|
|
|
@${ECHO_MSG} "WITH_TCL=yes for tcl support"
|
|
|
|
.endif
|
2002-07-01 00:28:11 +02:00
|
|
|
|
2003-06-30 18:36:01 +02:00
|
|
|
post-patch:
|
2003-09-25 07:22:54 +02:00
|
|
|
@${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \
|
2003-06-30 18:36:01 +02:00
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
.include <bsd.port.post.mk>
|