- Bump portrevision
- Add pkg-message file to display usage for spelling - Remove dependency for textproc/en-aspell Approved by: wg/pawel (mentors)
This commit is contained in:
parent
5fcd49c47e
commit
1e783fb204
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328196
2 changed files with 14 additions and 4 deletions
|
@ -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>
|
||||
|
|
7
irc/hexchat/files/pkg-message.in
Normal file
7
irc/hexchat/files/pkg-message.in
Normal file
|
@ -0,0 +1,7 @@
|
|||
===============================================================================
|
||||
|
||||
HexChat has been installed.
|
||||
|
||||
For spelling to work you must install Aspell dictionary for your Language.
|
||||
|
||||
===============================================================================
|
Loading…
Reference in a new issue