diff options
Diffstat (limited to 'security/pidgin-otr/Makefile')
-rw-r--r-- | security/pidgin-otr/Makefile | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 198bee86df96..f7431d261e48 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: Gaim-OTR # Date created: 2004-12-17 # Whom: Conor McDermottroe <ports@mcdermottroe.com> @@ -6,47 +7,32 @@ # PORTNAME= otr -PORTVERSION= 1.0.1 +PORTVERSION= 2.0.1 CATEGORIES= security net -MASTER_SITES= http://www.cypherpunks.ca/otr/ +MASTER_SITES= http://www.cypherpunks.ca/otr/ \ + http://www.xelerance.com/mirror/otr/ PKGNAMEPREFIX= gaim- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@mcdermottroe.com COMMENT= Allows deniable private conversations using GAIM -BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim \ - pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim -LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error \ +LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \ gcrypt:${PORTSDIR}/security/libgcrypt USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= glib20 gtk20 USE_REINPLACE= yes -MAN1= otr_toolkit.1 -MLINKS= otr_toolkit.1 otr_parse.1 \ - otr_toolkit.1 otr_sesskeys.1 \ - otr_toolkit.1 otr_mackey.1 \ - otr_toolkit.1 otr_readforge.1 \ - otr_toolkit.1 otr_modify.1 \ - otr_toolkit.1 otr_remac.1 - post-patch: ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ - ${WRKSRC}/gaim-otr/Makefile \ - ${WRKSRC}/libotr/Makefile \ - ${WRKSRC}/tools/Makefile + ${WRKSRC}/Makefile ${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|g" \ - ${WRKSRC}/gaim-otr/Makefile + ${WRKSRC}/Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/gaim-otr.so ${PREFIX}/lib/gaim - ${INSTALL_MAN} ${WRKSRC}/tools/otr_toolkit.1 ${PREFIX}/man/man1 -.for P in otr_parse otr_sesskeys otr_mackey otr_readforge otr_modify otr_remac - ${INSTALL_PROGRAM} ${WRKSRC}/${P} ${PREFIX}/bin -.endfor .include <bsd.port.mk> |