1998-11-19 15:08:31 +00:00
|
|
|
# New ports collection makefile for: xchat
|
1999-08-16 06:43:16 +00:00
|
|
|
# Version required: 1.1.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-22 19:01:07 +00:00
|
|
|
# $Id: Makefile,v 1.22 1999/08/16 06:43:15 jim Exp $
|
1998-11-19 09:27:59 +00:00
|
|
|
#
|
|
|
|
|
1999-08-16 06:43:16 +00:00
|
|
|
DISTNAME= xchat-1.1.8
|
1999-06-28 02:24:57 +00:00
|
|
|
CATEGORIES= irc
|
1999-07-05 02:30:59 +00:00
|
|
|
MASTER_SITES= http://xchat.org/files/beta/ \
|
|
|
|
http://xchat.linuxpower.org/files/beta/
|
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-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
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-07-05 02:30:59 +00:00
|
|
|
USE_BZIP2= yes
|
1998-11-19 15:08:31 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-07-21 05:24:44 +00: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-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>
|