33 lines
871 B
Makefile
33 lines
871 B
Makefile
# $OpenBSD: Makefile,v 1.8 2001/07/16 11:17:45 avsm Exp $
|
|
|
|
COMMENT= extendable encryption program that supports many ciphers
|
|
|
|
DISTNAME= mcrypt-2.5.7
|
|
CATEGORIES= security
|
|
NEED_VERSION= 1.363
|
|
|
|
HOMEPAGE= http://mcrypt.hellug.gr/mcrypt/
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/ \
|
|
ftp://argeas.cs-net.gr/pub/unix/mcrypt
|
|
|
|
USE_LIBTOOL= Yes
|
|
USE_GMAKE= Yes
|
|
LIB_DEPENDS= mcrypt.6::security/libmcrypt \
|
|
intl.1::devel/gettext \
|
|
ltdl.1::devel/libtool
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static --with-catgets
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl -lltdl"
|
|
|
|
.include <bsd.port.mk>
|