head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.06;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2005.04.12.03.26.28;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.11.08.03.57;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2003.11.07.09.28.12;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.26.01.43.46;	author foxfair;	state Exp;
branches;
next	1.1;

1.1
date	2003.03.25.12.32.43;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	libbf
# Date created:				Sep 30, 2002
# Whom:					Jim Geovedi <jim@@corebsd.or.id>
#
# $FreeBSD: head/security/libbf/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	libbf
PORTVERSION=	0.8.2b
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \
		ftp://ftp.psy.uq.oz.au/pub/Crypto/libeay/ \
		ftp://ftp.ntnu.no/pub/unix/security/ \
		ftp://ftp.sunsite.org.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/libeay/

MAINTAINER=	jim@@corebsd.or.id
COMMENT=	The Blowfish block cipher Library

.if ${MACHINE_ARCH} == "i386"
MAKEFLAGS+=	BF_ENC=asm/bx86-elf.o
.else
MAKEFLAGS+=	BF_ENC=bf_enc.o
.endif

WRKSRC=		${WRKDIR}/bf

MYPORTDOCS=	blowfish.doc COPYRIGHT README VERSION

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bfspeed ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/bftest ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/libblowfish.a ${PREFIX}/lib
	${INSTALL_DATA} ${WRKSRC}/blowfish.h ${PREFIX}/include

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for doc in ${MYPORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.5
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d19 1
a19 1
.if ${ARCH} == "i386"
@


1.3
log
@Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.

Submitted by:	Oliver Eikemeier <eikemeier@@fillmore-labs.com>
@
text
@d19 1
a19 1
.if ${MACHINE_ARCH} == "i386"
@


1.2
log
@Submitted by:	MAINTAINER
Strip out the RESTRICED message, blowfish is "Unpatented and royalty-free"
quoted from its homepage.
@
text
@d27 1
a27 1
PORTDOCS=	blowfish.doc COPYRIGHT README VERSION
d38 1
a38 1
.for doc in ${PORTDOCS}
@


1.1
log
@Add libbf 0.8.2b, the Blowfish block cipher Library.

PR:		43792
Submitted by:	Jim Geovedi <jim@@corebsd.or.id>
@
text
@a18 2
RESTRICTED=	"Crypto; export-controlled"

@

