ports/security/mcrypt/Makefile

30 lines
676 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = extendable encryption program that supports many ciphers
DISTNAME = mcrypt-2.6.8
REVISION = 6
CATEGORIES = security
HOMEPAGE = http://mcrypt.sf.net/
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# GPLv3
PERMIT_PACKAGE = Yes
WANTLIB = c iconv intl ltdl mcrypt mhash z
2023-09-28 02:05:49 +00:00
SITES = ${SITE_SOURCEFORGE:=mcrypt/}
2023-08-16 22:26:55 +00:00
USE_GMAKE = Yes
LIB_DEPENDS = security/libmcrypt \
security/mhash \
devel/gettext,-runtime \
devel/libtool,-ltdl
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --enable-static --with-catgets
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl -liconv -lltdl"
.include <bsd.port.mk>