2005-04-21 15:36:17 +00:00
|
|
|
# ex:ts=8
|
2005-03-20 10:31:05 +00:00
|
|
|
# New ports collection makefile for: Gaim-OTR
|
|
|
|
# Date created: 2004-12-17
|
|
|
|
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= otr
|
2005-04-21 15:36:17 +00:00
|
|
|
PORTVERSION= 2.0.1
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 5
|
2005-03-20 10:31:05 +00:00
|
|
|
CATEGORIES= security net
|
2005-04-21 15:36:17 +00:00
|
|
|
MASTER_SITES= http://www.cypherpunks.ca/otr/ \
|
|
|
|
http://www.xelerance.com/mirror/otr/
|
2005-03-20 10:31:05 +00:00
|
|
|
PKGNAMEPREFIX= gaim-
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@mcdermottroe.com
|
|
|
|
COMMENT= Allows deniable private conversations using GAIM
|
|
|
|
|
2005-11-09 08:21:21 +00:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
|
|
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
2005-04-21 15:36:17 +00:00
|
|
|
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
|
2005-03-20 10:31:05 +00:00
|
|
|
gcrypt:${PORTSDIR}/security/libgcrypt
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
|
2005-04-21 15:36:17 +00:00
|
|
|
${WRKSRC}/Makefile
|
2005-03-20 10:31:05 +00:00
|
|
|
${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|g" \
|
2005-04-21 15:36:17 +00:00
|
|
|
${WRKSRC}/Makefile
|
2005-03-20 10:31:05 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/gaim-otr.so ${PREFIX}/lib/gaim
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|