mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Chase master sites and avoid use of libtool.
This commit is contained in:
parent
c570e162af
commit
27db9038cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89248
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user