1998-11-19 15:08:31 +00:00
|
|
|
# New ports collection makefile for: xchat
|
1999-06-08 23:42:04 +00:00
|
|
|
# Version required: 0.9.6
|
1998-11-19 15:08:31 +00:00
|
|
|
# Date created: 17 Nov 1998
|
|
|
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
1998-11-19 09:27:59 +00:00
|
|
|
#
|
1999-06-08 23:42:04 +00:00
|
|
|
# $Id: Makefile,v 1.11 1999/05/29 03:56:06 steve Exp $
|
1998-11-19 09:27:59 +00:00
|
|
|
#
|
|
|
|
|
1999-06-08 23:42:04 +00:00
|
|
|
DISTNAME= xchat-0.9.6
|
1998-11-19 15:08:31 +00:00
|
|
|
CATEGORIES= net
|
1999-01-17 19:57:11 +00:00
|
|
|
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
1999-03-21 13:18:18 +00:00
|
|
|
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
|
|
|
http://www.spyda.co.za/pub/linux/x11/irc/xchat/
|
1998-11-19 09:27:59 +00:00
|
|
|
|
1998-11-19 15:08:31 +00:00
|
|
|
MAINTAINER= jim@phrantic.phear.net
|
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
|
1998-11-19 15:08:31 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-06-08 23:42:04 +00:00
|
|
|
CONFIGURE_ARGS= --disable-gnome --disable-panel
|
1999-05-29 03:56:15 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1999-05-09 16:57:32 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/xchat
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${ECHO} " "
|
|
|
|
@${ECHO} "--------------------------------------------------------"
|
|
|
|
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
|
|
|
@${ECHO} "--------------------------------------------------------"
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
|
|
|
.endif
|
1998-11-19 09:27:59 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|