1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/rsaref/Makefile

50 lines
1.4 KiB
Makefile
Raw Normal View History

# 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$
#
DISTNAME= rsaref20.1996
PKGNAME= rsaref-2.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.deva.net/pub/sources/crypto/ \
ftp://ftp.kddlabs.co.jp/.7/inet/caida/bmwt/ \
ftp://ftp.zedz.net/pub/crypto/crypto/LIBS/rsa/ \
ftp://ftp.hacktic.nl/pub/crypto/crypto/LIBS/rsa/ \
ftp://ftp.demon.net/pub/mirrors/crypto/replay/crypto/LIBS/rsa/ \
ftp://ftp.jyu.fi/.3/ftp.zedz.net/pub/replay/crypto/LIBS/rsa/ \
ftp://ftp.funet.fi/pub/mirrors/utopia.hacktic.nl/crypto/LIBS/rsa/ \
ftp://ftp.fu-berlin.de/unix/security/replay-mirror/crypto/LIBS/rsa/
EXTRACT_SUFX= .tar.Z
MAINTAINER= kris@FreeBSD.ORG
WRKSRC= ${WRKDIR}/source
RESTRICTED= "Crypto"
pre-configure:
1998-12-18 17:58:24 +00:00
${CP} ${FILESDIR}/Makefile ${WRKSRC}
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
do-install:
.for file in rsa.h _des.h _md2.h _md5.h rsaref.h global.h
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include
.endfor
${INSTALL_DATA} ${WRKSRC}/librsaref.a ${WRKSRC}/librsaref.so.2 \
${PREFIX}/lib
ln -sf librsaref.so.2 ${PREFIX}/lib/librsaref.so
${LDCONFIG} -m ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/rsaref
.for file in info.txt rsaref.txt
${INSTALL_DATA} ${WRKSRC}/../doc/${file} ${PREFIX}/share/doc/rsaref
.endfor
.endif
1998-09-14 22:33:48 +00:00
.include <bsd.port.mk>