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

35 lines
852 B
Makefile
Raw Normal View History

# New ports collection makefile for: rsaref
# Version required: 2.0
#
# Date created: 2 Feb 1997
# Whom: ache
#
1998-12-18 17:58:24 +00:00
# $Id: Makefile,v 1.5 1998/09/16 14:08:47 smace Exp $
#
DISTNAME= rsaref20.1996
1998-12-18 17:58:24 +00:00
PKGNAME= rsaref-2.0
CATEGORIES= security
MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@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
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
.include <bsd.port.mk>