d5b408c66c
want to touch it. While I'm here, change MASTER_SITES to URL form (ftp://) and add markm as the maintainer (he's the only one who touched this Makefile since the beginning of history)....
21 lines
476 B
Makefile
21 lines
476 B
Makefile
# New ports collection makefile for: Eric Young's SSL/Crypto Library
|
|
# Version required: 0.6.2
|
|
# Date created: 1 July 1996
|
|
# Whom: markm
|
|
#
|
|
# $Id: Makefile,v 1.3 1996/07/29 19:57:43 markm Exp $
|
|
#
|
|
|
|
DISTNAME= SSLeay-0.6.2
|
|
CATEGORIES+= devel security
|
|
MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/
|
|
|
|
MAINTAINER= markm@FreeBSD.ORG
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= util/FreeBSD.sh
|
|
MAKEFILE= Makefile.FreeBSD
|
|
|
|
RESTRICTED= "Cryptography"
|
|
|
|
.include <bsd.port.mk>
|