1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/rsaref/Makefile
1999-07-07 18:20:29 +00:00

38 lines
1.0 KiB
Makefile

# New ports collection makefile for: rsaref
# Version required: 2.0
#
# Date created: 2 Feb 1997
# Whom: ache
#
# $Id: Makefile,v 1.6 1998/12/18 17:58:23 sada Exp $
#
DISTNAME= rsaref20.1996
PKGNAME= rsaref-2.0
CATEGORIES= security
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/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.ORG
WRKSRC= ${WRKDIR}/source
RESTRICTED= "Crypto"
pre-configure:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
cd ${WRKSRC} && \
${CP} des.h _des.h && \
${CP} md2.h _md2.h && \
${CP} md5.h _md5.h
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
${INSTALL} -d -m 555 ${PREFIX}/share/doc/rsaref
cd ${WRKDIR}/doc && ${INSTALL_DATA} info.txt rsaref.txt \
${PREFIX}/share/doc/rsaref
.include <bsd.port.mk>