- Sync PLIST.
- Add a msnp14 FLAVOR to enable the experimental MSNP14 support. ok sthen@ bernd@
This commit is contained in:
parent
17aea1748c
commit
ef0aeed4b9
@ -1,10 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.24 2008/07/04 07:35:40 bernd Exp $
|
# $OpenBSD: Makefile,v 1.25 2008/07/11 14:20:55 brad Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT= multi-protocol instant messaging client
|
COMMENT= multi-protocol instant messaging client
|
||||||
|
|
||||||
DISTNAME= pidgin-2.4.3
|
DISTNAME= pidgin-2.4.3
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
SHARED_LIBS += jabber 0.0 # .0.0
|
SHARED_LIBS += jabber 0.0 # .0.0
|
||||||
SHARED_LIBS += oscar 0.0 # .0.0
|
SHARED_LIBS += oscar 0.0 # .0.0
|
||||||
SHARED_LIBS += purple 3.2 # .4.2
|
SHARED_LIBS += purple 3.2 # .4.2
|
||||||
@ -70,7 +71,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||||||
|
|
||||||
MAKE_FLAGS+= CFLAGS="${CFLAGS}"
|
MAKE_FLAGS+= CFLAGS="${CFLAGS}"
|
||||||
|
|
||||||
FLAVORS= audio debug gtkspell
|
FLAVORS= audio debug gtkspell msnp14
|
||||||
FLAVOR?=
|
FLAVOR?=
|
||||||
|
|
||||||
.if ${FLAVOR:L:Maudio}
|
.if ${FLAVOR:L:Maudio}
|
||||||
@ -94,6 +95,10 @@ WANTLIB+= aspell
|
|||||||
CONFIGURE_ARGS+=--disable-gtkspell
|
CONFIGURE_ARGS+=--disable-gtkspell
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${FLAVOR:L:Mmsnp14}
|
||||||
|
CONFIGURE_ARGS+=--enable-msnp14
|
||||||
|
.endif
|
||||||
|
|
||||||
PYTHON_SCRIPTS= purple-remote purple-url-handler
|
PYTHON_SCRIPTS= purple-remote purple-url-handler
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
@ -18,6 +18,7 @@ be up at all times.
|
|||||||
Pidgin is under constant development, and releases are usually frequent.
|
Pidgin is under constant development, and releases are usually frequent.
|
||||||
|
|
||||||
Flavors:
|
Flavors:
|
||||||
audio - Build with gstreamer support
|
audio - Build with gstreamer support
|
||||||
debug - Enable debugging
|
debug - Enable debugging
|
||||||
gtkspell - Build with spell checking support
|
gtkspell - Build with spell checking support
|
||||||
|
msnp14 - Build with MSN protocol 14 support (experimental)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.13 2008/07/04 07:35:40 bernd Exp $
|
@comment $OpenBSD: PLIST,v 1.14 2008/07/11 14:20:55 brad Exp $
|
||||||
@conflict gaim-*
|
@conflict gaim-*
|
||||||
@bin bin/finch
|
@bin bin/finch
|
||||||
@bin bin/pidgin
|
@bin bin/pidgin
|
||||||
@ -300,8 +300,6 @@ share/locale/bg/LC_MESSAGES/pidgin.mo
|
|||||||
share/locale/bn/LC_MESSAGES/pidgin.mo
|
share/locale/bn/LC_MESSAGES/pidgin.mo
|
||||||
share/locale/bs/LC_MESSAGES/pidgin.mo
|
share/locale/bs/LC_MESSAGES/pidgin.mo
|
||||||
share/locale/ca/LC_MESSAGES/pidgin.mo
|
share/locale/ca/LC_MESSAGES/pidgin.mo
|
||||||
share/locale/ca@valencia/
|
|
||||||
share/locale/ca@valencia/LC_MESSAGES/
|
|
||||||
share/locale/ca@valencia/LC_MESSAGES/pidgin.mo
|
share/locale/ca@valencia/LC_MESSAGES/pidgin.mo
|
||||||
share/locale/cs/LC_MESSAGES/pidgin.mo
|
share/locale/cs/LC_MESSAGES/pidgin.mo
|
||||||
share/locale/da/LC_MESSAGES/pidgin.mo
|
share/locale/da/LC_MESSAGES/pidgin.mo
|
||||||
|
Loading…
Reference in New Issue
Block a user