1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Clean up the makefile a bit (PR) and add a bunch of new MASTER_SITEs

PR:	15970
Submitted by:	tkato@prontomail.ne.jp
This commit is contained in:
Kris Kennaway 2000-02-21 09:19:19 +00:00
parent 9806fceb88
commit ff80a7bc86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26082
3 changed files with 36 additions and 33 deletions

View File

@ -1,25 +1,28 @@
# New ports collection makefile for: rsaref
# Version required: 2.0
#
# Date created: 2 Feb 1997
# Whom: ache
# New ports collection makefile for: rsaref
# Version required: 2.0
# Date created: 2 Feb 1997
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= rsaref20.1996
PKGNAME= rsaref-2.0
CATEGORIES= security
MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/ \
ftp://ftp.replay.com/pub/crypto/crypto/LIBS/rsa \
ftp://ftp.tuwien.ac.at/opsys/linux/replay.com/crypto/LIBS/math/ \
ftp://ftp.zedz.net/pub/crypto/crypto/LIBS/rsa/
EXTRACT_SUFX= .tar.Z
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"
WRKSRC= ${WRKDIR}/source
RESTRICTED= "Crypto"
pre-configure:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
@ -30,8 +33,11 @@ pre-configure:
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
.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
.include <bsd.port.mk>

View File

@ -1,3 +1,5 @@
# $FreeBSD$
O= o
SO= so
LIB= ar
@ -32,11 +34,6 @@ $(SORSAREFLIB) : desc.$(SO) digit.$(SO) md2c.$(SO) md5c.$(SO) nn.$(SO) prime.$(S
.endif
install:
install -c -m 444 -o bin -g bin rsa.h _des.h _md2.h _md5.h rsaref.h global.h ${PREFIX}/include
.if ${PORTOBJFORMAT} == elf
install -c -m 644 -o bin -g bin librsaref.a librsaref.so.2 ${PREFIX}/lib
(cd ${PREFIX}/lib; ln -sf librsaref.so.2 librsaref.so)
.else
install -c -m 644 -o bin -g bin librsaref.a librsaref.so.2.0 ${PREFIX}/lib
(cd ${PREFIX}/lib; ln -sf librsaref.so.2.0 librsaref.so)
.endif
${INSTALL_DATA} rsa.h _des.h _md2.h _md5.h rsaref.h global.h ${PREFIX}/include
${INSTALL_DATA} ${RSAREFLIB} ${SORSAREFLIB} ${PREFIX}/lib
ln -sf ${SORSAREFLIB} ${PREFIX}/lib/librsaref.so

View File

@ -1,14 +1,14 @@
lib/librsaref.a
lib/librsaref.so.2
lib/librsaref.so
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
include/rsa.h
include/_des.h
include/_md2.h
include/_md5.h
include/_des.h
include/global.h
include/rsa.h
include/rsaref.h
lib/librsaref.a
lib/librsaref.so
lib/librsaref.so.2
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
share/doc/rsaref/info.txt
share/doc/rsaref/rsaref.txt
@dirrm share/doc/rsaref