summaryrefslogtreecommitdiff
path: root/security/beecrypt/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-22 03:14:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-22 03:14:35 +0000
commitab80dd5f0ac2e516f65322b0eab556a1792c7a97 (patch)
treebf5288c6a6d2ef86d1396a757accb0999a1a286f /security/beecrypt/Makefile
parentUpdate to 0.4.1. (diff)
upgrade to 3.0.0
pass maintainership to submitter PR: 53586 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes: svn path=/head/; revision=83414
Diffstat (limited to 'security/beecrypt/Makefile')
-rw-r--r--security/beecrypt/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile
index 19cf386b6d91..2282ae28a011 100644
--- a/security/beecrypt/Makefile
+++ b/security/beecrypt/Makefile
@@ -7,17 +7,21 @@
#
PORTNAME= beecrypt
-PORTVERSION= 2.1.0
+PORTVERSION= 3.0.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.virtualunlimited.com/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ponomarew@oberon.net
COMMENT= BeeCrypt is an open source cryptography library
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
-
+USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
+post-patch:
+ @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+
.include <bsd.port.mk>