openbsd-ports/security/mcrypt/Makefile

32 lines
846 B
Makefile
Raw Normal View History

2003-04-10 14:08:56 -04:00
# $OpenBSD: Makefile,v 1.12 2003/04/10 18:08:57 jsyn Exp $
2001-04-09 20:17:38 -04:00
2003-04-10 14:08:56 -04:00
COMMENT= "extendable encryption program that supports many ciphers"
2003-01-18 17:55:39 -05:00
DISTNAME= mcrypt-2.6.3
CATEGORIES= security
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
2003-01-18 17:55:39 -05:00
MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \
ftp://mcrypt.hellug.gr/pub/mcrypt/
USE_LIBTOOL= Yes
2001-06-12 12:05:55 -04:00
USE_GMAKE= Yes
2001-10-24 23:04:18 -04:00
MODULES= gettext
LIB_DEPENDS= mcrypt.6::security/libmcrypt \
ltdl.1::devel/libtool
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2003-01-18 17:55:39 -05:00
CONFIGURE_ARGS+= --enable-static --with-catgets
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl -lltdl"
.include <bsd.port.mk>