aboutsummaryrefslogtreecommitdiffstats
path: root/security/digest/Makefile
blob: 97f8fbab8813e21f9af4557aaec4787c9483a729 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    digest
# Date created:             2001-03-09
# Whom:                 trevor
#
# $NetBSD: Makefile,v 1.37 2003/07/17 22:52:13 grant Exp $
# $FreeBSD$
#

PORTNAME?=  digest
PORTVERSION?=   20050323
PORTREVISION=   1
CATEGORIES?=    security sysutils
MASTER_SITES?=  ${MASTER_SITE_NETBSD}
MASTER_SITE_SUBDIR= ../../misc/digest

MAINTAINER?=    ports@FreeBSD.org
COMMENT?=   Message digest wrapper utility

CONFLICTS?= emboss-[0-9]* qmail-ldap2-*

GNU_CONFIGURE=  yes

MAN1?=      ${PORTNAME}.1

PLIST_FILES?=   bin/${PORTNAME}

.include <bsd.port.pre.mk>

test: build
    @${ECHO_MSG} "No news is good news"
    @cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} DIGESTCMD=${PORTNAME} ${SH} ./regress.sh
    @${ECHO_MSG} "All tests completed"

.include <bsd.port.post.mk>