2005-04-21 17:36:17 +02:00
|
|
|
# ex:ts=8
|
2005-03-20 11:31:05 +01:00
|
|
|
# New ports collection makefile for: Gaim-OTR
|
|
|
|
# Date created: 2004-12-17
|
|
|
|
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= otr
|
2006-01-26 14:58:25 +01:00
|
|
|
PORTVERSION= 3.0.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2005-03-20 11:31:05 +01:00
|
|
|
CATEGORIES= security net
|
2005-04-21 17:36:17 +02:00
|
|
|
MASTER_SITES= http://www.cypherpunks.ca/otr/ \
|
|
|
|
http://www.xelerance.com/mirror/otr/
|
2005-03-20 11:31:05 +01:00
|
|
|
PKGNAMEPREFIX= gaim-
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@mcdermottroe.com
|
|
|
|
COMMENT= Allows deniable private conversations using GAIM
|
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
|
2005-11-09 09:21:21 +01:00
|
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
2005-04-21 17:36:17 +02:00
|
|
|
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
|
2005-03-20 11:31:05 +01:00
|
|
|
gcrypt:${PORTSDIR}/security/libgcrypt
|
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_XLIB= yes
|
2006-01-26 14:58:25 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \
|
|
|
|
--with-libotr-inc-prefix=${LOCALBASE}/include
|
2005-03-20 11:31:05 +01:00
|
|
|
|
2007-03-28 22:06:51 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
|
2005-03-20 11:31:05 +01:00
|
|
|
.include <bsd.port.mk>
|