pkgsrc/security/libmcrypt/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00

21 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.22 2020/01/18 23:35:08 rillig Exp $
DISTNAME= libmcrypt-2.5.8
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://mcrypt.sourceforge.net/
COMMENT= Crypto algorithms library
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLATION_DIRS= include/mutils
post-install:
rmdir ${DESTDIR}${PREFIX}/lib/libmcrypt
.include "../../mk/bsd.pkg.mk"