aboutsummaryrefslogtreecommitdiff
path: root/security/mcrypt
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-09-24 16:00:48 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-09-24 16:00:48 +0000
commit27db9038cb79f448cab7e9e8e7bd7cbe228759f5 (patch)
tree6773ea09bdc941b3c5f00fbdaa5223fd99a44238 /security/mcrypt
parentc570e162aff16d63cdf9602da57125487f0fc739 (diff)
downloadports-27db9038cb79f448cab7e9e8e7bd7cbe228759f5.tar.gz
ports-27db9038cb79f448cab7e9e8e7bd7cbe228759f5.zip
Notes
Diffstat (limited to 'security/mcrypt')
-rw-r--r--security/mcrypt/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index 883d636bf8c9..771c763fcc90 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -11,15 +11,16 @@ PORTNAME= mcrypt
PORTVERSION= 2.6.4
PORTREVISION= 1
CATEGORIES= security
-MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \
- ftp://mcrypt.hellug.gr/pub/mcrypt/ \
- ftp://ftp.ntua.gr/pub/security/mcrypt/
+MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/attic/ \
+ ftp://ftp.ntua.gr/pub/security/mcrypt/attic/ \
+ ftp://mcrypt.hellug.gr/pub/mcrypt/attic/
+# distfile on sourceforge is uncompressed
+# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+# MASTER_SITE_SUBDIR= mcrypt
MAINTAINER= trevor@FreeBSD.org
COMMENT= Replacement for crypt(1)
-BROKEN= Does not configure
-
BUILD_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
mhash.2:${PORTSDIR}/security/mhash/ \
@@ -28,7 +29,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-catgets
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl -lltdl"
+ LDFLAGS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
DOCS= FORMAT magic