1999-06-28 22:38:00 +00:00
|
|
|
# New ports collection makefile for: mhash
|
1999-06-29 01:00:57 +00:00
|
|
|
# Date created: Mon Jun 28 17:59:13 PDT 1999
|
1999-06-28 22:38:00 +00:00
|
|
|
# Whom: nsayer@freebsd.org
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1999-06-28 22:38:00 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= mhash
|
2003-03-05 11:28:13 +00:00
|
|
|
PORTVERSION= 0.8.17
|
1999-06-28 22:38:00 +00:00
|
|
|
CATEGORIES= security
|
2002-05-21 17:53:20 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-06-28 22:38:00 +00:00
|
|
|
|
2000-11-22 10:20:14 +00:00
|
|
|
MAINTAINER= roam@FreeBSD.org
|
2003-02-19 16:07:30 +00:00
|
|
|
COMMENT= "Library provides an easy way to access strong hashes such as MD5 and SHA1"
|
1999-06-28 22:38:00 +00:00
|
|
|
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-07-14 15:46:19 +00:00
|
|
|
USE_LIBTOOL= yes
|
2003-03-05 11:28:13 +00:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-03-29 16:35:19 +00:00
|
|
|
CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}"
|
1999-06-28 22:38:00 +00:00
|
|
|
|
|
|
|
MAN3= mhash.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|