openbsd-ports/security/libmcrypt/Makefile
2022-03-11 19:53:16 +00:00

23 lines
478 B
Makefile

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