Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2000 08:20:03 -0800 (PST)
From:      Alexander Langer <alex@big.endian.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16008: BitchX IRC client upgrade
Message-ID:  <200001091620.IAA01141@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16008; it has been noted by GNATS.

From: Alexander Langer <alex@big.endian.de>
To: calle.madestrand@norrgarden.se
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/16008: BitchX IRC client upgrade
Date: Sun, 9 Jan 2000 17:18:28 +0100

 Thus spake calle.madestrand@norrgarden.se (calle.madestrand@norrgarden.se):
 
 Hello!
 
 A little analysing ;-)
 
 > @@ -1,36 +1,90 @@
 > -# New ports collection makefile for:	BitchX ircII client
 > -# Version required:	75p3
 
 Only change this line
 
 > -# Date created:		26 Jan 1998
 > -# Whom:			griffin
 
 not these
 
 > +# $FreeBSD$
 
 don't remove the $FreeBSD$ tag.
 
 > -MAINTAINER=	griffin@blackhole.iceworld.org
 > +MAINTAINER=	calle.madestrand@norrgarden.se
 
 don't take maintainership away.
 
 > +.if defined(GUI)
 > +		${INSTALL_PROGRAM} ${WRKSRC}/source/gtkBitchX ${PREFIX}/bin
 > +.else
 > +		${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin
 > +		${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/lib/bx
 > +		${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin
 
 gtkBitchX excludes the text-based client?
 BAAAH!
 
 To save space, you could create a common plist plist.common and
 cp plist.common PLIST ; cat plist.{text,gtk} >> PLIST the additional files.
 
 HTH
 
 Alex
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001091620.IAA01141>