blob: d2f8296c815fe4fdc2caceb0e307e3d7c034fd0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: Eric Young's SSL/Crypto Library
# Version required: 0.6.6
# Date created: 13 January 1997
# Whom: markm
#
# $Id: Makefile,v 1.9 1996/12/11 20:54:44 markm Exp $
#
# NOTE!!! To use this port, you must have FreeBSD 2.2 or later, and you
# must have the secure/ distribution loaded.
DISTNAME= SSLeay-0.6.6
CATEGORIES= devel security
MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/
MAINTAINER= markm@FreeBSD.ORG
RESTRICTED= "Cryptography"
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= util/FreeBSD.sh
MAKEFILE= Makefile.FreeBSD
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/SSLeay
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/SSLeay
.endif
.include <bsd.port.mk>
|