b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
22 lines
683 B
Makefile
22 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.28 2020/01/18 23:35:09 rillig Exp $
|
|
|
|
DISTNAME= mcrypt-2.6.8
|
|
PKGREVISION= 4
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://mcrypt.sourceforge.net/
|
|
COMMENT= Replacement to crypt(1), supports many crypto algorithms
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= ac_cv_path_GZIP="gzip"
|
|
CONFIGURE_ENV+= ac_cv_path_BZIP2="bzip2"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/libmcrypt/buildlink3.mk"
|
|
.include "../../security/mhash/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|