diff options
Diffstat (limited to 'security/libmcrypt/Makefile')
-rw-r--r-- | security/libmcrypt/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index abc3d8dab73d..e0c137b39e8a 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -6,20 +6,21 @@ # PORTNAME= libmcrypt -PORTVERSION= 2.2.7 +PORTVERSION= 2.4.9 CATEGORIES= security -MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \ - ftp://argeas.cs-net.gr/pub/unix/mcrypt/old/ \ - ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/ +MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool + +RESTRICTED= "yes - cryptography" -INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --disable-posix-threads +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" MAN3= mcrypt.3 -RESTRICTED= "yes - cryptography" - .include <bsd.port.mk> |