mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
31 lines
631 B
Makefile
31 lines
631 B
Makefile
# Created by: trevor
|
|
# $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}
|
|
|
|
NO_STAGE= yes
|
|
.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>
|