1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/security/mhash/Makefile

25 lines
573 B
Makefile
Raw Normal View History

# New ports collection makefile for: mhash
# Date created: Mon Jun 28 17:59:13 PDT 1999
# Whom: nsayer@freebsd.org
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
PORTNAME= mhash
2003-03-05 11:28:13 +00:00
PORTVERSION= 0.8.17
CATEGORIES= security
2002-05-21 17:53:20 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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"
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
2003-03-05 11:28:13 +00:00
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}"
MAN3= mhash.3
.include <bsd.port.mk>