head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2013.01.15.13.46.57;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.08.02.09.02.43;	author cs;	state Exp;
branches;
next	1.7;

1.7
date	2011.09.23.22.25.09;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.03.27.09.53.30;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2008.03.27.19.27.30;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.01.12.13.50;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.19.11.39.10;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.06.11.57.06;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.03.19.03.17;	author sem;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310443
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Emanuel Haupt <ehaupt@@critical.ch>
# $FreeBSD: head/security/bcrypt/Makefile 310443 2013-01-15 13:40:28Z ehaupt $

PORTNAME=	bcrypt
PORTVERSION=	1.1
CATEGORIES=	security
MASTER_SITES=	http://bcrypt.sourceforge.net/ \
		CRITICAL

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Cross-platform blowfish encryption utility

MAKE_JOBS_SAFE=	yes

ALL_TARGET=	${PORTNAME}

LDFLAGS+=	-lz

PORTDOCS=	README
MAN1=		bcrypt.1
PLIST_FILES=	bin/bcrypt

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} -E 's/^(CC|CFLAGS|LDFLAGS|PREFIX)\ /\1?/' \
		${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1

.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	bcrypt
# Date created:				11 Aug 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/security/bcrypt/Makefile 301858 2012-08-02 09:02:43Z cs $
#
d23 4
d35 1
a35 1
.if !defined(NOPORTDOCS)
@


1.8
log
@SVN rev 301858 on 2012-08-02 09:02:43Z by cs

- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d15 1
a15 1
COMMENT=	A cross-plattform blowfish encryption utility
@


1.6
log
@Mark MAKE_JOBS_SAFE
@
text
@a21 1
MAKE_ENV+=	LDFLAGS="${LDFLAGS}"
@


1.5
log
@Use MASTER_SITE_CRITICAL
@
text
@d17 2
@


1.4
log
@Add an additional mirror.
@
text
@d12 1
a12 2
		http://critical.ch/distfiles/ \
		http://energy.critical.ch/distfiles/
@


1.3
log
@Remove deprecated USE_REINPLACE
@
text
@d11 3
a13 1
MASTER_SITES=	http://bcrypt.sourceforge.net/
@


1.2
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@a15 2
USE_REINPLACE=	yes

@


1.1
log
@Bcrypt is a blowfish file encryption utility which aims for cross-platform
portability.

PR:		ports/84798
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d13 1
a13 1
MAINTAINER=	ehaupt@@critical.ch
@

