freebsd-ports/security/mhash/Makefile
Nick Sayer 07e10dcc32 1. Remove RESTRICTED -- aparently hashing is exportable.
2. Removed threading restriction.

3. Changed the WWW:

4. Improved the pkg/COMMENT

PR:		15893
Submitted by:	Cy.Schubert@uumail.gov.bc.ca
2000-01-09 02:40:22 +00:00

24 lines
462 B
Makefile

# New ports collection makefile for: mhash
# Version required: 0.6.1
# Date created: Mon Jun 28 17:59:13 PDT 1999
# Whom: nsayer@freebsd.org
#
# $FreeBSD$
#
DISTNAME= mhash-0.6.1
CATEGORIES= security
MASTER_SITES= http://schumann.cx/mhash/dl/
MAINTAINER= nsayer@freebsd.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r'
MAN3= mhash.3
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>