1999-06-28 22:54:50 +00:00
|
|
|
# New ports collection makefile for: mcrypt
|
|
|
|
# Version required: 2.2
|
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
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= libmcrypt-2.2
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/
|
|
|
|
|
|
|
|
MAINTAINER= nsayer@freebsd.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-06-29 03:20:07 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-posix-threads
|
1999-06-28 22:54:50 +00:00
|
|
|
|
|
|
|
MAN3= mcrypt.3
|
|
|
|
|
|
|
|
RESTRICTED= "yes - cryptography"
|
|
|
|
|
1999-06-29 01:03:51 +00:00
|
|
|
post-install:
|
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
1999-06-28 22:54:50 +00:00
|
|
|
.include <bsd.port.mk>
|