1998-11-19 10:08:31 -05:00
|
|
|
# New ports collection makefile for: xchat
|
1999-08-16 02:43:16 -04:00
|
|
|
# Version required: 1.1.8
|
1998-11-19 10:08:31 -05:00
|
|
|
# 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-16 02:43:16 -04:00
|
|
|
# $Id: Makefile,v 1.21 1999/08/12 07:55:40 jim Exp $
|
1998-11-19 04:27:59 -05:00
|
|
|
#
|
|
|
|
|
1999-08-16 02:43:16 -04:00
|
|
|
DISTNAME= xchat-1.1.8
|
1999-06-27 22:24:57 -04:00
|
|
|
CATEGORIES= irc
|
1999-07-04 22:30:59 -04:00
|
|
|
MASTER_SITES= http://xchat.org/files/beta/ \
|
|
|
|
http://xchat.linuxpower.org/files/beta/
|
1998-11-19 04:27:59 -05:00
|
|
|
|
1999-08-12 03:55:42 -04:00
|
|
|
MAINTAINER= jim@FreeBSD.org
|
1998-11-19 04:27:59 -05:00
|
|
|
|
1999-05-28 23:56:15 -04:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
1998-11-19 04:27:59 -05:00
|
|
|
|
1999-05-28 23:56:15 -04:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1999-07-04 22:30:59 -04:00
|
|
|
USE_BZIP2= yes
|
1998-11-19 10:08:31 -05:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-07-21 01:24:44 -04:00
|
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
|
|
|
|
.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-20 21:53:35 -04:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
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-05-09 12:57:32 -04:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
1999-07-04 22:30:59 -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>
|