mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
dc33aa59f5
net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
40 lines
1000 B
Makefile
40 lines
1000 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: Gaim-OTR
|
|
# Date created: 2004-12-17
|
|
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= otr
|
|
PORTVERSION= 2.0.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= security net
|
|
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-im/gaim
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
|
|
gcrypt:${PORTSDIR}/security/libgcrypt
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
|
|
${WRKSRC}/Makefile
|
|
${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|g" \
|
|
${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/gaim-otr.so ${PREFIX}/lib/gaim
|
|
|
|
.include <bsd.port.mk>
|