2001-03-04 05:37:05 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: beecrypt
|
|
|
|
# Date created: Mar 4, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= beecrypt
|
2004-12-26 19:45:32 +01:00
|
|
|
PORTVERSION= 4.1.2
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2001-03-04 05:37:05 +01:00
|
|
|
CATEGORIES= security
|
2004-05-25 07:31:10 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2001-03-04 05:37:05 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2005-04-21 19:44:08 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= BeeCrypt is an open source cryptography library
|
2001-03-04 05:37:05 +01:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-03-04 05:37:05 +01:00
|
|
|
|
2003-06-22 05:14:35 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
|
|
|
|
2001-03-04 05:37:05 +01:00
|
|
|
.include <bsd.port.mk>
|