aboutsummaryrefslogtreecommitdiff
path: root/security/pidgin-otr/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-26 13:58:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-26 13:58:25 +0000
commit07b0c3b1ad3cac879fa428f297a334d5176edb2a (patch)
tree5b3cf8c6068409cb44ca1fc1b60655ee820dd1dd /security/pidgin-otr/Makefile
parentc5d1aa35df700fce5c6cce971b4b3b70cbcc1cfb (diff)
downloadports-07b0c3b1ad3cac879fa428f297a334d5176edb2a.tar.gz
ports-07b0c3b1ad3cac879fa428f297a334d5176edb2a.zip
Notes
Diffstat (limited to 'security/pidgin-otr/Makefile')
-rw-r--r--security/pidgin-otr/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index 2c2d61f28bea..995776b40f72 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= otr
-PORTVERSION= 2.0.1
-PORTREVISION= 5
+PORTVERSION= 3.0.0
CATEGORIES= security net
MASTER_SITES= http://www.cypherpunks.ca/otr/ \
http://www.xelerance.com/mirror/otr/
@@ -24,16 +23,7 @@ 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
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib --with-libotr-inc-prefix=${LOCALBASE}/include
.include <bsd.port.mk>