Skip to content

Commit

Permalink
Added ircii
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@991 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Kevin Van Vechten committed Oct 8, 2002
1 parent 1169183 commit 362983d
Show file tree
Hide file tree
Showing 2 changed files with 655 additions and 0 deletions.
18 changes: 18 additions & 0 deletions irc/ircii/Portfile
@@ -0,0 +1,18 @@
PortSystem 1.0
name ircii
version 20020912
categories irc
maintainers kevin@opendarwin.org
master_sites ftp://ircftp.au.eterna.com.au/pub/ircII/
checksums md5 2ae68c015698f58763a113e9bc6852cc
configure.args --disable-ipv6
include contents

post-configure {
reinplace "s|change.this.to.a.server|irc.openprojects.net|g" \
"${workdir}/${worksrcdir}/config.h"
}

variant ipv6 {
configure.args-append --enable-ipv6
}

0 comments on commit 362983d

Please sign in to comment.