diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-09-24 16:00:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-09-24 16:00:48 +0000 |
commit | 27db9038cb79f448cab7e9e8e7bd7cbe228759f5 (patch) | |
tree | 6773ea09bdc941b3c5f00fbdaa5223fd99a44238 /security/mcrypt/Makefile | |
parent | update to 2.0d10 and fix fetch problem. (diff) |
Chase master sites and avoid use of libtool.
Notes
Notes:
svn path=/head/; revision=89248
Diffstat (limited to 'security/mcrypt/Makefile')
-rw-r--r-- | security/mcrypt/Makefile | 13 |
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 |