summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-09-24 21:21:48 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-09-24 21:21:48 +0000
commit1e783fb20444fe5e3c91148de7c890fdc4bd0ffc (patch)
treefc5890666bdb132ce3f63f52c6081af4f350e55f /irc
parent- Change Makefile header (diff)
- Bump portrevision
- Add pkg-message file to display usage for spelling - Remove dependency for textproc/en-aspell Approved by: wg/pawel (mentors)
Notes
Notes: svn path=/head/; revision=328196
Diffstat (limited to 'irc')
-rw-r--r--irc/hexchat/Makefile11
-rw-r--r--irc/hexchat/files/pkg-message.in7
2 files changed, 14 insertions, 4 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index 56aa55aefc8f..f90d5ddd65d3 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hexchat
PORTVERSION= 2.9.6.1
+PORTREVISION= 1
CATEGORIES= irc gnome ipv6
MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/
@@ -27,6 +28,8 @@ LDFLAGS+= -pthread
MAN1= hexchat.1
+SUB_FILES= pkg-message
+
PORTDOCS= *
OPTIONS_DEFINE= DOCS NLS SOCKS XFT TEXTFE PYTHON PERL DOAT FISHLIM DBUS NOTIFY
@@ -69,10 +72,6 @@ NO_STAGE= yes
CONFIGURE_ARGS+=--enable-spell=none
.endif
-.if ${PORT_OPTIONS:MLIBSEXY} || ${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MSTATIC}
-RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/en-aspell
-.endif
-
.if ${PORT_OPTIONS:MSTATIC}
CONFIGURE_ARGS+=--enable-spell=static
.endif
@@ -118,4 +117,8 @@ post-install:
.endif
# @(cd ${PREFIX}/lib/hexchat/plugins/ && ${RM} -f *.a)
+ @${ECHO_CMD}
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_CMD}
+
.include <bsd.port.mk>
diff --git a/irc/hexchat/files/pkg-message.in b/irc/hexchat/files/pkg-message.in
new file mode 100644
index 000000000000..56490e17fc7b
--- /dev/null
+++ b/irc/hexchat/files/pkg-message.in
@@ -0,0 +1,7 @@
+===============================================================================
+
+HexChat has been installed.
+
+For spelling to work you must install Aspell dictionary for your Language.
+
+===============================================================================