1998-11-19 15:08:31 +00:00
|
|
|
# New ports collection makefile for: xchat
|
1999-11-22 21:15:24 +00:00
|
|
|
# Version required: 1.3.8
|
1998-11-19 15:08:31 +00:00
|
|
|
# Date created: 17 Nov 1998
|
1999-08-12 07:55:42 +00:00
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
1998-11-19 09:27:59 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-11-19 09:27:59 +00:00
|
|
|
#
|
|
|
|
|
1999-11-22 21:15:24 +00:00
|
|
|
DISTNAME= xchat-1.3.8
|
1999-06-28 02:24:57 +00:00
|
|
|
CATEGORIES= irc
|
1999-10-02 09:46:11 +00:00
|
|
|
MASTER_SITES= http://xchat.org/files/v1.3/ \
|
|
|
|
http://xchat.linuxpower.org/files/v1.3/
|
1998-11-19 09:27:59 +00:00
|
|
|
|
1999-08-12 07:55:42 +00:00
|
|
|
MAINTAINER= jim@FreeBSD.org
|
1998-11-19 09:27:59 +00:00
|
|
|
|
1999-08-31 04:01:25 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-10-08 03:30:33 +00:00
|
|
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
1999-10-25 22:15:10 +00:00
|
|
|
.if defined(USE_GNOME)
|
|
|
|
LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
|
|
|
|
.endif
|
1998-11-19 09:27:59 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1999-10-02 09:46:11 +00:00
|
|
|
USE_BZIP2= yes
|
1998-11-19 15:08:31 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-11-03 00:22:09 +00:00
|
|
|
CONFIGURE_ARGS= --disable-nls --disable-python
|
1999-07-21 05:24:44 +00:00
|
|
|
|
|
|
|
.if defined(USE_GNOME)
|
|
|
|
CONFIGURE_ARGS+= --enable-gnome
|
|
|
|
.if defined(USE_PANEL)
|
|
|
|
CONFIGURE_ARGS+= --enable-panel
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-panel
|
|
|
|
.endif
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-gnome
|
|
|
|
.endif
|
|
|
|
|
1999-06-21 01:53:35 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1999-05-09 16:57:32 +00:00
|
|
|
|
|
|
|
post-install:
|
1999-07-05 02:30:59 +00:00
|
|
|
@strip ${PREFIX}/bin/xchat
|
1999-05-09 16:57:32 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
1999-08-12 07:55:42 +00:00
|
|
|
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
1999-08-22 19:01:07 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
|
1999-07-05 02:30:59 +00: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 16:57:32 +00:00
|
|
|
.endif
|
1998-11-19 09:27:59 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|