1997-02-02 20:11:08 +00:00
|
|
|
# New ports collection makefile for: rsaref
|
|
|
|
# Version required: 2.0
|
|
|
|
#
|
|
|
|
# Date created: 2 Feb 1997
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1997-02-02 20:11:08 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= rsaref20.1996
|
1998-12-18 17:58:24 +00:00
|
|
|
PKGNAME= rsaref-2.0
|
1997-02-02 20:11:08 +00:00
|
|
|
CATEGORIES= security
|
1999-07-07 18:20:29 +00:00
|
|
|
MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/ \
|
|
|
|
ftp://ftp.ntua.gr/pub/crypt/mirrors/utopia.hacktic.nl/crypto/LIBS/math/ \
|
|
|
|
ftp://ftp.tuwien.ac.at/opsys/linux/replay.com/crypto/LIBS/math/ \
|
|
|
|
ftp://ftp.nstu.ru/pub/sources/security/crypt/
|
1997-02-02 20:11:08 +00:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
1997-02-02 20:11:08 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/source
|
|
|
|
RESTRICTED= "Crypto"
|
|
|
|
|
|
|
|
pre-configure:
|
1998-12-18 17:58:24 +00:00
|
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
1997-02-02 20:11:08 +00:00
|
|
|
cd ${WRKSRC} && \
|
1998-12-18 17:58:24 +00:00
|
|
|
${CP} des.h _des.h && \
|
|
|
|
${CP} md2.h _md2.h && \
|
|
|
|
${CP} md5.h _md5.h
|
1997-02-02 20:11:08 +00:00
|
|
|
|
1998-09-14 22:33:48 +00:00
|
|
|
post-install:
|
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-12-18 17:58:24 +00:00
|
|
|
${INSTALL} -d -m 555 ${PREFIX}/share/doc/rsaref
|
1998-09-16 14:08:49 +00:00
|
|
|
cd ${WRKDIR}/doc && ${INSTALL_DATA} info.txt rsaref.txt \
|
1998-12-18 17:58:24 +00:00
|
|
|
${PREFIX}/share/doc/rsaref
|
1998-09-14 22:33:48 +00:00
|
|
|
|
1997-02-02 20:11:08 +00:00
|
|
|
.include <bsd.port.mk>
|