| Summary: | BitchX IRC client upgrade to 1.0c15 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | calle.madestrand <calle.madestrand> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
calle.madestrand
2000-01-09 16:10:01 UTC
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 State Changed From-To: open->closed Superseded by ports/16017 |