- Add aspell support [1]

- bump portrevision

[1] Requested by: Romain Tartiere <romain-tartiere (at) astase.com>
This commit is contained in:
Andrej Zverev 2007-01-28 13:00:10 +00:00
parent 7fc4dcc095
commit 6ca80aba06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183530
4 changed files with 30 additions and 2 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.2.3
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@ -20,7 +21,7 @@ USE_AUTOTOOLS= autoconf:259
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-lua --disable-aspell
CONFIGURE_ARGS= --disable-lua
MAN1= weechat-curses.1
@ -45,6 +46,15 @@ USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.if defined(WITH_ASPELL)
CONFIGURE_ARGS+= --enable-aspell
BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
PLIST_SUB+= ASPELL=""
.else
CONFIGURE_ARGS+= --disable-aspell
PLIST_SUB+= ASPELL="@comment "
.endif
.if defined(WITH_PYTHON)
CONFIGURE_ARGS+= --enable-python
USE_PYTHON= yes

View file

@ -1,4 +1,8 @@
bin/weechat-curses
%%ASPELL%%lib/weechat/plugins/aspell.so.0
%%ASPELL%%lib/weechat/plugins/aspell.so
%%ASPELL%%lib/weechat/plugins/aspell.la
%%ASPELL%%lib/weechat/plugins/aspell.a
%%CHARSET%%lib/weechat/plugins/charset.so.0
%%CHARSET%%lib/weechat/plugins/charset.so
%%CHARSET%%lib/weechat/plugins/charset.la

View file

@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.2.3
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@ -20,7 +21,7 @@ USE_AUTOTOOLS= autoconf:259
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-lua --disable-aspell
CONFIGURE_ARGS= --disable-lua
MAN1= weechat-curses.1
@ -45,6 +46,15 @@ USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.if defined(WITH_ASPELL)
CONFIGURE_ARGS+= --enable-aspell
BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
PLIST_SUB+= ASPELL=""
.else
CONFIGURE_ARGS+= --disable-aspell
PLIST_SUB+= ASPELL="@comment "
.endif
.if defined(WITH_PYTHON)
CONFIGURE_ARGS+= --enable-python
USE_PYTHON= yes

View file

@ -1,4 +1,8 @@
bin/weechat-curses
%%ASPELL%%lib/weechat/plugins/aspell.so.0
%%ASPELL%%lib/weechat/plugins/aspell.so
%%ASPELL%%lib/weechat/plugins/aspell.la
%%ASPELL%%lib/weechat/plugins/aspell.a
%%CHARSET%%lib/weechat/plugins/charset.so.0
%%CHARSET%%lib/weechat/plugins/charset.so
%%CHARSET%%lib/weechat/plugins/charset.la