1999-06-28 22:38:00 +00:00
|
|
|
# New ports collection makefile for: mhash
|
1999-11-28 16:26:42 +00:00
|
|
|
# Version required: 0.6.1
|
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
|
|
|
#
|
|
|
|
|
1999-11-28 16:26:42 +00:00
|
|
|
DISTNAME= mhash-0.6.1
|
1999-06-28 22:38:00 +00:00
|
|
|
CATEGORIES= security
|
1999-11-28 16:26:42 +00:00
|
|
|
MASTER_SITES= http://schumann.cx/mhash/dl/
|
1999-06-28 22:38:00 +00:00
|
|
|
|
|
|
|
MAINTAINER= nsayer@freebsd.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-01-09 02:40:22 +00:00
|
|
|
CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r'
|
1999-06-28 22:38:00 +00:00
|
|
|
|
|
|
|
MAN3= mhash.3
|
|
|
|
|
1999-06-29 01:00:57 +00:00
|
|
|
post-install:
|
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
1999-06-28 22:38:00 +00:00
|
|
|
.include <bsd.port.mk>
|