1999-06-28 22:54:50 +00:00
|
|
|
# New ports collection makefile for: mcrypt
|
1999-06-29 01:03:51 +00:00
|
|
|
# Date created: Mon Jun 28 18:02:04 PDT 1999
|
1999-06-28 22:54:50 +00:00
|
|
|
# Whom: nsayer@freebsd.org
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1999-06-28 22:54:50 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= libmcrypt
|
2000-04-21 08:19:33 +00:00
|
|
|
PORTVERSION= 2.2.4
|
1999-06-28 22:54:50 +00:00
|
|
|
CATEGORIES= security
|
2000-05-19 18:22:42 +00:00
|
|
|
MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/old/ \
|
1999-12-25 16:01:53 +00:00
|
|
|
ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/
|
1999-06-28 22:54:50 +00:00
|
|
|
|
|
|
|
MAINTAINER= nsayer@freebsd.org
|
|
|
|
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-06-28 22:54:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-12-24 19:21:43 +00:00
|
|
|
CONFIGURE_ARGS= --disable-posix-threads
|
1999-06-28 22:54:50 +00:00
|
|
|
|
|
|
|
MAN3= mcrypt.3
|
|
|
|
|
|
|
|
RESTRICTED= "yes - cryptography"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|