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
|
2000-11-02 00:36:05 +00:00
|
|
|
PORTVERSION= 0.8.3
|
1999-06-28 22:38:00 +00:00
|
|
|
CATEGORIES= security
|
2000-07-14 15:46:19 +00:00
|
|
|
MASTER_SITES= http://mhash.sourceforge.net/dl/
|
1999-06-28 22:38:00 +00:00
|
|
|
|
2000-11-22 10:20:14 +00:00
|
|
|
MAINTAINER= roam@FreeBSD.org
|
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
|
2000-11-02 00:36:05 +00:00
|
|
|
CONFIGURE_ARGS+= --with-LDFLAGS="-pthread"
|
1999-06-28 22:38:00 +00:00
|
|
|
|
|
|
|
MAN3= mhash.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|