1998-11-19 16:08:31 +01:00
|
|
|
# New ports collection makefile for: xchat
|
|
|
|
# Date created: 17 Nov 1998
|
1999-08-12 09:55:42 +02:00
|
|
|
# Whom: Jim Mock <jim@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
|
|
|
#
|
|
|
|
|
2000-11-16 07:30:14 +01:00
|
|
|
PORTNAME= xchat
|
2003-01-19 01:09:27 +01:00
|
|
|
PORTVERSION= 1.8.11
|
2005-05-14 23:46:43 +02:00
|
|
|
PORTREVISION= 5
|
2001-09-04 21:38:29 +02:00
|
|
|
CATEGORIES+= irc gnome ipv6
|
2002-01-18 22:43:31 +01:00
|
|
|
MASTER_SITES= http://xchat.org/files/source/1.8/ \
|
|
|
|
http://xchat.linuxpower.org/files/source/1.8/
|
1998-11-19 10:27:59 +01:00
|
|
|
|
2003-12-15 02:17:29 +01:00
|
|
|
MAINTAINER?= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An X11 IRC client using the GTK+ toolkit, and optionally, GNOME
|
2001-09-04 21:38:29 +02:00
|
|
|
|
2000-11-06 20:39:43 +01:00
|
|
|
# This port has a slave port japanese/xchat. Do not carelessly overwrite
|
|
|
|
# the variables or the targets defined in it. When you need to, please
|
|
|
|
# contact its maintainer.
|
1998-11-19 10:27:59 +01:00
|
|
|
|
2000-11-16 07:30:14 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2004-03-30 21:20:22 +02:00
|
|
|
USE_ICONV= yes
|
2000-11-16 07:30:14 +01:00
|
|
|
USE_PERL5= yes
|
2002-09-08 05:47:52 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-11-16 07:30:14 +01:00
|
|
|
WANT_GNOME= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-11-06 20:39:43 +01:00
|
|
|
# Assign with `+=' for slave ports
|
2001-09-04 21:38:29 +02:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-04-12 19:10:20 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl -liconv"
|
2002-07-01 00:28:11 +02:00
|
|
|
CONFIGURE_ARGS+= --without-included-gettext \
|
2001-09-04 21:38:29 +02:00
|
|
|
--enable-nls \
|
2001-09-05 22:12:17 +02:00
|
|
|
--enable-ipv6 \
|
2001-11-03 12:51:15 +01:00
|
|
|
--datadir="${PREFIX}/share" \
|
|
|
|
--enable-perl
|
1999-07-21 07:24:44 +02:00
|
|
|
|
2005-05-14 23:46:43 +02:00
|
|
|
.if defined(WITH_SSL)
|
|
|
|
USE_OPENSSL= YES
|
|
|
|
CONFIGURE_ARGS+= --enable-openssl
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_PYTHON)
|
|
|
|
USE_PYTHON= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-python
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-python
|
|
|
|
.endif
|
|
|
|
|
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)
|
2000-11-06 20:39:43 +01:00
|
|
|
# Assign with `+=' for slave ports
|
2000-11-16 07:30:14 +01:00
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
|
|
|
CONFIGURE_ARGS+= --enable-socks
|
2000-04-14 20:18:37 +02:00
|
|
|
.endif
|
|
|
|
|
2001-11-28 08:50:03 +01:00
|
|
|
.if defined(WITH_TRANSPARENCY)
|
|
|
|
BUILD_DEPENDS+= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf
|
|
|
|
CONFIGURE_ARGS+= --enable-gdk-pixbuf
|
|
|
|
.endif
|
|
|
|
|
2002-08-31 02:42:23 +02:00
|
|
|
.if ${HAVE_GNOME:Mimlib}!=""
|
|
|
|
USE_GNOME= imlib
|
2001-10-09 23:11:40 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
|
|
|
|
--enable-zvt
|
2002-05-27 00:47:30 +02:00
|
|
|
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \
|
|
|
|
utildir="${PREFIX}/share/gnome/apps/Internet"
|
1999-07-21 07:24:44 +02:00
|
|
|
.else
|
2001-11-28 08:50:03 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-gnome --disable-zvt
|
1999-07-21 07:24:44 +02:00
|
|
|
.endif
|
|
|
|
|
2000-11-06 20:39:43 +01:00
|
|
|
post-patch:
|
2001-09-04 21:38:29 +02:00
|
|
|
@${PERL} -pi \
|
|
|
|
-e 's|-lpthread|${PTHREAD_LIBS}|g;' \
|
|
|
|
${WRKSRC}/configure
|
2000-01-20 03:23:12 +01:00
|
|
|
|
1999-05-09 18:57:32 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-10-05 09:22:56 +02:00
|
|
|
@${ECHO_MSG} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
1999-08-22 21:01:07 +02:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
|
2000-10-03 07:48:54 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
1999-05-09 18:57:32 +02:00
|
|
|
.endif
|
1998-11-19 10:27:59 +01:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
.include <bsd.port.post.mk>
|