openbsd-ports/security/ssl26/Makefile

25 lines
756 B
Makefile

# $OpenBSD: Makefile,v 1.1 2000/03/27 18:04:34 beck Exp $
DISTNAME= libssl26
CATEGORIES= security
MASTER_SITES= ftp://sunsite.ualberta.ca/pub/Local/People/beck/
MAINTAINER= beck@openbsd.org
fetch-depends:
.if !defined(NO_WARNINGS)
.if !defined(USA_RESIDENT) || ${USA_RESIDENT:U} != NO
@echo ""
@echo "You must set variable USA_RESIDENT to YES if you are a USA"
@echo "resident or NO otherwise. USA residents must *NOT* use this"
@echo "port until the RSA Inc. patent on RSA expires \(RSA Inc. holds"
@echo "a patent on RSA in the USA - using RSA implementations"
@echo "other than RSAREF in the USA will violate the US patent\)."
@echo ""
@echo "USA residents should use the sslUSA port instead."
@false
.endif
.endif
.include <bsd.port.mk>