2001-03-09 22:24:50 +01:00
|
|
|
# New ports collection makefile for: digest
|
|
|
|
# Date created: 2001-03-09
|
|
|
|
# Whom: trevor
|
|
|
|
#
|
2003-09-27 19:25:55 +02:00
|
|
|
# $NetBSD: Makefile,v 1.37 2003/07/17 22:52:13 grant Exp $
|
2001-03-09 22:24:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-07-02 22:01:15 +02:00
|
|
|
PORTNAME?= digest
|
2005-07-11 10:26:19 +02:00
|
|
|
PORTVERSION?= 20050323
|
2005-07-21 11:43:26 +02:00
|
|
|
PORTREVISION= 1
|
2004-07-02 22:01:15 +02:00
|
|
|
CATEGORIES?= security sysutils
|
2005-07-11 10:26:19 +02:00
|
|
|
MASTER_SITES?= http://highsecure.ru/
|
2001-03-09 22:24:50 +01:00
|
|
|
|
2005-07-22 11:33:36 +02:00
|
|
|
MAINTAINER?= vsevolod@FreeBSD.org
|
2004-07-02 22:01:15 +02:00
|
|
|
COMMENT?= Message digest wrapper utility
|
2003-09-27 19:25:55 +02:00
|
|
|
|
2005-02-11 22:11:51 +01:00
|
|
|
CONFLICTS?= nss-[0-9]* emboss-[0-9]* qmail-ldap2-*
|
2004-01-30 20:20:43 +01:00
|
|
|
|
2003-09-27 19:25:55 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-03-09 22:24:50 +01:00
|
|
|
|
2004-07-02 22:01:15 +02:00
|
|
|
MAN1?= ${PORTNAME}.1
|
2001-03-09 22:24:50 +01:00
|
|
|
|
2004-07-02 22:01:15 +02:00
|
|
|
PLIST_FILES?= bin/${PORTNAME}
|
2004-01-30 20:20:43 +01:00
|
|
|
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-09-27 19:25:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
test: build
|
2004-07-02 22:01:15 +02:00
|
|
|
@${ECHO_MSG} "No news is good news"
|
|
|
|
@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} DIGESTCMD=${PORTNAME} ${SH} ./regress.sh
|
|
|
|
@${ECHO_MSG} "All tests completed"
|
2001-03-09 22:24:50 +01:00
|
|
|
|
2003-09-27 19:25:55 +02:00
|
|
|
.include <bsd.port.post.mk>
|