diff options
author | flz <flz@FreeBSD.org> | 2005-03-14 04:07:54 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-14 04:07:54 +0800 |
commit | 5364695d54e513d3e2d3e64c8cff560d959afcd2 (patch) | |
tree | 289ea0c165be3742fb12977c0b79f8a97a5a33e2 /irc/epic4 | |
parent | b72ca71b327008f6947114682b95ea22e0e91c47 (diff) | |
download | freebsd-ports-gnome-5364695d54e513d3e2d3e64c8cff560d959afcd2.tar.gz freebsd-ports-gnome-5364695d54e513d3e2d3e64c8cff560d959afcd2.tar.zst freebsd-ports-gnome-5364695d54e513d3e2d3e64c8cff560d959afcd2.zip |
- Add epic5 0.0.3, a beta release of the popular epic textmode IRC client.
- Set CONFLICTS in irc/epic4 and irc/epic5.
PR: ports/78045
Submitted by: Josh Paetzel <josh@tcbug.org>
Approved by: pav (mentor)
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 05f2e1eea436..44158cea084d 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -20,6 +20,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= josh@tcbug.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient +CONFLICTS= epic5-* + GNU_CONFIGURE= yes MAN1= epic.1 USE_OPENSSL= yes |