aboutsummaryrefslogtreecommitdiffstats
path: root/irc/epic5/Makefile
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2007-09-27 02:18:34 +0800
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2007-09-27 02:18:34 +0800
commit21a48d3022f2cffc40697ba9f20eddb46fcc95bb (patch)
tree398c8ba497c30dc827318af3206c4298d845c430 /irc/epic5/Makefile
parent1886db53dfd2f75069bc398a663332599d377782 (diff)
downloadfreebsd-ports-gnome-21a48d3022f2cffc40697ba9f20eddb46fcc95bb.tar.gz
freebsd-ports-gnome-21a48d3022f2cffc40697ba9f20eddb46fcc95bb.tar.zst
freebsd-ports-gnome-21a48d3022f2cffc40697ba9f20eddb46fcc95bb.zip
- update to 0.3.5
PR: ports/116596 Submitted by: Josh Paetzel (maintainer) Approved by: miwi (co-mentor)
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r--irc/epic5/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 44bc0d6281d8..636262c4eef2 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= epic5
-PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTVERSION= 0.3.5
CATEGORIES= irc ipv6
MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \
http://tehran.lain.pl/epic-mirror/EPIC5-BETA/ \
@@ -18,11 +17,12 @@ MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \
MAINTAINER= josh@tcbug.org
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
-CONFLICTS= epic4-[0-9]*
+SUB_FILES= pkg-message
GNU_CONFIGURE= yes
MAN1= epic5.1
USE_OPENSSL= yes
+CONFIGURE_ARGS+= --without-ruby
OPTIONS= IPV6 "IPv6 support" on \
TCL "TCL support" on \
@@ -66,6 +66,7 @@ post-install:
.for i in BUG_FORM COPYRIGHT KNOWNBUGS README UPDATES VOTES
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
+ @${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.post.mk>