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


1.5
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.27.20.32.29;	author glarkin;	state Exp;
branches;
next	1.3;

1.3
date	2008.07.25.12.48.41;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.13.04.15.13;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.19.00.05.04;	author roam;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	poly1305aes
# Date created:		18 February 2005
# Whom:			roam@@FreeBSD.org
#
# $FreeBSD: head/security/poly1305aes/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	poly1305aes
PORTVERSION=	20050218
CATEGORIES=	security
MASTER_SITES=	http://cr.yp.to/mac/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	The poly1305 message authentication reference implementation using AES

CC+=		${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${STRIP}
ALL_TARGET=	default

REPLACE_HDRS=	aes.h cpucycles.h poly1305aes.h
PROGRAM_FILES=	poly1305aes-speed test-aes test-poly1305aes

do-install:
		${MKDIR} ${PREFIX}/include/poly1305
		${INSTALL_DATA} ${WRKSRC}/*_*.h ${PREFIX}/include/poly1305/
.for i in ${REPLACE_HDRS}
		${REINPLACE_CMD} -e "s,#include \",#include \"poly1305/," ${WRKSRC}/$i > ${WRKSRC}/$i.fixed
		${INSTALL_DATA} ${WRKSRC}/$i.fixed ${PREFIX}/include/poly1305/$i
		${INSTALL_DATA} ${WRKSRC}/*.a ${PREFIX}/lib/
		${INSTALL_DATA} ${PROGRAM_FILES:S,^,${WRKSRC}/,} ${PREFIX}/bin/
.endfor

.include <bsd.port.mk>
@


1.4
log
@- Reassign to the heap

Requested by:	roam (on ports-developers@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
@
text
@d13 1
a13 1
MAINTAINER=	roam@@FreeBSD.org
@


1.2
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d16 1
a16 1
MAKE_ENV+=	CC="${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${STRIP}"
@


1.1
log
@Add poly1305-20050218, Prof. Daniel J. Bernstein's public domain message
authenticator library.
@
text
@a15 2
USE_REINPLACE=	yes

@

