2005-03-20 10:31:05 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= otr
|
2012-09-08 07:03:21 +00:00
|
|
|
PORTVERSION= 4.0.0
|
2011-07-04 07:55:28 +00:00
|
|
|
# Please do not bump PORTREVISION for this port unless you have
|
|
|
|
# confirmed via testing that it is necessary
|
2012-09-08 07:03:21 +00:00
|
|
|
CATEGORIES= security net-im net
|
2012-07-29 08:17:33 +00:00
|
|
|
MASTER_SITES= http://www.cypherpunks.ca/otr/
|
2007-06-18 11:07:42 +00:00
|
|
|
PKGNAMEPREFIX= pidgin-
|
2005-03-20 10:31:05 +00:00
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2013-02-26 23:11:52 +00:00
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
2007-06-18 11:07:42 +00:00
|
|
|
COMMENT= Allows deniable private conversations using Pidgin
|
2005-03-20 10:31:05 +00:00
|
|
|
|
2012-07-26 07:13:52 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \
|
|
|
|
pkgconf>0:${PORTSDIR}/devel/pkgconf
|
2013-02-26 23:11:52 +00:00
|
|
|
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
|
2007-06-18 11:07:42 +00:00
|
|
|
gcrypt:${PORTSDIR}/security/libgcrypt \
|
2008-07-02 06:00:05 +00:00
|
|
|
purple:${PORTSDIR}/net-im/libpurple
|
2005-03-20 10:31:05 +00:00
|
|
|
|
2009-03-24 19:51:28 +00:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2007-08-23 21:21:19 +00:00
|
|
|
USE_GMAKE= yes
|
2007-09-04 22:35:33 +00:00
|
|
|
USE_GNOME= intltool
|
2007-08-23 21:21:19 +00:00
|
|
|
USE_GETTEXT= yes
|
2006-01-26 13:58:25 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-06-18 11:07:42 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2006-10-14 08:54:54 +00:00
|
|
|
CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \
|
|
|
|
--with-libotr-inc-prefix=${LOCALBASE}/include
|
2005-03-20 10:31:05 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|