Update security/heimdal to version 1.5.2_15
[dports.git] / security / mhash / Makefile
1 # Created by: nsayer@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       mhash
5 PORTVERSION=    0.9.9.9
6 PORTREVISION=   2
7 CATEGORIES=     security
8 MASTER_SITES=   SF
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Easy-to-use library for strong hashes such as MD5 and SHA1
12
13 USES=           tar:bzip2 libtool
14 USE_LDCONFIG=   yes
15 GNU_CONFIGURE=  yes
16 CONFIGURE_ARGS+=--enable-static --with-gnu-ld
17 INSTALL_TARGET= install-strip
18
19 PORTDOCS=       example.c skid2-authentication
20
21 test:   build
22         @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check
23
24 post-install:
25         ${MKDIR} ${STAGEDIR}${DOCSDIR}
26         ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
27
28 .include <bsd.port.mk>