summaryrefslogtreecommitdiff
path: root/security/ssleay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssleay/Makefile')
-rw-r--r--security/ssleay/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/security/ssleay/Makefile b/security/ssleay/Makefile
new file mode 100644
index 00000000000..70de9acbcca
--- /dev/null
+++ b/security/ssleay/Makefile
@@ -0,0 +1,36 @@
+# Eric Young's SSL/Crypto Library
+# FreeBSD: Makefile,v 1.20 1998/08/27 16:38:02 markm Exp
+# $NetBSD: Makefile,v 1.1.1.1 1998/09/04 22:00:33 explorer Exp $
+#
+
+DISTNAME= SSLeay-0.9.0b
+CATEGORIES= devel security
+MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/
+
+MAINTAINER= explorer@netbsd.org
+HOMEPAGE= http://www.psy.uq.oz.au/~ftp/Crypto/
+
+DEPENDS= rsaref-2.0:../../security/rsaref
+
+USE_PERL5= yes
+
+RESTRICTED= "Crypto; export-controlled"
+MIRROR_DISTFILE= no
+
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= util/NetBSD.sh
+
+post-extract:
+ ${CP} ${FILESDIR}/NetBSD.sh ${WRKSRC}/util/NetBSD.sh
+
+post-configure:
+ ${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h
+ (${PATCH} <${FILESDIR}/Makefile.patch)
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/SSLeay
+ @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/SSLeay
+.endif
+
+.include "../../mk/bsd.pkg.mk"