aboutsummaryrefslogtreecommitdiffstats
path: root/irc/epic5/Makefile
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2007-09-27 02:18:34 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2007-09-27 02:18:34 +0800
commit2ff155f86a7edbe55873f118d7ee4a6b62cf89d3 (patch)
tree97c0c73085b45cbe7b20d261359cd9dae5415afa /irc/epic5/Makefile
parent5a1e8e6c7f4abbef43e0ea8a78238b0ea33b4855 (diff)
downloadfreebsd-ports-gnome-2ff155f86a7edbe55873f118d7ee4a6b62cf89d3.tar.gz
freebsd-ports-gnome-2ff155f86a7edbe55873f118d7ee4a6b62cf89d3.tar.zst
freebsd-ports-gnome-2ff155f86a7edbe55873f118d7ee4a6b62cf89d3.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>