mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
security/rsaref has been ELFized.
This commit is contained in:
parent
39475894a9
commit
b4bc06c5bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13390
@ -3,7 +3,7 @@
|
||||
# Date created: Mar 29, 1998
|
||||
# Whom: issei@jp.FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/06/04 03:58:04 vanilla Exp $
|
||||
# $Id: Makefile,v 1.3 1998/08/26 09:14:48 vanilla Exp $
|
||||
|
||||
DISTNAME= SSLtelnet-0.11
|
||||
CATEGORIES= net security
|
||||
@ -20,7 +20,7 @@ pre-fetch:
|
||||
@false
|
||||
.elif defined(USA_RESIDENT)
|
||||
.if ${USA_RESIDENT} == YES
|
||||
LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref
|
||||
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
|
||||
|
||||
pre-configure:
|
||||
${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/Makefile.patch
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: May 16, 1998
|
||||
# Whom: issei@jp.FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/07/20 02:39:04 steve Exp $
|
||||
# $Id: Makefile,v 1.2 1998/08/30 15:35:03 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bjorb-0.5.4p4
|
||||
@ -21,7 +21,7 @@ pre-fetch:
|
||||
@${FALSE}
|
||||
.elif defined(USA_RESIDENT)
|
||||
.if ${USA_RESIDENT} == YES
|
||||
LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref
|
||||
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
|
||||
.endif
|
||||
.endif
|
||||
BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 15 Aug 1997
|
||||
# Whom: markm@freebsd.org
|
||||
#
|
||||
# $Id: Makefile,v 1.19 1998/08/21 22:04:29 max Exp $
|
||||
# $Id: Makefile,v 1.20 1998/08/27 16:38:02 markm Exp $
|
||||
#
|
||||
|
||||
DISTNAME= SSLeay-0.9.0b
|
||||
@ -25,7 +25,7 @@ pre-fetch:
|
||||
@false
|
||||
.elif defined(USA_RESIDENT)
|
||||
.if ${USA_RESIDENT} == YES
|
||||
LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref
|
||||
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
|
||||
|
||||
post-configure:
|
||||
${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 15 Aug 1997
|
||||
# Whom: markm@freebsd.org
|
||||
#
|
||||
# $Id: Makefile,v 1.19 1998/08/21 22:04:29 max Exp $
|
||||
# $Id: Makefile,v 1.20 1998/08/27 16:38:02 markm Exp $
|
||||
#
|
||||
|
||||
DISTNAME= SSLeay-0.9.0b
|
||||
@ -25,7 +25,7 @@ pre-fetch:
|
||||
@false
|
||||
.elif defined(USA_RESIDENT)
|
||||
.if ${USA_RESIDENT} == YES
|
||||
LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref
|
||||
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
|
||||
|
||||
post-configure:
|
||||
${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Date created: 8 Jul 1995
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.19 1997/02/02 21:45:31 ache Exp $
|
||||
# $Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp $
|
||||
#
|
||||
|
||||
# Pick an initial default, else it doesn't get set in the INDEX.
|
||||
@ -54,7 +54,7 @@ EXTRACT_SUFX= .zip
|
||||
WRKSRC= ${WRKDIR}/src
|
||||
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
|
||||
BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
|
||||
LIB_DEPENDS+= rsaref\\.2\\.0:${PORTSDIR}/security/rsaref
|
||||
LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref
|
||||
EXTRACT_CMD= unzip
|
||||
EXTRACT_ARGS= -q
|
||||
FILESDIR= ${.CURDIR}/files.usa
|
||||
|
Loading…
Reference in New Issue
Block a user