diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-06-22 11:14:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-06-22 11:14:35 +0800 |
commit | d8d0e62430bcf0c67daad5398ae6c006248326f1 (patch) | |
tree | 22d6547c21a92b60a530b4413efbf87c8d8c67ae /security/beecrypt/Makefile | |
parent | b1ae87b965d0363d41b043e3085e623d0a39677a (diff) | |
download | freebsd-ports-gnome-d8d0e62430bcf0c67daad5398ae6c006248326f1.tar.gz freebsd-ports-gnome-d8d0e62430bcf0c67daad5398ae6c006248326f1.tar.zst freebsd-ports-gnome-d8d0e62430bcf0c67daad5398ae6c006248326f1.zip |
upgrade to 3.0.0
pass maintainership to submitter
PR: 53586
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'security/beecrypt/Makefile')
-rw-r--r-- | security/beecrypt/Makefile | 10 |
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> |