1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/security/digest/Makefile
Oliver Eikemeier d1b344e8cd switch my ports to my FreeBSD address
Approved by:	marcus (mentor)
2003-11-14 00:29:48 +00:00

40 lines
830 B
Makefile

# 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= ${VERSION}
CATEGORIES= security sysutils
MASTER_SITES= #
DISTFILES=
MAINTAINER= eik@FreeBSD.org
COMMENT= Message digest wrapper utility
GNU_CONFIGURE= yes
NO_WRKSUBDIR= yes
MAN1= digest.1
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.pre.mk>
VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
${FILESDIR}/configure
post-extract:
@${CP} -Rp ${FILESDIR}/* ${WRKSRC}
@${CHMOD} +x ${WRKSRC}/configure
test: build
@${ECHO} "No news is good news"
@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} ${SH} ./regress.sh
@${ECHO} "All tests completed"
.include <bsd.port.post.mk>