1999-06-29 00:54:50 +02:00
|
|
|
# New ports collection makefile for: mcrypt
|
1999-06-29 03:03:51 +02:00
|
|
|
# Date created: Mon Jun 28 18:02:04 PDT 1999
|
1999-06-29 00:54:50 +02:00
|
|
|
# Whom: nsayer@freebsd.org
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1999-06-29 00:54:50 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= libmcrypt
|
2007-03-27 10:01:56 +02:00
|
|
|
PORTVERSION= 2.5.8
|
1999-06-29 00:54:50 +02:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION}
|
1999-06-29 00:54:50 +02:00
|
|
|
|
2001-02-16 23:24:54 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-06-06 21:48:59 +02:00
|
|
|
COMMENT= Multi-cipher cryptographic library (used in PHP)
|
2001-02-16 23:24:54 +01:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2003-01-03 20:15:09 +01:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
2009-03-24 13:04:36 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
1999-06-29 00:54:50 +02:00
|
|
|
|
|
|
|
MAN3= mcrypt.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|