mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
30 lines
750 B
Makefile
30 lines
750 B
Makefile
# 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>
|