1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/openssl-beta/Makefile
Mark Murray 2d686b6259 SSLeay version 0.6.2.
This implementation has been built with Our ((actually its own but in our
source tree) DES library and our MD{45}. You will need to link your SSL
code with -ldes and -lmd.

Are you happy now, Torsten? ;-)
1996-07-29 19:57:58 +00:00

20 lines
392 B
Makefile

# New ports collection makefile for: Eric Young's SSL/Crypto Library
# Version required: 0.6.2
# Date created: 1 July 1996
# Whom: markm
#
# $Id$
#
DISTNAME= SSLeay-0.6.2
CATEGORIES+= devel security
MASTER_SITES= psych.psy.uq.oz.au:/pub/Crypto/SSL/
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= util/FreeBSD.sh
MAKEFILE= Makefile.FreeBSD
NO_PACKAGE= "Cryptography"
.include <bsd.port.mk>