enable otr; from Wiktor Izdebski
ok maintainer Markus Hennecke, simon@
This commit is contained in:
parent
21521503f3
commit
f6134b0d85
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2008/01/17 18:01:26 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2008/02/06 11:35:17 martynas Exp $
|
||||
|
||||
COMMENT= console jabber client
|
||||
DISTNAME= mcabber-0.9.6
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://www.lilotux.net/~mikael/mcabber/
|
||||
@ -22,7 +23,8 @@ MODULES= devel/gettext
|
||||
WANTLIB= c crypto gpg-error ncurses panel ssl
|
||||
|
||||
LIB_DEPENDS= glib-2.0::devel/glib2 \
|
||||
gpgme::security/gpgme
|
||||
gpgme::security/gpgme \
|
||||
otr::security/libotr
|
||||
RUN_DEPENDS= ::devel/desktop-file-utils
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
@ -31,7 +33,9 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --enable-gpgme \
|
||||
--with-ssl \
|
||||
--disable-aspell \
|
||||
--disable-otr
|
||||
--enable-otr \
|
||||
--with-libotr-prefix=${LOCALBASE}/lib \
|
||||
--with-libotr-inc-prefix=${LOCALBASE}/include
|
||||
|
||||
pre-install:
|
||||
cd ${WRKSRC}/doc \
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/01/03 18:42:00 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/02/06 11:35:17 martynas Exp $
|
||||
bin/mcabber
|
||||
@man man/man1/mcabber.1
|
||||
share/applications/
|
||||
share/applications/mcabber.desktop
|
||||
share/examples/mcabber/
|
||||
share/examples/mcabber/mcabberrc.example
|
||||
|
Loading…
Reference in New Issue
Block a user