1999-06-29 00:38:00 +02:00
|
|
|
# New ports collection makefile for: mhash
|
1999-06-29 03:00:57 +02:00
|
|
|
# Date created: Mon Jun 28 17:59:13 PDT 1999
|
1999-06-29 00:38:00 +02:00
|
|
|
# Whom: nsayer@freebsd.org
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1999-06-29 00:38:00 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= mhash
|
2006-09-20 18:33:24 +02:00
|
|
|
PORTVERSION= 0.9.7.1
|
1999-06-29 00:38:00 +02:00
|
|
|
CATEGORIES= security
|
2006-09-20 18:33:24 +02:00
|
|
|
MASTER_SITES= SF
|
1999-06-29 00:38:00 +02:00
|
|
|
|
2000-11-22 11:20:14 +01:00
|
|
|
MAINTAINER= roam@FreeBSD.org
|
2004-12-30 13:48:29 +01:00
|
|
|
COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1
|
1999-06-29 00:38:00 +02:00
|
|
|
|
2006-09-20 18:33:24 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-09-01 13:42:22 +02:00
|
|
|
CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \
|
|
|
|
--with-gnu-ld
|
1999-06-29 00:38:00 +02:00
|
|
|
|
|
|
|
MAN3= mhash.3
|
|
|
|
|
2006-09-20 18:33:24 +02:00
|
|
|
PORTDOCS= example.c md5-rfc1321.txt skid2-authentication
|
2004-12-30 13:48:29 +01:00
|
|
|
|
|
|
|
post-install:
|
2006-09-20 18:33:24 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
|
2004-12-30 13:48:29 +01:00
|
|
|
.endif
|
|
|
|
|
1999-06-29 00:38:00 +02:00
|
|
|
.include <bsd.port.mk>
|