mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
25 lines
426 B
Makefile
25 lines
426 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= mhash
|
|
PORTVERSION= 0.9.9.9
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= lib
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Easy-to-use library for strong hashes such as MD5 and SHA1
|
|
|
|
USES= gmake tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--enable-static --with-gnu-ld
|
|
TEST_TARGET= check
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmhash.so
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|