1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/openssl-beta/Makefile

28 lines
622 B
Makefile
Raw Normal View History

# New ports collection makefile for: Eric Young's SSL/Crypto Library
1996-12-11 20:54:57 +00:00
# Version required: 0.6.5
# Date created: 1 July 1996
# Whom: markm
#
1996-12-11 20:54:57 +00:00
# $Id: Makefile,v 1.8 1996/12/03 11:32:40 obrien Exp $
#
1996-12-11 20:54:57 +00:00
DISTNAME= SSLeay-0.6.5
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>