mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
23 lines
475 B
Makefile
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>
|