Files
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

23 lines
475 B
Makefile

COMMENT = interface to access block/stream encryption algorithms
DISTNAME = libmcrypt-2.5.8
REVISION = 3
CATEGORIES = security
SHARED_LIBS = mcrypt 8.7 # .8.7
MODGNU_SHARED_LIBS = mcrypt ''
LIBmcrypt_ALIAS = realmcrypt
HOMEPAGE = https://mcrypt.sourceforge.net/
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE = Yes
SITES = ${SITE_SOURCEFORGE:=mcrypt/}
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --enable-static
.include <bsd.port.mk>