1998-11-19 10:08:31 -05:00
|
|
|
# New ports collection makefile for: xchat
|
|
|
|
# Date created: 17 Nov 1998
|
1999-08-12 03:55:42 -04:00
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
1998-11-19 04:27:59 -05:00
|
|
|
#
|
1999-08-25 02:16:32 -04:00
|
|
|
# $FreeBSD$
|
1998-11-19 04:27:59 -05:00
|
|
|
#
|
|
|
|
|
2000-10-03 01:48:54 -04:00
|
|
|
PORTNAME= xchat
|
|
|
|
PORTVERSION= 1.4.3
|
|
|
|
CATEGORIES+= irc gnome
|
|
|
|
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
|
|
|
http://xchat.linuxpower.org/files/source/1.4/
|
1998-11-19 04:27:59 -05:00
|
|
|
|
2000-10-03 01:48:54 -04:00
|
|
|
MAINTAINER= jim@FreeBSD.org
|
1998-11-19 04:27:59 -05:00
|
|
|
|
2000-04-16 20:18:05 -04:00
|
|
|
.if defined(WITH_SOCKS)
|
2000-10-03 01:48:54 -04:00
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
2000-04-14 14:18:37 -04:00
|
|
|
.endif
|
2000-10-03 01:48:54 -04:00
|
|
|
LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
|
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
2000-04-16 20:18:05 -04:00
|
|
|
.if defined(WITH_GNOME)
|
2000-10-03 01:48:54 -04:00
|
|
|
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
1999-10-25 18:15:10 -04:00
|
|
|
.endif
|
1998-11-19 04:27:59 -05:00
|
|
|
|
2000-06-05 15:34:48 -04:00
|
|
|
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
2000-10-03 01:48:54 -04:00
|
|
|
WITH_GDK_PIXBUF=yes
|
|
|
|
WITH_PANEL= yes
|
|
|
|
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
2000-06-12 15:12:37 -04:00
|
|
|
.endif
|
|
|
|
|
2000-10-03 01:48:54 -04:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
1999-05-28 23:56:15 -04:00
|
|
|
|
2000-10-03 01:48:54 -04:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-python
|
1999-07-21 01:24:44 -04:00
|
|
|
|
2000-04-16 20:18:05 -04:00
|
|
|
.if defined(WITH_SOCKS)
|
2000-10-03 01:48:54 -04:00
|
|
|
CONFIGURE_ARGS+=--enable-socks
|
2000-04-14 14:18:37 -04:00
|
|
|
.endif
|
|
|
|
|
2000-04-16 20:18:05 -04:00
|
|
|
.if defined(WITH_GNOME)
|
2000-10-03 01:48:54 -04:00
|
|
|
CONFIGURE_ARGS+=--enable-gnome
|
|
|
|
PLIST_SUB+= GNOME:=""
|
2000-04-16 20:18:05 -04:00
|
|
|
.if defined(WITH_PANEL)
|
2000-10-03 01:48:54 -04:00
|
|
|
CONFIGURE_ARGS+=--enable-panel
|
1999-07-21 01:24:44 -04:00
|
|
|
.else
|
2000-10-03 01:48:54 -04:00
|
|
|
CONFIGURE_ARGS+=--disable-panel
|
1999-07-21 01:24:44 -04:00
|
|
|
.endif
|
|
|
|
.else
|
2000-10-03 01:48:54 -04:00
|
|
|
CONFIGURE_ARGS+=--disable-gnome
|
|
|
|
PLIST_SUB+= GNOME:="@comment "
|
1999-07-21 01:24:44 -04:00
|
|
|
.endif
|
|
|
|
|
2000-10-03 01:48:54 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-01-19 21:23:12 -05:00
|
|
|
|
1999-05-09 12:57:32 -04:00
|
|
|
post-install:
|
1999-07-04 22:30:59 -04:00
|
|
|
@strip ${PREFIX}/bin/xchat
|
1999-05-09 12:57:32 -04:00
|
|
|
.if !defined(NOPORTDOCS)
|
1999-08-12 03:55:42 -04:00
|
|
|
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
1999-08-22 15:01:07 -04:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
|
2000-10-03 01:48:54 -04: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 12:57:32 -04:00
|
|
|
.endif
|
1998-11-19 04:27:59 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|