From bb47a5d72e354038ca78e6470895b5c0e35937eb Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Mon, 5 Jul 1999 02:30:59 +0000 Subject: Update to version 1.1.0. PR: 12504 Submitted by: maintainer --- irc/xchat1/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'irc/xchat1/Makefile') diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 1006677b500e..88e597e074df 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: xchat -# Version required: 1.0.0 +# Version required: 1.1.0 # Date created: 17 Nov 1998 # Whom: Jim Mock # -# $Id: Makefile,v 1.14 1999/06/28 02:21:21 billf Exp $ +# $Id: Makefile,v 1.15 1999/06/30 17:26:14 cpiazza Exp $ # -DISTNAME= xchat-1.0.0 +DISTNAME= xchat-1.1.0 CATEGORIES= irc -MASTER_SITES= http://xchat.linuxpower.org/files/ \ - http://www.ozemail.com.au/~peterzelezny/xchat/ \ - http://www.spyda.co.za/pub/linux/x11/irc/xchat/ +MASTER_SITES= http://xchat.org/files/beta/ \ + http://xchat.linuxpower.org/files/beta/ MAINTAINER= jim@phrantic.phear.net @@ -19,6 +18,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes +USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes @@ -26,14 +26,15 @@ CONFIGURE_ARGS= --disable-gnome --disable-panel CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: - strip ${PREFIX}/bin/xchat + @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 + @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat + @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include -- cgit v1.2.3