summaryrefslogtreecommitdiff
path: root/security/openssl-beta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl-beta/Makefile')
-rw-r--r--security/openssl-beta/Makefile43
1 files changed, 20 insertions, 23 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index 9e03d6c58a4a..91a56ea042f8 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -1,48 +1,45 @@
-# New ports collection makefile for: Eric Young's SSL/Crypto Library
-# Version required: 0.9.0b
-# Date created: 15 Aug 1997
-# Whom: markm@freebsd.org
+# New ports collection makefile for: OpenSSL
+# Version required: 0.9.1c
+# Date created: Sun Jan 3 19:36:27 CET 1999
+# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.22 1998/10/26 05:52:02 obrien Exp $
+# $Id$
#
-DISTNAME= SSLeay-0.9.0b
+DISTNAME= openssl-0.9.1c
CATEGORIES= devel security
-MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ \
- ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/SSL/ \
- ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/SSL/ \
- ftp://ftp.internat.freebsd.org/pub/Crypto/SSL/
+MASTER_SITES= http://www.openssl.org/source/ \
+ ftp://ftp.sunet.se/pub/security/tools/net/openssl/ \
+ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/
-
-MAINTAINER= markm@FreeBSD.ORG
-
-BROKEN= upgrade
+MAINTAINER= dirk@FreeBSD.ORG
RESTRICTED= "Cryptography"
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= util/FreeBSD.sh
+CONFIGURE_ENV= PREFIX=${PREFIX}
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO
pre-fetch:
- @echo
- @echo You must set variable USA_RESIDENT to YES, if you are USA resident
- @echo or to NO, if you aren\'t USA resident to build this package.
- @echo You must also have installed RSAREF if you are USA resident.
- @false
+ @${ECHO} ""
+ @${ECHO} "You must set variable USA_RESIDENT to YES, if you are USA resident"
+ @${ECHO} "or to NO, if you aren\'t USA resident to build this package."
+ @${ECHO} "You must also have installed RSAREF if you are USA resident."
+ @${FALSE}
.elif defined(USA_RESIDENT)
.if ${USA_RESIDENT} == YES
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
post-configure:
- ${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h
- (${PATCH} <${FILESDIR}/Makefile.patch)
+ ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/Makefile.patch
.endif
.endif
post-install:
+ ${INSTALL_DATA} ${WRKSRC}/apps/ssleay.cnf ${PREFIX}/etc/ssleay.cnf.sample
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/SSLeay
- @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/SSLeay
+ @${MKDIR} ${PREFIX}/share/doc/openssl
+ @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/openssl
.endif
.include <bsd.port.mk>