32 lines
861 B
Makefile
Raw Normal View History

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