From f6134b0d851d7b326e4379be70d7a99e153da200 Mon Sep 17 00:00:00 2001 From: martynas Date: Wed, 6 Feb 2008 11:35:17 +0000 Subject: [PATCH] enable otr; from Wiktor Izdebski ok maintainer Markus Hennecke, simon@ --- net/mcabber/Makefile | 10 +++++++--- net/mcabber/pkg/PLIST | 3 +-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/net/mcabber/Makefile b/net/mcabber/Makefile index dcd83537653..1b086013386 100644 --- a/net/mcabber/Makefile +++ b/net/mcabber/Makefile @@ -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 \ diff --git a/net/mcabber/pkg/PLIST b/net/mcabber/pkg/PLIST index 9ffc811076f..fa5189ff3c9 100644 --- a/net/mcabber/pkg/PLIST +++ b/net/mcabber/pkg/PLIST @@ -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